Skip to content

Commit 85bebf8

Browse files
committed
chore(release): release
1 parent 5e7586a commit 85bebf8

File tree

6 files changed

+90
-4
lines changed

6 files changed

+90
-4
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,41 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.2.0"></a>
7+
# [0.2.0](https://github.com/Himenon/path-tree/compare/v0.1.1...v0.2.0) (2020-08-12)
8+
9+
10+
### Chores
11+
12+
* **deps:** pin dependencies ([d0a8836](https://github.com/Himenon/path-tree/commit/d0a8836))
13+
* **deps:** update babel monorepo ([815788c](https://github.com/Himenon/path-tree/commit/815788c))
14+
* **deps:** update dependency [@types](https://github.com/types)/react to v16.9.46 ([33cef99](https://github.com/Himenon/path-tree/commit/33cef99))
15+
* **deps:** update dependency autoprefixer to v9.8.6 ([55abef3](https://github.com/Himenon/path-tree/commit/55abef3))
16+
* **deps:** update dependency dependency-cruiser to v9.11.0 ([359fb5f](https://github.com/Himenon/path-tree/commit/359fb5f))
17+
* **deps:** update dependency eslint to v7.6.0 ([8b4f7cc](https://github.com/Himenon/path-tree/commit/8b4f7cc))
18+
* **deps:** update dependency eslint-plugin-react to v7.20.5 ([65cffe0](https://github.com/Himenon/path-tree/commit/65cffe0))
19+
* **deps:** update dependency eslint-plugin-react-hooks to v4.0.8 ([fa54011](https://github.com/Himenon/path-tree/commit/fa54011))
20+
* **deps:** update dependency fork-ts-checker-webpack-plugin to v5.0.14 ([014afa6](https://github.com/Himenon/path-tree/commit/014afa6))
21+
* **deps:** update dependency mini-css-extract-plugin to v0.10.0 ([cc054d3](https://github.com/Himenon/path-tree/commit/cc054d3))
22+
* **deps:** update dependency regenerator-runtime to v0.13.7 ([f7d8ab7](https://github.com/Himenon/path-tree/commit/f7d8ab7))
23+
* **deps:** update dependency terser-webpack-plugin to v3.1.0 ([f3450dc](https://github.com/Himenon/path-tree/commit/f3450dc))
24+
* **deps:** update dependency webpack to v4.44.1 ([88aaf60](https://github.com/Himenon/path-tree/commit/88aaf60))
25+
26+
27+
### Documentation
28+
29+
* update readme ([10a9f8f](https://github.com/Himenon/path-tree/commit/10a9f8f))
30+
* update README ([31d5aa6](https://github.com/Himenon/path-tree/commit/31d5aa6))
31+
32+
33+
### Features
34+
35+
* add full path params ([35a2d90](https://github.com/Himenon/path-tree/commit/35a2d90))
36+
37+
38+
39+
40+
641
<a name="0.1.1"></a>
742
## [0.1.1](https://github.com/Himenon/path-tree/compare/v1.0.2...v0.1.1) (2020-08-11)
843

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
},
99
"useWorkspaces": true,
10-
"version": "0.1.1",
10+
"version": "0.2.0",
1111
"npmClient": "yarn",
1212
"packages": [
1313
"packages/*"

packages/collection/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.2.0"></a>
7+
# [0.2.0](https://github.com/Himenon/path-tree/compare/v0.1.1...v0.2.0) (2020-08-12)
8+
9+
10+
### Chores
11+
12+
* **deps:** pin dependencies ([d0a8836](https://github.com/Himenon/path-tree/commit/d0a8836))
13+
14+
15+
### Documentation
16+
17+
* update readme ([10a9f8f](https://github.com/Himenon/path-tree/commit/10a9f8f))
18+
19+
20+
21+
22+
623
<a name="0.1.1"></a>
724
## [0.1.1](https://github.com/Himenon/path-tree/compare/v1.0.2...v0.1.1) (2020-08-11)
825

packages/collection/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@path-tree/collection",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"description": "Provides a hierarchy of directories and files from a one-dimensional array of objects, including.",

packages/react/CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.2.0"></a>
7+
# [0.2.0](https://github.com/Himenon/path-tree/compare/v0.1.1...v0.2.0) (2020-08-12)
8+
9+
10+
### Chores
11+
12+
* **deps:** pin dependencies ([d0a8836](https://github.com/Himenon/path-tree/commit/d0a8836))
13+
* **deps:** update babel monorepo ([815788c](https://github.com/Himenon/path-tree/commit/815788c))
14+
* **deps:** update dependency [@types](https://github.com/types)/react to v16.9.46 ([33cef99](https://github.com/Himenon/path-tree/commit/33cef99))
15+
* **deps:** update dependency autoprefixer to v9.8.6 ([55abef3](https://github.com/Himenon/path-tree/commit/55abef3))
16+
* **deps:** update dependency eslint to v7.6.0 ([8b4f7cc](https://github.com/Himenon/path-tree/commit/8b4f7cc))
17+
* **deps:** update dependency eslint-plugin-react to v7.20.5 ([65cffe0](https://github.com/Himenon/path-tree/commit/65cffe0))
18+
* **deps:** update dependency eslint-plugin-react-hooks to v4.0.8 ([fa54011](https://github.com/Himenon/path-tree/commit/fa54011))
19+
* **deps:** update dependency fork-ts-checker-webpack-plugin to v5.0.14 ([014afa6](https://github.com/Himenon/path-tree/commit/014afa6))
20+
* **deps:** update dependency mini-css-extract-plugin to v0.10.0 ([cc054d3](https://github.com/Himenon/path-tree/commit/cc054d3))
21+
* **deps:** update dependency regenerator-runtime to v0.13.7 ([f7d8ab7](https://github.com/Himenon/path-tree/commit/f7d8ab7))
22+
* **deps:** update dependency terser-webpack-plugin to v3.1.0 ([f3450dc](https://github.com/Himenon/path-tree/commit/f3450dc))
23+
* **deps:** update dependency webpack to v4.44.1 ([88aaf60](https://github.com/Himenon/path-tree/commit/88aaf60))
24+
25+
26+
### Documentation
27+
28+
* update readme ([10a9f8f](https://github.com/Himenon/path-tree/commit/10a9f8f))
29+
* update README ([31d5aa6](https://github.com/Himenon/path-tree/commit/31d5aa6))
30+
31+
32+
### Features
33+
34+
* add full path params ([35a2d90](https://github.com/Himenon/path-tree/commit/35a2d90))
35+
36+
37+
38+
39+
640
<a name="0.1.1"></a>
741
## [0.1.1](https://github.com/Himenon/path-tree/compare/v1.0.2...v0.1.1) (2020-08-11)
842

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@path-tree/react",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Provides components with a hierarchical structure.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -21,7 +21,7 @@
2121
"react-dom": "^16.13.1"
2222
},
2323
"dependencies": {
24-
"@path-tree/collection": "^0.1.1"
24+
"@path-tree/collection": "^0.2.0"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "7.11.1",

0 commit comments

Comments
 (0)