Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Dec 11, 2018
1 parent f7b2c52 commit b468f59
Show file tree
Hide file tree
Showing 16 changed files with 93 additions and 21 deletions.
11 changes: 11 additions & 0 deletions packages/localizer-date-fns/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.

<a name="4.0.23"></a>
## [4.0.23](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.23) (2018-12-11)


### Bug Fixes

* date-fns localizer ensure parse returns null when invalid date ([#893](https://github.com/jquense/react-widgets/issues/893)) ([bcfbdf5](https://github.com/jquense/react-widgets/commit/bcfbdf5))




<a name="4.0.22"></a>
## [4.0.22](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.22) (2018-11-20)

Expand Down
4 changes: 2 additions & 2 deletions packages/localizer-date-fns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets-date-fns",
"version": "4.0.22",
"version": "4.0.23",
"description": "A date-fns localizer for react-widgets",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@babel/core": "^7.0.0-beta.52",
"cross-env": "^5.2.0",
"date-fns": "^2.0.0-alpha.7",
"react-widgets": "^4.4.7",
"react-widgets": "^4.4.8",
"rimraf": "^2.6.2"
}
}
8 changes: 8 additions & 0 deletions packages/localizer-globalize/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.

<a name="5.0.17"></a>
## [5.0.17](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.17) (2018-12-11)




**Note:** Version bump only for package react-widgets-globalize

<a name="5.0.16"></a>
## [5.0.16](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.16) (2018-11-20)

Expand Down
4 changes: 2 additions & 2 deletions packages/localizer-globalize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets-globalize",
"version": "5.0.16",
"version": "5.0.17",
"description": "A globalize.js localizer for react-widgets",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/cli": "^7.0.0-beta.52",
"@babel/core": "^7.0.0-beta.52",
"cross-env": "^5.2.0",
"react-widgets": "^4.4.7",
"react-widgets": "^4.4.8",
"rimraf": "^2.6.2"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/localizer-moment/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.

<a name="4.0.24"></a>
## [4.0.24](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.24) (2018-12-11)




**Note:** Version bump only for package react-widgets-moment

<a name="4.0.23"></a>
## [4.0.23](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.23) (2018-11-20)

Expand Down
4 changes: 2 additions & 2 deletions packages/localizer-moment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets-moment",
"version": "4.0.23",
"version": "4.0.24",
"description": "A moment.js localizer for react-widgets",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/core": "^7.0.0-beta.52",
"cross-env": "^5.2.0",
"moment": "^2.21.0",
"react-widgets": "^4.4.7",
"react-widgets": "^4.4.8",
"rimraf": "^2.6.2"
}
}
8 changes: 8 additions & 0 deletions packages/localizer-simple-number/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.

<a name="4.1.20"></a>
## [4.1.20](https://github.com/jquense/react-widgets/compare/[email protected]@4.1.20) (2018-12-11)




**Note:** Version bump only for package react-widgets-simple-number

<a name="4.1.19"></a>
## [4.1.19](https://github.com/jquense/react-widgets/compare/[email protected]@4.1.19) (2018-11-20)

Expand Down
4 changes: 2 additions & 2 deletions packages/localizer-simple-number/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets-simple-number",
"version": "4.1.19",
"version": "4.1.20",
"description": "A globalize.js localizer for react-widgets",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"@babel/cli": "^7.0.0-beta.52",
"@babel/core": "^7.0.0-beta.52",
"cross-env": "^5.2.0",
"react-widgets": "^4.4.7",
"react-widgets": "^4.4.8",
"rimraf": "^2.6.2"
}
}
8 changes: 8 additions & 0 deletions packages/material-ui/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.

<a name="0.2.14"></a>
## [0.2.14](https://github.com/jquense/react-widgets/compare/[email protected]@0.2.14) (2018-12-11)




**Note:** Version bump only for package react-widgets-material-ui

<a name="0.2.13"></a>
## [0.2.13](https://github.com/jquense/react-widgets/compare/[email protected]@0.2.13) (2018-11-20)

Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets-material-ui",
"version": "0.2.13",
"version": "0.2.14",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"cpy-cli": "^2.0.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-widgets": "^4.4.7"
"react-widgets": "^4.4.8"
},
"author": "Jason Quense",
"license": "MIT"
Expand Down
13 changes: 13 additions & 0 deletions packages/react-widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.4.8"></a>
## [4.4.8](https://github.com/jquense/react-widgets/compare/[email protected]@4.4.8) (2018-12-11)


### Bug Fixes

* arrow keys not working on Combobox select when data is filtered ([#891](https://github.com/jquense/react-widgets/issues/891)) ([2e14597](https://github.com/jquense/react-widgets/commit/2e14597))
* edge case where upon hitting enter before using arrows or clicking, the first item out of all options (not just filtered options) was selected by default ([#883](https://github.com/jquense/react-widgets/issues/883)) ([971b326](https://github.com/jquense/react-widgets/commit/971b326))
* force reset of DatePickerInput when date is invalid ([#864](https://github.com/jquense/react-widgets/issues/864)) ([1f5bd74](https://github.com/jquense/react-widgets/commit/1f5bd74))




<a name="4.4.7"></a>
## [4.4.7](https://github.com/jquense/react-widgets/compare/[email protected]@4.4.7) (2018-11-20)

Expand Down
2 changes: 1 addition & 1 deletion packages/react-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets",
"version": "4.4.7",
"version": "4.4.8",
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",
"main": "lib/index.js",
"author": {
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook/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.

<a name="4.0.24"></a>
## [4.0.24](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.24) (2018-12-11)




**Note:** Version bump only for package storybook

<a name="4.0.23"></a>
## [4.0.23](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.23) (2018-11-20)

Expand Down
16 changes: 8 additions & 8 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "4.0.23",
"version": "4.0.24",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,13 +29,13 @@
"moment": "^2.22.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-widgets": "^4.4.7",
"react-widgets-date-fns": "^4.0.22",
"react-widgets-globalize": "^5.0.16",
"react-widgets-material-ui": "^0.2.13",
"react-widgets-moment": "^4.0.23",
"react-widgets-simple-number": "^4.1.19",
"react-widgets-virtualized": "^4.0.23",
"react-widgets": "^4.4.8",
"react-widgets-date-fns": "^4.0.23",
"react-widgets-globalize": "^5.0.17",
"react-widgets-material-ui": "^0.2.14",
"react-widgets-moment": "^4.0.24",
"react-widgets-simple-number": "^4.1.20",
"react-widgets-virtualized": "^4.0.24",
"rimraf": "^2.5.4",
"webpack": "^3.0.0",
"webpack-atoms": "^5.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/virtualized/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.

<a name="4.0.24"></a>
## [4.0.24](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.24) (2018-12-11)




**Note:** Version bump only for package react-widgets-virtualized

<a name="4.0.23"></a>
## [4.0.23](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.23) (2018-11-20)

Expand Down
4 changes: 2 additions & 2 deletions packages/virtualized/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets-virtualized",
"version": "4.0.23",
"version": "4.0.24",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-beta.52",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-widgets": "^4.4.7"
"react-widgets": "^4.4.8"
},
"author": "Jason Quense",
"license": "MIT"
Expand Down

0 comments on commit b468f59

Please sign in to comment.