Skip to content

Commit 6dc731c

Browse files
committed
chore(release): release
1 parent 262b844 commit 6dc731c

File tree

6 files changed

+64
-3
lines changed

6 files changed

+64
-3
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.1"></a>
7+
## [0.3.1](https://github.com/Himenon/path-tree/compare/v0.3.0...v0.3.1) (2020-08-13)
8+
9+
10+
### Bug Fixes
11+
12+
* add license, update props ([736a2d5](https://github.com/Himenon/path-tree/commit/736a2d5))
13+
14+
15+
### Builds
16+
17+
* modifie tsconfig ([daad347](https://github.com/Himenon/path-tree/commit/daad347))
18+
19+
20+
### Documentation
21+
22+
* update docs ([6df1e6c](https://github.com/Himenon/path-tree/commit/6df1e6c))
23+
24+
25+
26+
27+
628
<a name="0.3.0"></a>
729
# [0.3.0](https://github.com/Himenon/path-tree/compare/v0.2.0...v0.3.0) (2020-08-13)
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.3.0",
10+
"version": "0.3.1",
1111
"npmClient": "yarn",
1212
"packages": [
1313
"packages/*"

packages/react/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
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.3.1"></a>
7+
## [0.3.1](https://github.com/Himenon/path-tree/compare/v0.3.0...v0.3.1) (2020-08-13)
8+
9+
10+
### Bug Fixes
11+
12+
* add license, update props ([736a2d5](https://github.com/Himenon/path-tree/commit/736a2d5))
13+
14+
15+
### Builds
16+
17+
* modifie tsconfig ([daad347](https://github.com/Himenon/path-tree/commit/daad347))
18+
19+
20+
21+
22+
623
<a name="0.3.0"></a>
724
# [0.3.0](https://github.com/Himenon/path-tree/compare/v0.2.0...v0.3.0) (2020-08-13)
825

packages/react/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/react",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Provides components with a hierarchical structure.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/vue/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.1"></a>
7+
## [0.3.1](https://github.com/Himenon/path-tree/compare/v0.3.0...v0.3.1) (2020-08-13)
8+
9+
10+
### Bug Fixes
11+
12+
* add license, update props ([736a2d5](https://github.com/Himenon/path-tree/commit/736a2d5))
13+
14+
15+
### Builds
16+
17+
* modifie tsconfig ([daad347](https://github.com/Himenon/path-tree/commit/daad347))
18+
19+
20+
### Documentation
21+
22+
* update docs ([6df1e6c](https://github.com/Himenon/path-tree/commit/6df1e6c))
23+
24+
25+
26+
27+
628
<a name="0.3.0"></a>
729
# [0.3.0](https://github.com/Himenon/path-tree/compare/v0.2.0...v0.3.0) (2020-08-13)
830

packages/vue/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/vue",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Provides components with a hierarchical structure.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)