Skip to content

Commit 885e545

Browse files
committed
chore(release): release
1 parent 9714f56 commit 885e545

File tree

8 files changed

+63
-6
lines changed

8 files changed

+63
-6
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.0"></a>
7+
# [0.3.0](https://github.com/Himenon/path-tree/compare/v0.2.0...v0.3.0) (2020-08-13)
8+
9+
10+
### Chores
11+
12+
* **deps:** update dependency jest to v26.3.0 ([a98eaf4](https://github.com/Himenon/path-tree/commit/a98eaf4))
13+
14+
15+
### Documentation
16+
17+
* **vue:** add vue usage docs ([515bd7a](https://github.com/Himenon/path-tree/commit/515bd7a))
18+
19+
20+
### Features
21+
22+
* **vue:** add vuejs component ([8e19ede](https://github.com/Himenon/path-tree/commit/8e19ede))
23+
24+
25+
26+
27+
628
<a name="0.2.0"></a>
729
# [0.2.0](https://github.com/Himenon/path-tree/compare/v0.1.1...v0.2.0) (2020-08-12)
830

lerna.json

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

packages/collection/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.0"></a>
7+
# [0.3.0](https://github.com/Himenon/path-tree/compare/v0.2.0...v0.3.0) (2020-08-13)
8+
9+
**Note:** Version bump only for package @path-tree/collection
10+
11+
12+
13+
14+
615
<a name="0.2.0"></a>
716
# [0.2.0](https://github.com/Himenon/path-tree/compare/v0.1.1...v0.2.0) (2020-08-12)
817

packages/collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@path-tree/collection",
3-
"version": "0.2.0",
3+
"version": "0.3.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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.0"></a>
7+
# [0.3.0](https://github.com/Himenon/path-tree/compare/v0.2.0...v0.3.0) (2020-08-13)
8+
9+
**Note:** Version bump only for package @path-tree/react
10+
11+
12+
13+
14+
615
<a name="0.2.0"></a>
716
# [0.2.0](https://github.com/Himenon/path-tree/compare/v0.1.1...v0.2.0) (2020-08-12)
817

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@path-tree/react",
3-
"version": "0.2.0",
3+
"version": "0.3.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.2.0"
24+
"@path-tree/collection": "^0.3.0"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "7.11.1",

packages/vue/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="0.3.0"></a>
7+
# [0.3.0](https://github.com/Himenon/path-tree/compare/v0.2.0...v0.3.0) (2020-08-13)
8+
9+
10+
### Documentation
11+
12+
* **vue:** add vue usage docs ([515bd7a](https://github.com/Himenon/path-tree/commit/515bd7a))
13+
14+
15+
### Features
16+
17+
* **vue:** add vuejs component ([8e19ede](https://github.com/Himenon/path-tree/commit/8e19ede))

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@path-tree/vue",
3-
"version": "0.2.0",
3+
"version": "0.3.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.2.0"
24+
"@path-tree/collection": "^0.3.0"
2525
},
2626
"devDependencies": {
2727
"vue": "^2.6.11"

0 commit comments

Comments
 (0)