Skip to content

Commit aaae654

Browse files
committed
Publish
- react-widgets-date-fns@5.0.5 - react-widgets-moment@5.0.5 - react-widgets-simple-number@5.0.5 - react-widgets@5.1.0 - react-widgets-virtualized@5.0.5
1 parent 5c0cd36 commit aaae654

File tree

10 files changed

+57
-9
lines changed

10 files changed

+57
-9
lines changed

packages/localizer-date-fns/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.5](https://github.com/jquense/react-widgets/compare/react-widgets-date-fns@5.0.4...react-widgets-date-fns@5.0.5) (2021-04-28)
7+
8+
**Note:** Version bump only for package react-widgets-date-fns
9+
10+
11+
12+
13+
614
## [5.0.4](https://github.com/jquense/react-widgets/compare/react-widgets-date-fns@5.0.3...react-widgets-date-fns@5.0.4) (2021-04-26)
715

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

packages/localizer-date-fns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-widgets-date-fns",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "A date-fns localizer for react-widgets",
55
"main": "index.js",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"@babel/core": "^7.9.0",
3838
"cross-env": "^7.0.3",
3939
"date-fns": "^2.16.1",
40-
"react-widgets": "^5.0.4",
40+
"react-widgets": "^5.1.0",
4141
"rimraf": "^3.0.2"
4242
}
4343
}

packages/localizer-moment/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.5](https://github.com/jquense/react-widgets/compare/react-widgets-moment@5.0.4...react-widgets-moment@5.0.5) (2021-04-28)
7+
8+
**Note:** Version bump only for package react-widgets-moment
9+
10+
11+
12+
13+
614
## [5.0.4](https://github.com/jquense/react-widgets/compare/react-widgets-moment@5.0.3...react-widgets-moment@5.0.4) (2021-04-26)
715

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

packages/localizer-moment/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-widgets-moment",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "A moment.js localizer for react-widgets",
55
"main": "index.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.12.13",
3535
"cross-env": "^7.0.3",
3636
"moment": "^2.29.1",
37-
"react-widgets": "^5.0.4",
37+
"react-widgets": "^5.1.0",
3838
"rimraf": "^3.0.2"
3939
}
4040
}

packages/localizer-simple-number/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.5](https://github.com/jquense/react-widgets/compare/react-widgets-simple-number@5.0.4...react-widgets-simple-number@5.0.5) (2021-04-28)
7+
8+
**Note:** Version bump only for package react-widgets-simple-number
9+
10+
11+
12+
13+
614
## [5.0.4](https://github.com/jquense/react-widgets/compare/react-widgets-simple-number@5.0.3...react-widgets-simple-number@5.0.4) (2021-04-26)
715

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

packages/localizer-simple-number/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-widgets-simple-number",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "A globalize.js localizer for react-widgets",
55
"main": "index.js",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"@babel/cli": "^7.12.13",
3737
"@babel/core": "^7.12.13",
3838
"cross-env": "^7.0.3",
39-
"react-widgets": "^5.0.4",
39+
"react-widgets": "^5.1.0",
4040
"rimraf": "^3.0.2"
4141
}
4242
}

packages/react-widgets/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.1.0](https://github.com/jquense/react-widgets/compare/react-widgets@5.0.4...react-widgets@5.1.0) (2021-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* Handle the case where the user deletes when there are no tags in a Multiselect ([#1075](https://github.com/jquense/react-widgets/issues/1075)) ([f28aba6](https://github.com/jquense/react-widgets/commit/f28aba63e8b519ed055fb6366f526a87b1c22cc7))
12+
13+
14+
### Features
15+
16+
* expose a few more sass variables add background-clip ([5c0cd36](https://github.com/jquense/react-widgets/commit/5c0cd36fd0250329c1d9dd9b259c15cb197d8e5f))
17+
18+
19+
20+
21+
622
## [5.0.4](https://github.com/jquense/react-widgets/compare/react-widgets@5.0.3...react-widgets@5.0.4) (2021-04-26)
723

824

packages/react-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-widgets",
3-
"version": "5.0.4",
3+
"version": "5.1.0",
44
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",
55
"main": "lib/cjs/index.js",
66
"module": "lib/esm/index.js",

packages/virtualized/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.5](https://github.com/jquense/react-widgets/compare/react-widgets-virtualized@5.0.4...react-widgets-virtualized@5.0.5) (2021-04-28)
7+
8+
**Note:** Version bump only for package react-widgets-virtualized
9+
10+
11+
12+
13+
614
## [5.0.4](https://github.com/jquense/react-widgets/compare/react-widgets-virtualized@5.0.3...react-widgets-virtualized@5.0.4) (2021-04-26)
715

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

packages/virtualized/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-widgets-virtualized",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"@babel/core": "^7.12.13",
2525
"react": "^16.13.1",
2626
"react-dom": "^16.13.1",
27-
"react-widgets": "^5.0.4"
27+
"react-widgets": "^5.1.0"
2828
},
2929
"author": "Jason Quense",
3030
"license": "MIT"

0 commit comments

Comments
 (0)