Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jul 7, 2021
1 parent 459ab78 commit 609adc9
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 9 deletions.
8 changes: 8 additions & 0 deletions packages/localizer-date-fns/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.

## [5.0.7](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.7) (2021-07-07)

**Note:** Version bump only for package react-widgets-date-fns





## [5.0.6](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.6) (2021-04-28)

**Note:** Version bump only for package react-widgets-date-fns
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": "5.0.6",
"version": "5.0.7",
"description": "A date-fns localizer for react-widgets",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"@babel/core": "^7.9.0",
"cross-env": "^7.0.3",
"date-fns": "^2.16.1",
"react-widgets": "^5.1.1",
"react-widgets": "^5.2.0",
"rimraf": "^3.0.2"
}
}
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.

## [5.0.7](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.7) (2021-07-07)

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





## [5.0.6](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.6) (2021-04-28)

**Note:** Version bump only for package react-widgets-moment
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": "5.0.6",
"version": "5.0.7",
"description": "A moment.js localizer for react-widgets",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.12.13",
"cross-env": "^7.0.3",
"moment": "^2.29.1",
"react-widgets": "^5.1.1",
"react-widgets": "^5.2.0",
"rimraf": "^3.0.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.

## [5.0.7](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.7) (2021-07-07)

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





## [5.0.6](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.6) (2021-04-28)

**Note:** Version bump only for package react-widgets-simple-number
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": "5.0.6",
"version": "5.0.7",
"description": "A globalize.js localizer for react-widgets",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"cross-env": "^7.0.3",
"react-widgets": "^5.1.1",
"react-widgets": "^5.2.0",
"rimraf": "^3.0.2"
}
}
17 changes: 17 additions & 0 deletions packages/react-widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/jquense/react-widgets/compare/[email protected]@5.2.0) (2021-07-07)


### Bug Fixes

* Combobox's input to use inputProps readOnly instead of Combobox's readOnly ([#1079](https://github.com/jquense/react-widgets/issues/1079)) ([3d21ebd](https://github.com/jquense/react-widgets/commit/3d21ebd7f23f26573473a614f471854c5cb9b59b))
* division warning in number-picker.scss ([#1088](https://github.com/jquense/react-widgets/issues/1088)) ([780b24a](https://github.com/jquense/react-widgets/commit/780b24acf8213d8503eefebe3b641787f583e360))


### Features

* add low level List.renderList() ([459ab78](https://github.com/jquense/react-widgets/commit/459ab785c1db3f225ec0d6f8d40da4c5febe3fd8))





## [5.1.1](https://github.com/jquense/react-widgets/compare/[email protected]@5.1.1) (2021-04-28)


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": "5.1.1",
"version": "5.2.0",
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
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.

## [5.0.7](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.7) (2021-07-07)

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





## [5.0.6](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.6) (2021-04-28)

**Note:** Version bump only for package react-widgets-virtualized
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": "5.0.6",
"version": "5.0.7",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@babel/core": "^7.12.13",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-widgets": "^5.1.1"
"react-widgets": "^5.2.0"
},
"author": "Jason Quense",
"license": "MIT"
Expand Down

0 comments on commit 609adc9

Please sign in to comment.