Skip to content

Commit

Permalink
v3.10.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Oct 29, 2024
1 parent 247bb59 commit fc73604
Show file tree
Hide file tree
Showing 17 changed files with 93 additions and 14 deletions.
11 changes: 11 additions & 0 deletions 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-beta.0](https://github.com/p3ol/junipero/compare/v3.9.0...v3.10.0-beta.0) (2024-10-29)


### Features

* build with react 19 jsx runtime ([d4731ef](https://github.com/p3ol/junipero/commit/d4731efbb26ac816caafe66b95436895c0884549))





# [3.9.0](https://github.com/p3ol/junipero/compare/v3.8.1...v3.9.0) (2024-10-21)


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.9.0",
"version": "3.10.0-beta.0",
"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.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





## [3.7.1](https://github.com/p3ol/junipero/compare/v3.7.0...v3.7.1) (2024-07-11)


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


### Features

* build with react 19 jsx runtime ([d4731ef](https://github.com/p3ol/junipero/commit/d4731efbb26ac816caafe66b95436895c0884549))





# [3.7.0](https://github.com/p3ol/junipero/compare/v3.6.3...v3.7.0) (2024-06-25)

**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.7.0",
"version": "3.10.0-beta.0",
"description": "🏔 Junipero Design System React hooks",
"main": "dist/junipero-hooks.cjs.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-d3-plugin/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-beta.0](https://github.com/p3ol/junipero/compare/v3.9.0...v3.10.0-beta.0) (2024-10-29)


### Features

* build with react 19 jsx runtime ([d4731ef](https://github.com/p3ol/junipero/commit/d4731efbb26ac816caafe66b95436895c0884549))





# [3.9.0](https://github.com/p3ol/junipero/compare/v3.8.1...v3.9.0) (2024-10-21)

**Note:** Version bump only for package @junipero/react-d3-plugin
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.9.0",
"version": "3.10.0-beta.0",
"description": "🏔 Junipero Design System D3 Components for React",
"main": "dist/junipero-react-d3-plugin.cjs.js",
"module": "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.10.0-beta.0](https://github.com/p3ol/junipero/compare/v3.9.0...v3.10.0-beta.0) (2024-10-29)


### Features

* build with react 19 jsx runtime ([d4731ef](https://github.com/p3ol/junipero/commit/d4731efbb26ac816caafe66b95436895c0884549))





# [3.9.0](https://github.com/p3ol/junipero/compare/v3.8.1...v3.9.0) (2024-10-21)


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.9.0",
"version": "3.10.0-beta.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.26.25",
"@junipero/core": "^3.7.1",
"@junipero/hooks": "^3.7.0"
"@junipero/core": "^3.10.0-beta.0",
"@junipero/hooks": "^3.10.0-beta.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-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





## [3.7.1](https://github.com/p3ol/junipero/compare/v3.7.0...v3.7.1) (2024-07-11)

**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.7.1",
"version": "3.10.0-beta.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-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





# [3.9.0](https://github.com/p3ol/junipero/compare/v3.8.1...v3.9.0) (2024-10-21)


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


### Features

* build with react 19 jsx runtime ([d4731ef](https://github.com/p3ol/junipero/commit/d4731efbb26ac816caafe66b95436895c0884549))





# [3.9.0](https://github.com/p3ol/junipero/compare/v3.8.1...v3.9.0) (2024-10-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.9.0",
"version": "3.10.0-beta.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 @@ -1090,13 +1090,13 @@ __metadata:
languageName: node
linkType: hard

"@junipero/core@npm:^3.7.1, @junipero/core@workspace:*, @junipero/core@workspace:packages/core":
"@junipero/core@npm:^3.10.0-beta.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.7.0, @junipero/hooks@workspace:packages/hooks":
"@junipero/hooks@npm:^3.10.0-beta.0, @junipero/hooks@workspace:packages/hooks":
version: 0.0.0-use.local
resolution: "@junipero/hooks@workspace:packages/hooks"
peerDependencies:
Expand Down Expand Up @@ -1124,8 +1124,8 @@ __metadata:
resolution: "@junipero/react@workspace:packages/react"
dependencies:
"@floating-ui/react": "npm:0.26.25"
"@junipero/core": "npm:^3.7.1"
"@junipero/hooks": "npm:^3.7.0"
"@junipero/core": "npm:^3.10.0-beta.0"
"@junipero/hooks": "npm:^3.10.0-beta.0"
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
Expand Down

0 comments on commit fc73604

Please sign in to comment.