Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.30.1 --skip
Browse files Browse the repository at this point in the history
## [1.30.1](v1.30.0...v1.30.1) (2019-06-01)

### Bug Fixes

* **FormInput:** add autoComplete prop ([bdd8f0c](bdd8f0c)), closes [#428](#428)
* **FormSelect:** add multiple prop ([af40df3](af40df3))
  • Loading branch information
semantic-release-bot committed Jun 1, 2019
1 parent bdd8f0c commit bb03f74
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.30.1](https://github.com/tabler/tabler-react/compare/v1.30.0...v1.30.1) (2019-06-01)

### Bug Fixes

- **FormInput:** add autoComplete prop ([bdd8f0c](https://github.com/tabler/tabler-react/commit/bdd8f0c)), closes [#428](https://github.com/tabler/tabler-react/issues/428)
- **FormSelect:** add multiple prop ([af40df3](https://github.com/tabler/tabler-react/commit/af40df3))

# [1.30.0](https://github.com/tabler/tabler-react/compare/v1.29.0...v1.30.0) (2019-06-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabler-react",
"version": "1.30.0",
"version": "1.30.1",
"description": "",
"author": "jonthomp and AaronCoplan",
"license": "MIT",
Expand Down Expand Up @@ -42,18 +42,18 @@
"react-dom": "^16.2.0"
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@semantic-release/changelog": "^3.0.0",
"@semantic-release/git": "^7.0.1",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"babel-core": "^6.26.0",
"babel-eslint": "^9.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"commitizen": "^3.0.3",
"commitlint": "^7.0.0",
"commitizen": "^3.1.1",
"commitlint": "^8.0.0",
"cz-conventional-changelog": "^2.1.0",
"empty": "^0.10.1",
"eslint": "5.16.0",
Expand Down

0 comments on commit bb03f74

Please sign in to comment.