Skip to content

Commit

Permalink
v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Dec 11, 2024
1 parent c57c139 commit fdfcf71
Show file tree
Hide file tree
Showing 17 changed files with 94 additions and 14 deletions.
17 changes: 17 additions & 0 deletions 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.

# [3.10.0](https://github.com/p3ol/junipero/compare/v3.10.0-beta.0...v3.10.0) (2024-12-11)


### Bug Fixes

* bring back mockState inside core ([71832e1](https://github.com/p3ol/junipero/commit/71832e1fd1102cb8915488fa0a62941314a91f09))
* upgrade a lot of deps ([fa8ba65](https://github.com/p3ol/junipero/commit/fa8ba65da9439187be03e89b32e9888599fc7369))


### Features

* upgrade to react 19 ([ab44b58](https://github.com/p3ol/junipero/commit/ab44b587ff76805ba0015b0f3d7b29e7e1316da0))





# [3.10.0-beta.0](https://github.com/p3ol/junipero/compare/v3.9.0...v3.10.0-beta.0) (2024-10-29)


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.10.0-beta.0",
"version": "3.10.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.10.0](https://github.com/p3ol/junipero/compare/v3.10.0-beta.0...v3.10.0) (2024-12-11)


### Bug Fixes

* bring back mockState inside core ([71832e1](https://github.com/p3ol/junipero/commit/71832e1fd1102cb8915488fa0a62941314a91f09))





# [3.10.0-beta.0](https://github.com/p3ol/junipero/compare/v3.9.0...v3.10.0-beta.0) (2024-10-29)

**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.10.0-beta.0",
"version": "3.10.0",
"description": "🏔 Junipero Design System Core Utils",
"main": "dist/junipero-core.cjs.js",
"module": "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.10.0](https://github.com/p3ol/junipero/compare/v3.10.0-beta.0...v3.10.0) (2024-12-11)

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





# [3.10.0-beta.0](https://github.com/p3ol/junipero/compare/v3.9.0...v3.10.0-beta.0) (2024-10-29)


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.10.0-beta.0",
"version": "3.10.0",
"description": "🏔 Junipero Design System React hooks",
"main": "dist/junipero-hooks.cjs.js",
"module": "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.10.0](https://github.com/p3ol/junipero/compare/v3.10.0-beta.0...v3.10.0) (2024-12-11)

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





# [3.10.0-beta.0](https://github.com/p3ol/junipero/compare/v3.9.0...v3.10.0-beta.0) (2024-10-29)


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.10.0-beta.0",
"version": "3.10.0",
"description": "🏔 Junipero Design System D3 Components for React",
"main": "dist/junipero-react-d3-plugin.cjs.js",
"module": "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.10.0](https://github.com/p3ol/junipero/compare/v3.10.0-beta.0...v3.10.0) (2024-12-11)


### Bug Fixes

* bring back mockState inside core ([71832e1](https://github.com/p3ol/junipero/commit/71832e1fd1102cb8915488fa0a62941314a91f09))
* upgrade a lot of deps ([fa8ba65](https://github.com/p3ol/junipero/commit/fa8ba65da9439187be03e89b32e9888599fc7369))





# [3.10.0-beta.0](https://github.com/p3ol/junipero/compare/v3.9.0...v3.10.0-beta.0) (2024-10-29)


Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/react",
"version": "3.10.0-beta.0",
"version": "3.10.0",
"description": "🏔 Junipero Design System React components",
"main": "dist/junipero-react.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@floating-ui/react": "0.27.0",
"@junipero/core": "^3.10.0-beta.0",
"@junipero/hooks": "^3.10.0-beta.0"
"@junipero/core": "^3.10.0",
"@junipero/hooks": "^3.10.0"
},
"scripts": {
"clean": "rm -rf ./dist || true",
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.10.0](https://github.com/p3ol/junipero/compare/v3.10.0-beta.0...v3.10.0) (2024-12-11)

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





# [3.10.0-beta.0](https://github.com/p3ol/junipero/compare/v3.9.0...v3.10.0-beta.0) (2024-10-29)

**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.10.0-beta.0",
"version": "3.10.0",
"description": "🏔 Junipero Design System Tailwind Plugin",
"main": "dist/junipero-tailwind-plugin.cjs.js",
"module": "dist/esm/index.js",
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.10.0](https://github.com/p3ol/junipero/compare/v3.10.0-beta.0...v3.10.0) (2024-12-11)

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





# [3.10.0-beta.0](https://github.com/p3ol/junipero/compare/v3.9.0...v3.10.0-beta.0) (2024-10-29)

**Note:** Version bump only for package @junipero/theme
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.10.0-beta.0",
"version": "3.10.0",
"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.10.0](https://github.com/p3ol/junipero/compare/v3.10.0-beta.0...v3.10.0) (2024-12-11)

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





# [3.10.0-beta.0](https://github.com/p3ol/junipero/compare/v3.9.0...v3.10.0-beta.0) (2024-10-29)


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.10.0-beta.0",
"version": "3.10.0",
"description": "🏔 Junipero Design System React Transitions",
"main": "dist/junipero-transitions.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1129,13 +1129,13 @@ __metadata:
languageName: node
linkType: hard

"@junipero/core@npm:^3.10.0-beta.0, @junipero/core@workspace:*, @junipero/core@workspace:packages/core":
"@junipero/core@npm:^3.10.0, @junipero/core@workspace:*, @junipero/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@junipero/core@workspace:packages/core"
languageName: unknown
linkType: soft

"@junipero/hooks@npm:^3.10.0-beta.0, @junipero/hooks@workspace:packages/hooks":
"@junipero/hooks@npm:^3.10.0, @junipero/hooks@workspace:packages/hooks":
version: 0.0.0-use.local
resolution: "@junipero/hooks@workspace:packages/hooks"
peerDependencies:
Expand Down Expand Up @@ -1163,8 +1163,8 @@ __metadata:
resolution: "@junipero/react@workspace:packages/react"
dependencies:
"@floating-ui/react": "npm:0.27.0"
"@junipero/core": "npm:^3.10.0-beta.0"
"@junipero/hooks": "npm:^3.10.0-beta.0"
"@junipero/core": "npm:^3.10.0"
"@junipero/hooks": "npm:^3.10.0"
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
Expand Down

0 comments on commit fdfcf71

Please sign in to comment.