Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed May 15, 2023
1 parent 4a4d58e commit 22f184a
Show file tree
Hide file tree
Showing 16 changed files with 93 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/p3ol/junipero/compare/v3.0.0-beta.14...v3.0.0) (2023-05-15)


### Bug Fixes

* floating ui latest update compatibility ([14cdefb](https://github.com/p3ol/junipero/commit/14cdefb7ff514d1f5473d79f11f5c9d75f78105e))
* update various dependencies ([2b80e70](https://github.com/p3ol/junipero/commit/2b80e7060de9689c70fea794f4f5b1d5cbabddab))



# [2.0.0](https://github.com/p3ol/junipero/compare/v3.0.0-beta.11...v2.0.0) (2023-04-21)





# [3.0.0-beta.14](https://github.com/p3ol/junipero/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2023-05-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.0.0-beta.14",
"version": "3.0.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.0.0](https://github.com/p3ol/junipero/compare/v3.0.0-beta.14...v3.0.0) (2023-05-15)


### Bug Fixes

* update various dependencies ([2b80e70](https://github.com/p3ol/junipero/commit/2b80e7060de9689c70fea794f4f5b1d5cbabddab))





# [3.0.0-beta.11](https://github.com/p3ol/junipero/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2023-04-21)

**Note:** Version bump only for package @junipero/core
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.0.0-beta.11",
"version": "3.0.0",
"description": "🏔 Junipero Design System Core Utils",
"main": "dist/junipero-core.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/hooks/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.0.0](https://github.com/p3ol/junipero/compare/v3.0.0-beta.14...v3.0.0) (2023-05-15)


### Bug Fixes

* update various dependencies ([2b80e70](https://github.com/p3ol/junipero/commit/2b80e7060de9689c70fea794f4f5b1d5cbabddab))





# [3.0.0-beta.11](https://github.com/p3ol/junipero/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2023-04-21)

**Note:** Version bump only for package @junipero/hooks
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.0.0-beta.11",
"version": "3.0.0",
"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-native/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.0.0](https://github.com/p3ol/junipero/compare/v3.0.0-beta.14...v3.0.0) (2023-05-15)

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





# [3.0.0-beta.11](https://github.com/p3ol/junipero/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2023-04-21)

**Note:** Version bump only for package @junipero/react-native
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/react-native",
"version": "3.0.0-beta.11",
"version": "3.0.0",
"description": "🏔 Junipero Design System React Native components",
"main": "dist/junipero-react-native.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/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.0.0](https://github.com/p3ol/junipero/compare/v3.0.0-beta.14...v3.0.0) (2023-05-15)


### Bug Fixes

* floating ui latest update compatibility ([14cdefb](https://github.com/p3ol/junipero/commit/14cdefb7ff514d1f5473d79f11f5c9d75f78105e))
* update various dependencies ([2b80e70](https://github.com/p3ol/junipero/commit/2b80e7060de9689c70fea794f4f5b1d5cbabddab))





# [3.0.0-beta.14](https://github.com/p3ol/junipero/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2023-05-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/react",
"version": "3.0.0-beta.14",
"version": "3.0.0",
"description": "🏔 Junipero Design System React components",
"main": "dist/junipero-react.cjs.js",
"jsnext:main": "dist/esm/index.js",
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.0.0](https://github.com/p3ol/junipero/compare/v3.0.0-beta.14...v3.0.0) (2023-05-15)

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





# [3.0.0-beta.11](https://github.com/p3ol/junipero/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2023-04-21)

**Note:** Version bump only for package @junipero/tailwind-plugin
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.0.0-beta.11",
"version": "3.0.0",
"description": "🏔 Junipero Design System Tailwind Plugin",
"main": "lib/index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/theme/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.0.0](https://github.com/p3ol/junipero/compare/v3.0.0-beta.14...v3.0.0) (2023-05-15)

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





# [3.0.0-beta.12](https://github.com/p3ol/junipero/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2023-04-27)


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.0.0-beta.12",
"version": "3.0.0",
"description": "🏔 Junipero Design System Common Theme",
"main": "dist/junipero.min.css",
"cdn": "dist/junipero.min.css",
Expand Down
11 changes: 11 additions & 0 deletions packages/transitions/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.0.0](https://github.com/p3ol/junipero/compare/v3.0.0-beta.14...v3.0.0) (2023-05-15)


### Bug Fixes

* update various dependencies ([2b80e70](https://github.com/p3ol/junipero/commit/2b80e7060de9689c70fea794f4f5b1d5cbabddab))





# [3.0.0-beta.11](https://github.com/p3ol/junipero/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2023-04-21)

**Note:** Version bump only for package @junipero/transitions
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.0.0-beta.11",
"version": "3.0.0",
"description": "🏔 Junipero Design System React Transitions",
"main": "dist/junipero-transitions.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down

0 comments on commit 22f184a

Please sign in to comment.