Skip to content

Commit dbc49c3

Browse files
committed
publish npm packages by lerna [ci skip]
- @react-qui/[email protected] - @react-qui/[email protected] - @react-qui/[email protected]
1 parent 2af7517 commit dbc49c3

File tree

6 files changed

+35
-3
lines changed

6 files changed

+35
-3
lines changed

packages/dialog/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 (2018-02-22)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @react-qui/dialog

packages/dialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-qui/dialog",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

packages/loader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.3"></a>
7+
## [0.1.3](https://github.com/qeek-dev/react-qui/compare/@react-qui/[email protected]...@react-qui/[email protected]) (2018-02-22)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @react-qui/loader
13+
614
<a name="0.1.2"></a>
715
## [0.1.2](https://github.com/qeek-dev/react-qui/compare/@react-qui/[email protected]...@react-qui/[email protected]) (2018-01-12)
816

packages/loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-qui/loader",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

packages/toastr/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 (2018-02-22)
8+
9+
10+
### Bug Fixes
11+
12+
* add publishConfig to package.json ([#41](https://github.com/qeek-dev/react-qui/issues/41)) ([2af7517](https://github.com/qeek-dev/react-qui/commit/2af7517))

packages/toastr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-qui/toastr",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)