Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Sep 7, 2021
1 parent 25f96ee commit 38b3f15
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 10 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.8](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.8) (2021-09-07)

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





## [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
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.7",
"version": "5.0.8",
"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.2.0",
"react-widgets": "^5.3.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.8](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.8) (2021-09-07)

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





## [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
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.7",
"version": "5.0.8",
"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.2.0",
"react-widgets": "^5.3.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.8](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.8) (2021-09-07)

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





## [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
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.7",
"version": "5.0.8",
"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.2.0",
"react-widgets": "^5.3.0",
"rimraf": "^3.0.2"
}
}
11 changes: 11 additions & 0 deletions packages/react-widgets/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.

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


### Features

* new addon Tailwind styles ([#1098](https://github.com/jquense/react-widgets/issues/1098)) ([25f96ee](https://github.com/jquense/react-widgets/commit/25f96ee50a3d2f603500438a490a2de6883fc709))





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


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.2.0",
"version": "5.3.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
11 changes: 11 additions & 0 deletions packages/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2021-09-07)


### Features

* new addon Tailwind styles ([#1098](https://github.com/jquense/react-widgets/issues/1098)) ([25f96ee](https://github.com/jquense/react-widgets/commit/25f96ee50a3d2f603500438a490a2de6883fc709))
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets-tailwind",
"version": "1.0.0",
"version": "1.1.0",
"main": "lib/index.js",
"module": "lib/es/index.js",
"repository": {
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.8](https://github.com/jquense/react-widgets/compare/[email protected]@5.0.8) (2021-09-07)

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





## [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
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.7",
"version": "5.0.8",
"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.2.0"
"react-widgets": "^5.3.0"
},
"author": "Jason Quense",
"license": "MIT"
Expand Down

0 comments on commit 38b3f15

Please sign in to comment.