Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Aug 4, 2023
1 parent c33feca commit cd93798
Show file tree
Hide file tree
Showing 16 changed files with 83 additions and 9 deletions.
12 changes: 12 additions & 0 deletions 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.

## [3.2.1](https://github.com/p3ol/junipero/compare/v3.2.0...v3.2.1) (2023-08-04)


### Bug Fixes

* **react:** correctly depend on core ([4069acc](https://github.com/p3ol/junipero/commit/4069acc728accf2c44f210cbfeae9c8f81d34aea))
* **theme:** fix wrong datefield background position ([11bf188](https://github.com/p3ol/junipero/commit/11bf1885e983292130cd1aec39bf968afbe66746))





# [3.2.0](https://github.com/p3ol/junipero/compare/v3.1.2...v3.2.0) (2023-07-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "3.2.0",
"version": "3.2.1",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

## [3.2.1](https://github.com/p3ol/junipero/compare/v3.2.0...v3.2.1) (2023-08-04)

**Note:** Version bump only for package @junipero/core





# [3.2.0](https://github.com/p3ol/junipero/compare/v3.1.2...v3.2.0) (2023-07-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/core",
"version": "3.2.0",
"version": "3.2.1",
"description": "🏔 Junipero Design System Core Utils",
"main": "dist/junipero-core.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks/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.

## [3.2.1](https://github.com/p3ol/junipero/compare/v3.2.0...v3.2.1) (2023-08-04)

**Note:** Version bump only for package @junipero/hooks





# [3.2.0](https://github.com/p3ol/junipero/compare/v3.1.2...v3.2.0) (2023-07-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/hooks",
"version": "3.2.0",
"version": "3.2.1",
"description": "🏔 Junipero Design System React hooks",
"main": "dist/junipero-hooks.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-d3-plugin/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.

## [3.2.1](https://github.com/p3ol/junipero/compare/v3.2.0...v3.2.1) (2023-08-04)

**Note:** Version bump only for package @junipero/react-d3-plugin





# [3.2.0](https://github.com/p3ol/junipero/compare/v3.1.2...v3.2.0) (2023-07-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-d3-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/react-d3-plugin",
"version": "3.2.0",
"version": "3.2.1",
"description": "🏔 Junipero Design System D3 Components for React",
"main": "dist/junipero-react-d3-plugin.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/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.

## [3.2.1](https://github.com/p3ol/junipero/compare/v3.2.0...v3.2.1) (2023-08-04)


### Bug Fixes

* **react:** correctly depend on core ([4069acc](https://github.com/p3ol/junipero/commit/4069acc728accf2c44f210cbfeae9c8f81d34aea))





# [3.2.0](https://github.com/p3ol/junipero/compare/v3.1.2...v3.2.0) (2023-07-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/react",
"version": "3.2.0",
"version": "3.2.1",
"description": "🏔 Junipero Design System React components",
"main": "dist/junipero-react.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@floating-ui/react": "0.25.0",
"@junipero/core": "3.2.0",
"@junipero/core": "^3.2.1",
"core-js": "3.32.0",
"prop-types": "15.8.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/tailwind-plugin/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.

## [3.2.1](https://github.com/p3ol/junipero/compare/v3.2.0...v3.2.1) (2023-08-04)

**Note:** Version bump only for package @junipero/tailwind-plugin





# [3.2.0](https://github.com/p3ol/junipero/compare/v3.1.2...v3.2.0) (2023-07-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/tailwind-plugin",
"version": "3.2.0",
"version": "3.2.1",
"description": "🏔 Junipero Design System Tailwind Plugin",
"main": "lib/index.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/theme/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.

## [3.2.1](https://github.com/p3ol/junipero/compare/v3.2.0...v3.2.1) (2023-08-04)


### Bug Fixes

* **theme:** fix wrong datefield background position ([11bf188](https://github.com/p3ol/junipero/commit/11bf1885e983292130cd1aec39bf968afbe66746))





# [3.2.0](https://github.com/p3ol/junipero/compare/v3.1.2...v3.2.0) (2023-07-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/theme",
"version": "3.2.0",
"version": "3.2.1",
"description": "🏔 Junipero Design System Common Theme",
"main": "dist/junipero.min.css",
"cdn": "dist/junipero.min.css",
Expand Down
8 changes: 8 additions & 0 deletions packages/transitions/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.

## [3.2.1](https://github.com/p3ol/junipero/compare/v3.2.0...v3.2.1) (2023-08-04)

**Note:** Version bump only for package @junipero/transitions





# [3.2.0](https://github.com/p3ol/junipero/compare/v3.1.2...v3.2.0) (2023-07-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/transitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/transitions",
"version": "3.2.0",
"version": "3.2.1",
"description": "🏔 Junipero Design System React Transitions",
"main": "dist/junipero-transitions.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down

0 comments on commit cd93798

Please sign in to comment.