Skip to content

Commit dc8a4ef

Browse files
committed
chore(release): release
1 parent 1c7a428 commit dc8a4ef

File tree

6 files changed

+44
-6
lines changed

6 files changed

+44
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.1.1"></a>
7+
## [0.1.1](https://github.com/Himenon/path-tree/compare/v1.0.2...v0.1.1) (2020-08-11)
8+
9+
10+
### Bug Fixes
11+
12+
* version ([49985db](https://github.com/Himenon/path-tree/commit/49985db))

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
}
88
},
99
"useWorkspaces": true,
10-
"version": "0.1.0",
10+
"version": "0.1.1",
1111
"npmClient": "yarn",
12-
"packages": ["packages/*"]
12+
"packages": [
13+
"packages/*"
14+
]
1315
}

packages/collection/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.1.1"></a>
7+
## [0.1.1](https://github.com/Himenon/path-tree/compare/v1.0.2...v0.1.1) (2020-08-11)
8+
9+
10+
### Bug Fixes
11+
12+
* version ([49985db](https://github.com/Himenon/path-tree/commit/49985db))

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.1.0",
3+
"version": "0.1.1",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.1.1"></a>
7+
## [0.1.1](https://github.com/Himenon/path-tree/compare/v1.0.2...v0.1.1) (2020-08-11)
8+
9+
10+
### Bug Fixes
11+
12+
* version ([49985db](https://github.com/Himenon/path-tree/commit/49985db))

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@path-tree/react",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
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.0"
24+
"@path-tree/collection": "^0.1.1"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.10.4",
@@ -82,4 +82,4 @@
8282
"publishConfig": {
8383
"access": "public"
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)