Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Aug 11, 2018
1 parent 526e9b7 commit 17e1c0b
Show file tree
Hide file tree
Showing 16 changed files with 102 additions and 21 deletions.
12 changes: 12 additions & 0 deletions packages/localizer-date-fns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.19"></a>
## [4.0.19](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.19) (2018-08-11)


### Bug Fixes

* update date-ins alpha to new formatting style ([526e9b7](https://github.com/jquense/react-widgets/commit/526e9b7)), closes [#827](https://github.com/jquense/react-widgets/issues/827)





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

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.18",
"version": "4.0.19",
"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.3",
"react-widgets": "^4.4.4",
"rimraf": "^2.6.2"
}
}
9 changes: 9 additions & 0 deletions packages/localizer-globalize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.13"></a>
## [5.0.13](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.13) (2018-08-11)

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





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

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.12",
"version": "5.0.13",
"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.3",
"react-widgets": "^4.4.4",
"rimraf": "^2.6.2"
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/localizer-moment/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.20"></a>
## [4.0.20](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.20) (2018-08-11)

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





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

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.19",
"version": "4.0.20",
"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.3",
"react-widgets": "^4.4.4",
"rimraf": "^2.6.2"
}
}
9 changes: 9 additions & 0 deletions packages/localizer-simple-number/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.16"></a>
## [4.1.16](https://github.com/jquense/react-widgets/compare/[email protected]@4.1.16) (2018-08-11)

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





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

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.15",
"version": "4.1.16",
"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.3",
"react-widgets": "^4.4.4",
"rimraf": "^2.6.2"
}
}
9 changes: 9 additions & 0 deletions packages/material-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.10"></a>
## [0.2.10](https://github.com/jquense/react-widgets/compare/[email protected]@0.2.10) (2018-08-11)

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





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

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.9",
"version": "0.2.10",
"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.3"
"react-widgets": "^4.4.4"
},
"author": "Jason Quense",
"license": "MIT"
Expand Down
12 changes: 12 additions & 0 deletions packages/react-widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.4"></a>
## [4.4.4](https://github.com/jquense/react-widgets/compare/[email protected]@4.4.4) (2018-08-11)


### Bug Fixes

* focus mgmt for dropdowns ([f150993](https://github.com/jquense/react-widgets/commit/f150993)), closes [#830](https://github.com/jquense/react-widgets/issues/830) [#831](https://github.com/jquense/react-widgets/issues/831)





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

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.3",
"version": "4.4.4",
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",
"main": "lib/index.js",
"author": {
Expand Down
12 changes: 12 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.20"></a>
## [4.0.20](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.20) (2018-08-11)


### Bug Fixes

* update date-ins alpha to new formatting style ([526e9b7](https://github.com/jquense/react-widgets/commit/526e9b7)), closes [#827](https://github.com/jquense/react-widgets/issues/827)





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

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.19",
"version": "4.0.20",
"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.3",
"react-widgets-date-fns": "^4.0.18",
"react-widgets-globalize": "^5.0.12",
"react-widgets-material-ui": "^0.2.9",
"react-widgets-moment": "^4.0.19",
"react-widgets-simple-number": "^4.1.15",
"react-widgets-virtualized": "^4.0.19",
"react-widgets": "^4.4.4",
"react-widgets-date-fns": "^4.0.19",
"react-widgets-globalize": "^5.0.13",
"react-widgets-material-ui": "^0.2.10",
"react-widgets-moment": "^4.0.20",
"react-widgets-simple-number": "^4.1.16",
"react-widgets-virtualized": "^4.0.20",
"rimraf": "^2.5.4",
"webpack": "^3.0.0",
"webpack-atoms": "^5.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/virtualized/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.20"></a>
## [4.0.20](https://github.com/jquense/react-widgets/compare/[email protected]@4.0.20) (2018-08-11)

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





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

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.19",
"version": "4.0.20",
"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.3"
"react-widgets": "^4.4.4"
},
"author": "Jason Quense",
"license": "MIT"
Expand Down

0 comments on commit 17e1c0b

Please sign in to comment.