Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomah committed Jun 12, 2020
1 parent ad36417 commit 1e5c699
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/bulmil-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/gomah/bulmil/compare/[email protected]@0.4.0) (2020-06-12)


### Features

* **bulmil:** Add is-light to button component ([ad36417](https://github.com/gomah/bulmil/commit/ad3641738733f32d3895aa03b8f996673f95a8d2))





# [0.3.0](https://github.com/gomah/bulmil/compare/[email protected]@0.3.0) (2020-06-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/bulmil-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulmil-angular",
"version": "0.3.0",
"version": "0.4.0",
"author": "Gomah",
"license": "MIT",
"description": "Angular specific wrapper for bulmil",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist/"
],
"dependencies": {
"bulmil": "^0.3.0",
"bulmil": "^0.4.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/bulmil-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.9](https://github.com/gomah/bulmil/compare/[email protected]@0.2.9) (2020-06-12)

**Note:** Version bump only for package bulmil-react





## [0.2.8](https://github.com/gomah/bulmil/compare/[email protected]@0.2.8) (2020-06-09)

**Note:** Version bump only for package bulmil-react
Expand Down
4 changes: 2 additions & 2 deletions packages/bulmil-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bulmil-react",
"sideEffects": false,
"version": "0.2.8",
"version": "0.2.9",
"author": "Gomah",
"license": "MIT",
"description": "React specific wrapper for bulmil",
Expand Down Expand Up @@ -36,7 +36,7 @@
"vfile-message": "^2.0.4"
},
"dependencies": {
"bulmil": "^0.3.0"
"bulmil": "^0.4.0"
},
"peerDependencies": {
"react": "^16.12.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/bulmil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/gomah/bulmil/compare/[email protected]@0.4.0) (2020-06-12)


### Features

* **bulmil:** Add is-light to button component ([ad36417](https://github.com/gomah/bulmil/commit/ad3641738733f32d3895aa03b8f996673f95a8d2))





# [0.3.0](https://github.com/gomah/bulmil/compare/[email protected]@0.3.0) (2020-06-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/bulmil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulmil",
"version": "0.3.0",
"version": "0.4.0",
"repository": "[email protected]:gomah/bulmil.git",
"author": "Gomah <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 1e5c699

Please sign in to comment.