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

Commit bb03f74

Browse files
chore(release): 1.30.1 --skip
## [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))
1 parent bdd8f0c commit bb03f74

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.30.1](https://github.com/tabler/tabler-react/compare/v1.30.0...v1.30.1) (2019-06-01)
2+
3+
### Bug Fixes
4+
5+
- **FormInput:** add autoComplete prop ([bdd8f0c](https://github.com/tabler/tabler-react/commit/bdd8f0c)), closes [#428](https://github.com/tabler/tabler-react/issues/428)
6+
- **FormSelect:** add multiple prop ([af40df3](https://github.com/tabler/tabler-react/commit/af40df3))
7+
18
# [1.30.0](https://github.com/tabler/tabler-react/compare/v1.29.0...v1.30.0) (2019-06-01)
29

310
### Bug Fixes

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tabler-react",
3-
"version": "1.30.0",
3+
"version": "1.30.1",
44
"description": "",
55
"author": "jonthomp and AaronCoplan",
66
"license": "MIT",
@@ -42,18 +42,18 @@
4242
"react-dom": "^16.2.0"
4343
},
4444
"devDependencies": {
45-
"@commitlint/cli": "^7.0.0",
46-
"@commitlint/config-conventional": "^7.0.1",
47-
"@semantic-release/changelog": "^3.0.0",
48-
"@semantic-release/git": "^7.0.1",
45+
"@commitlint/cli": "^8.0.0",
46+
"@commitlint/config-conventional": "^8.0.0",
47+
"@semantic-release/changelog": "^3.0.2",
48+
"@semantic-release/git": "^7.0.8",
4949
"babel-core": "^6.26.0",
5050
"babel-eslint": "^9.0.0",
5151
"babel-plugin-external-helpers": "^6.22.0",
5252
"babel-preset-env": "^1.6.0",
5353
"babel-preset-react": "^6.24.1",
5454
"babel-preset-stage-0": "^6.24.1",
55-
"commitizen": "^3.0.3",
56-
"commitlint": "^7.0.0",
55+
"commitizen": "^3.1.1",
56+
"commitlint": "^8.0.0",
5757
"cz-conventional-changelog": "^2.1.0",
5858
"empty": "^0.10.1",
5959
"eslint": "5.16.0",

0 commit comments

Comments
 (0)