Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quid-bot committed Nov 30, 2018
1 parent fdaa961 commit 7d91a1e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
11 changes: 11 additions & 0 deletions 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.

## [1.0.1](https://github.com/quid/ui-framework/compare/v1.0.0...v1.0.1) (2018-11-30)


### Bug Fixes

* test auto publish script ([7757c6e](https://github.com/quid/ui-framework/commit/7757c6e))





# [1.0.0](https://github.com/quid/ui-framework/compare/v1.1.1...v1.0.0) (2018-11-30)

### Bug Fixes
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"lerna": "3.3.2",
"version": "1.0.0",
"version": "1.0.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"conventionalCommits": true,
"ignoreChanges": ["*.md"]
"ignoreChanges": [
"*.md"
]
}
}
}
11 changes: 11 additions & 0 deletions packages/test-travis/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.

## [1.0.1](https://github.com/quid/ui-framework/compare/v1.0.0...v1.0.1) (2018-11-30)


### Bug Fixes

* test auto publish script ([7757c6e](https://github.com/quid/ui-framework/commit/7757c6e))





# [1.0.0](https://github.com/quid/ui-framework/compare/v1.1.1...v1.0.0) (2018-11-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/test-travis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quid/test-travis",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT"
}

0 comments on commit 7d91a1e

Please sign in to comment.