Skip to content

Commit 8f92fa1

Browse files
committed
chore(release): release
1 parent 7b1e354 commit 8f92fa1

File tree

8 files changed

+100
-9
lines changed

8 files changed

+100
-9
lines changed

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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.3.2"></a>
7+
## [0.3.2](https://github.com/Himenon/path-tree/compare/v0.3.1...v0.3.2) (2020-08-15)
8+
9+
10+
### Chores
11+
12+
* **deps:** pin dependency vue to 2.6.11 ([fa8845f](https://github.com/Himenon/path-tree/commit/fa8845f))
13+
* **deps:** update commitlint monorepo to v9 ([dc119d9](https://github.com/Himenon/path-tree/commit/dc119d9))
14+
* **deps:** update dependency [@types](https://github.com/types)/jest to v26 ([ef17d7a](https://github.com/Himenon/path-tree/commit/ef17d7a))
15+
* **deps:** update dependency [@types](https://github.com/types)/jest to v26.0.10 ([2f60e49](https://github.com/Himenon/path-tree/commit/2f60e49))
16+
* **deps:** update dependency css-loader to v4 ([85af2b6](https://github.com/Himenon/path-tree/commit/85af2b6))
17+
* **deps:** update dependency eslint to v7.7.0 ([586422f](https://github.com/Himenon/path-tree/commit/586422f))
18+
* **deps:** update dependency eslint-plugin-react to v7.20.6 ([601655f](https://github.com/Himenon/path-tree/commit/601655f))
19+
* **deps:** update dependency jest to v26.4.0 ([da12eb4](https://github.com/Himenon/path-tree/commit/da12eb4))
20+
* **deps:** update dependency terser-webpack-plugin to v4 ([0f1e9c5](https://github.com/Himenon/path-tree/commit/0f1e9c5))
21+
* **deps:** update dependency ts-jest to v26.2.0 ([de0024e](https://github.com/Himenon/path-tree/commit/de0024e))
22+
* **deps:** update dependency ts-loader to v8 ([6f93fd5](https://github.com/Himenon/path-tree/commit/6f93fd5))
23+
* **deps:** update dependency typescript to v3.9.7 ([c32fb1d](https://github.com/Himenon/path-tree/commit/c32fb1d))
24+
* **deps:** update typescript-eslint monorepo to v3.9.0 ([4983f9e](https://github.com/Himenon/path-tree/commit/4983f9e))
25+
* **keywords:** add keywords in package.json ([e761844](https://github.com/Himenon/path-tree/commit/e761844))
26+
27+
28+
29+
30+
631
<a name="0.3.1"></a>
732
## [0.3.1](https://github.com/Himenon/path-tree/compare/v0.3.0...v0.3.1) (2020-08-13)
833

Diff for: lerna.json

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

Diff for: packages/collection/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.3.2"></a>
7+
## [0.3.2](https://github.com/Himenon/path-tree/compare/v0.3.1...v0.3.2) (2020-08-15)
8+
9+
10+
### Chores
11+
12+
* **deps:** update dependency ts-jest to v26.2.0 ([de0024e](https://github.com/Himenon/path-tree/commit/de0024e))
13+
* **deps:** update dependency typescript to v3.9.7 ([c32fb1d](https://github.com/Himenon/path-tree/commit/c32fb1d))
14+
* **keywords:** add keywords in package.json ([e761844](https://github.com/Himenon/path-tree/commit/e761844))
15+
16+
17+
18+
19+
620
<a name="0.3.0"></a>
721
# [0.3.0](https://github.com/Himenon/path-tree/compare/v0.2.0...v0.3.0) (2020-08-13)
822

Diff for: packages/collection/package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "@path-tree/collection",
3-
"version": "0.3.0",
3+
"version": "0.3.2",
44
"main": "index.js",
55
"types": "index.d.ts",
6-
"keywords": ["tree", "hierarchical", "file", "path"],
6+
"keywords": [
7+
"tree",
8+
"hierarchical",
9+
"file",
10+
"path"
11+
],
712
"description": "Provides a hierarchy of directories and files from a one-dimensional array of objects, including.",
813
"license": "MIT",
914
"files": [

Diff for: packages/react/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.3.2"></a>
7+
## [0.3.2](https://github.com/Himenon/path-tree/compare/v0.3.1...v0.3.2) (2020-08-15)
8+
9+
10+
### Chores
11+
12+
* **deps:** update dependency css-loader to v4 ([85af2b6](https://github.com/Himenon/path-tree/commit/85af2b6))
13+
* **deps:** update dependency eslint to v7.7.0 ([586422f](https://github.com/Himenon/path-tree/commit/586422f))
14+
* **deps:** update dependency eslint-plugin-react to v7.20.6 ([601655f](https://github.com/Himenon/path-tree/commit/601655f))
15+
* **deps:** update dependency terser-webpack-plugin to v4 ([0f1e9c5](https://github.com/Himenon/path-tree/commit/0f1e9c5))
16+
* **deps:** update dependency ts-jest to v26.2.0 ([de0024e](https://github.com/Himenon/path-tree/commit/de0024e))
17+
* **deps:** update dependency ts-loader to v8 ([6f93fd5](https://github.com/Himenon/path-tree/commit/6f93fd5))
18+
* **deps:** update dependency typescript to v3.9.7 ([c32fb1d](https://github.com/Himenon/path-tree/commit/c32fb1d))
19+
* **deps:** update typescript-eslint monorepo to v3.9.0 ([4983f9e](https://github.com/Himenon/path-tree/commit/4983f9e))
20+
* **keywords:** add keywords in package.json ([e761844](https://github.com/Himenon/path-tree/commit/e761844))
21+
22+
23+
24+
25+
626
<a name="0.3.1"></a>
727
## [0.3.1](https://github.com/Himenon/path-tree/compare/v0.3.0...v0.3.1) (2020-08-13)
828

Diff for: packages/react/package.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@path-tree/react",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Provides components with a hierarchical structure.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -9,7 +9,14 @@
99
"lib",
1010
"LICENSE"
1111
],
12-
"keywords": ["tree", "hierarchical", "file", "path", "react", "components"],
12+
"keywords": [
13+
"tree",
14+
"hierarchical",
15+
"file",
16+
"path",
17+
"react",
18+
"components"
19+
],
1320
"license": "MIT",
1421
"scripts": {
1522
"dev": "NODE_ENV=development webpack-dev-server --config ./webpack.config.ts",
@@ -23,7 +30,7 @@
2330
"react-dom": "^16.13.1"
2431
},
2532
"dependencies": {
26-
"@path-tree/collection": "^0.3.0"
33+
"@path-tree/collection": "^0.3.2"
2734
},
2835
"devDependencies": {
2936
"@babel/core": "7.11.1",

Diff for: packages/vue/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.3.2"></a>
7+
## [0.3.2](https://github.com/Himenon/path-tree/compare/v0.3.1...v0.3.2) (2020-08-15)
8+
9+
10+
### Chores
11+
12+
* **deps:** pin dependency vue to 2.6.11 ([fa8845f](https://github.com/Himenon/path-tree/commit/fa8845f))
13+
* **keywords:** add keywords in package.json ([e761844](https://github.com/Himenon/path-tree/commit/e761844))
14+
15+
16+
17+
18+
619
<a name="0.3.1"></a>
720
## [0.3.1](https://github.com/Himenon/path-tree/compare/v0.3.0...v0.3.1) (2020-08-13)
821

Diff for: packages/vue/package.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@path-tree/vue",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Provides components with a hierarchical structure.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -9,7 +9,14 @@
99
"lib",
1010
"LICENSE"
1111
],
12-
"keywords": ["tree", "hierarchical", "file", "path", "vue", "components"],
12+
"keywords": [
13+
"tree",
14+
"hierarchical",
15+
"file",
16+
"path",
17+
"vue",
18+
"components"
19+
],
1320
"license": "MIT",
1421
"scripts": {
1522
"dev": "NODE_ENV=development webpack-dev-server --config ./webpack.config.ts",
@@ -23,7 +30,7 @@
2330
"react-dom": "^16.13.1"
2431
},
2532
"dependencies": {
26-
"@path-tree/collection": "^0.3.0"
33+
"@path-tree/collection": "^0.3.2"
2734
},
2835
"devDependencies": {
2936
"vue": "2.6.11"

0 commit comments

Comments
 (0)