From 19538c0cf093a3ff55e675c3d18e04c11d5e861c Mon Sep 17 00:00:00 2001 From: Ugo Stephant Date: Wed, 5 Jun 2024 07:31:48 +0200 Subject: [PATCH] v3.5.0 --- CHANGELOG.md | 56 +++++++++++++++++++++++++++ lerna.json | 4 +- packages/core/CHANGELOG.md | 27 +++++++++++++ packages/core/package.json | 2 +- packages/hooks/CHANGELOG.md | 20 ++++++++++ packages/hooks/package.json | 2 +- packages/react-d3-plugin/CHANGELOG.md | 29 ++++++++++++++ packages/react-d3-plugin/package.json | 2 +- packages/react/CHANGELOG.md | 39 +++++++++++++++++++ packages/react/package.json | 6 +-- packages/tailwind-plugin/CHANGELOG.md | 17 ++++++++ packages/tailwind-plugin/package.json | 2 +- packages/theme/CHANGELOG.md | 11 ++++++ packages/theme/package.json | 2 +- packages/transitions/CHANGELOG.md | 20 ++++++++++ packages/transitions/package.json | 2 +- yarn.lock | 8 ++-- 17 files changed, 234 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcce36bf7..5ac68723b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,62 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0](https://github.com/p3ol/junipero/compare/v3.4.15...v3.5.0) (2024-06-05) + + +### Bug Fixes + +* better typings ([390a06b](https://github.com/p3ol/junipero/commit/390a06beabb5a54a40f3f55ff28e0ba1b5b47689)) +* **core:** only return value if found ([7f09a3e](https://github.com/p3ol/junipero/commit/7f09a3e4a3f116d5f8c88b4849efeb21acb65fee)) +* **react:** add story for select field multiple values with groups ([58f7d08](https://github.com/p3ol/junipero/commit/58f7d085a125ba7118023f414304440895810313)) +* remaining todo ([33914cd](https://github.com/p3ol/junipero/commit/33914cd1ae8d0f6875ed4b4fc0e9086fa1cf92ec)) +* remove unused dependencies ([389f08d](https://github.com/p3ol/junipero/commit/389f08dec904e3672d353cbc37057d3be15c304e)) +* **typescript:** fix lint typo ([bb72815](https://github.com/p3ol/junipero/commit/bb72815580056fbaede7af13214a72a08c38297b)) +* various TODOs ([7755be3](https://github.com/p3ol/junipero/commit/7755be3dcc7038790e8a8fc40b159e1f59b2f509)) + + +### Features + +* **deps:** update dependency core-js to v3.36.0 ([a897225](https://github.com/p3ol/junipero/commit/a897225d0902e83250255c7b535ba8528e04490d)) +* lint files ([31f4a6e](https://github.com/p3ol/junipero/commit/31f4a6e84e4a05d4cd407575af6edd8d0952e11c)) +* make props optionnal ([fdfe213](https://github.com/p3ol/junipero/commit/fdfe2137bc40a4f3077535cae265f5bb2c81cbf1)) +* remove all .d.ts and rework types generation ([2d5bacb](https://github.com/p3ol/junipero/commit/2d5bacb683b94d73d0254c62d7624f10d6f535d8)) +* remove generate-types from buildé ([f3a04de](https://github.com/p3ol/junipero/commit/f3a04de37e43fa420ec4de6ff3f3ee1eea7e5d8d)) +* rework build, still things to fix ([08afdf6](https://github.com/p3ol/junipero/commit/08afdf6e98c66395cacd8c606dc07b21ef7ed565)) +* **tailwind-plugin:** rewrite plugin with TS ([a727310](https://github.com/p3ol/junipero/commit/a72731050659cc31dda36d599276f3b037683c7f)) +* **typecript:** repair radio Field story ([4d4d67f](https://github.com/p3ol/junipero/commit/4d4d67fcd3d330b71dc043dc04696817ba877593)) +* **typescript:** add @swc/jest and use it instead of babel ([5a9338c](https://github.com/p3ol/junipero/commit/5a9338c571b43d0fe173badd0ad63c398c8d1360)) +* **typescript:** add type for state ([3dad606](https://github.com/p3ol/junipero/commit/3dad6061f5f0befc07f6c83da6d8b8a75480a70e)) +* **typescript:** fix package names in rollup ([f4dfcb8](https://github.com/p3ol/junipero/commit/f4dfcb86ec8c6e6d08015504308c96ba395d81f5)) +* **typescript:** remove defintions on lib ([d7adf2b](https://github.com/p3ol/junipero/commit/d7adf2bef43585e6d2d34bd0c8b3e04184cedf4c)) +* **typescript:** remove typescript errors with no implicit any ([0b1a27b](https://github.com/p3ol/junipero/commit/0b1a27bb1eac0b6b1af604e8e144a7933f1577bb)) +* **typescript:** remove useless title ([c9a1935](https://github.com/p3ol/junipero/commit/c9a193567d8086cfcde7a868b55ad9d068f2e568)) +* **typescript:** repair some d3 plugin behaviors ([99170b2](https://github.com/p3ol/junipero/commit/99170b21b0b224e89e35c1b82e892db37d6fd250)) +* **typescript:** repair tabs ([8bf2262](https://github.com/p3ol/junipero/commit/8bf22624b8ff322f7e755e351d916c0b4fdf063e)) +* **typescript:** rework core and hooks rollup and ts config ([7bd837a](https://github.com/p3ol/junipero/commit/7bd837a5db52ad01ae92018618bcdc6b4a96e04a)) +* **typescript:** rework d3 package ([1116c41](https://github.com/p3ol/junipero/commit/1116c41a4228abc0fc60d5302b1fcf6e54793111)) +* **typescript:** rework transitions package config and fix typo ([f3ffc5a](https://github.com/p3ol/junipero/commit/f3ffc5ad6b43c137a62328ae2a1d4834660d44f8)) +* **typescript:** rework types generation ([6dae79b](https://github.com/p3ol/junipero/commit/6dae79bb05f68d2c4ed521b7fe71097cee1956bb)) +* **typescript:** switch core package to typescript ([be1bcc3](https://github.com/p3ol/junipero/commit/be1bcc38b618d133afda91303bbdc90d09c8ef61)) +* **typescript:** switch hooks package to typescript ([07cf721](https://github.com/p3ol/junipero/commit/07cf7216d5fa0eeed85108e15ffc3b60f639a6f8)) +* **typescript:** switch last story to ts ([a237c82](https://github.com/p3ol/junipero/commit/a237c82ec795d233fac62e6171aef1f183e9bcb4)) +* **typescript:** switch tests and stories to ts ([0c0cbc7](https://github.com/p3ol/junipero/commit/0c0cbc7862eb58ac33bf24ac88b08173f3141c4b)) +* **typescript:** switch to swc and repair all packages build ([b054562](https://github.com/p3ol/junipero/commit/b05456240c2ae925604ac3f2ee1d8928b2ab7bc8)) +* **typescript:** switch to tsx snapshots ([b1a1033](https://github.com/p3ol/junipero/commit/b1a1033b4a1ea872065ad8bd4a6ee8f2f9be5d42)) +* **typescript:** switch transitions package to typescript ([1193275](https://github.com/p3ol/junipero/commit/1193275eda1ab1cd9530cb3f8b472c9377742a7b)) +* **typescript:** type every function ([72ea973](https://github.com/p3ol/junipero/commit/72ea973e13c2921c777a1fecb083fb3078678276)) +* **typescript:** typo ([4d9652d](https://github.com/p3ol/junipero/commit/4d9652de7e99a323345405d26b2d3ce3b34cc6e7)) +* **typescript:** use yarn on github workflow ([ffb045d](https://github.com/p3ol/junipero/commit/ffb045dd7b2e17bb24413325b387fe1bc61cd084)) +* **typescript:** wip rename tests and add implicitAny rule ([ebca843](https://github.com/p3ol/junipero/commit/ebca84354089c011a2a6dbd75881387a32115a8d)) +* **typescript:** workaround the draggable problem ([8ff5813](https://github.com/p3ol/junipero/commit/8ff5813274b87b1384006962d218a3511b793692)) +* **types:** wip add types for d3 plugin ([c3063c7](https://github.com/p3ol/junipero/commit/c3063c7f8ad9871aa628668b704ec1341e4da4e8)) +* update tsconfig ([abbde0c](https://github.com/p3ol/junipero/commit/abbde0c0ab699778e881f6ef7a775b4d95769cef)) +* wip add types on d3 ([53d53d5](https://github.com/p3ol/junipero/commit/53d53d532fd12e28d10e6a80ad9e4c7d59a8faf2)) + + + + + ## [3.4.15](https://github.com/p3ol/junipero/compare/v3.4.14...v3.4.15) (2024-05-29) diff --git a/lerna.json b/lerna.json index febc074ab..ea841cd31 100644 --- a/lerna.json +++ b/lerna.json @@ -3,10 +3,10 @@ "packages/*" ], "npmClient": "yarn", - "version": "3.4.15", + "version": "3.5.0", "command": { "publish": { "conventionalCommits": true } } -} +} \ No newline at end of file diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e359de1a0..e4f7647f5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0](https://github.com/p3ol/junipero/compare/v3.4.15...v3.5.0) (2024-06-05) + + +### Bug Fixes + +* better typings ([390a06b](https://github.com/p3ol/junipero/commit/390a06beabb5a54a40f3f55ff28e0ba1b5b47689)) +* **core:** only return value if found ([7f09a3e](https://github.com/p3ol/junipero/commit/7f09a3e4a3f116d5f8c88b4849efeb21acb65fee)) +* remaining todo ([33914cd](https://github.com/p3ol/junipero/commit/33914cd1ae8d0f6875ed4b4fc0e9086fa1cf92ec)) + + +### Features + +* **deps:** update dependency core-js to v3.36.0 ([a897225](https://github.com/p3ol/junipero/commit/a897225d0902e83250255c7b535ba8528e04490d)) +* lint files ([31f4a6e](https://github.com/p3ol/junipero/commit/31f4a6e84e4a05d4cd407575af6edd8d0952e11c)) +* rework build, still things to fix ([08afdf6](https://github.com/p3ol/junipero/commit/08afdf6e98c66395cacd8c606dc07b21ef7ed565)) +* **typescript:** add @swc/jest and use it instead of babel ([5a9338c](https://github.com/p3ol/junipero/commit/5a9338c571b43d0fe173badd0ad63c398c8d1360)) +* **typescript:** remove defintions on lib ([d7adf2b](https://github.com/p3ol/junipero/commit/d7adf2bef43585e6d2d34bd0c8b3e04184cedf4c)) +* **typescript:** rework core and hooks rollup and ts config ([7bd837a](https://github.com/p3ol/junipero/commit/7bd837a5db52ad01ae92018618bcdc6b4a96e04a)) +* **typescript:** switch core package to typescript ([be1bcc3](https://github.com/p3ol/junipero/commit/be1bcc38b618d133afda91303bbdc90d09c8ef61)) +* **typescript:** switch tests and stories to ts ([0c0cbc7](https://github.com/p3ol/junipero/commit/0c0cbc7862eb58ac33bf24ac88b08173f3141c4b)) +* **typescript:** switch to swc and repair all packages build ([b054562](https://github.com/p3ol/junipero/commit/b05456240c2ae925604ac3f2ee1d8928b2ab7bc8)) +* **typescript:** wip rename tests and add implicitAny rule ([ebca843](https://github.com/p3ol/junipero/commit/ebca84354089c011a2a6dbd75881387a32115a8d)) + + + + + ## [3.4.13](https://github.com/p3ol/junipero/compare/v3.4.12...v3.4.13) (2024-04-23) diff --git a/packages/core/package.json b/packages/core/package.json index ed67bed80..5b97e0348 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@junipero/core", - "version": "3.4.13", + "version": "3.5.0", "description": "🏔 Junipero Design System Core Utils", "main": "dist/junipero-core.cjs.js", "module": "dist/esm/index.js", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 446e313dc..f2e835c6f 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0](https://github.com/p3ol/junipero/compare/v3.4.15...v3.5.0) (2024-06-05) + + +### Features + +* **deps:** update dependency core-js to v3.36.0 ([a897225](https://github.com/p3ol/junipero/commit/a897225d0902e83250255c7b535ba8528e04490d)) +* **typescript:** add @swc/jest and use it instead of babel ([5a9338c](https://github.com/p3ol/junipero/commit/5a9338c571b43d0fe173badd0ad63c398c8d1360)) +* **typescript:** rework core and hooks rollup and ts config ([7bd837a](https://github.com/p3ol/junipero/commit/7bd837a5db52ad01ae92018618bcdc6b4a96e04a)) +* **typescript:** rework d3 package ([1116c41](https://github.com/p3ol/junipero/commit/1116c41a4228abc0fc60d5302b1fcf6e54793111)) +* **typescript:** switch hooks package to typescript ([07cf721](https://github.com/p3ol/junipero/commit/07cf7216d5fa0eeed85108e15ffc3b60f639a6f8)) +* **typescript:** switch tests and stories to ts ([0c0cbc7](https://github.com/p3ol/junipero/commit/0c0cbc7862eb58ac33bf24ac88b08173f3141c4b)) +* **typescript:** switch to swc and repair all packages build ([b054562](https://github.com/p3ol/junipero/commit/b05456240c2ae925604ac3f2ee1d8928b2ab7bc8)) +* **typescript:** switch to tsx snapshots ([b1a1033](https://github.com/p3ol/junipero/commit/b1a1033b4a1ea872065ad8bd4a6ee8f2f9be5d42)) +* **typescript:** wip rename tests and add implicitAny rule ([ebca843](https://github.com/p3ol/junipero/commit/ebca84354089c011a2a6dbd75881387a32115a8d)) +* **typescript:** workaround the draggable problem ([8ff5813](https://github.com/p3ol/junipero/commit/8ff5813274b87b1384006962d218a3511b793692)) + + + + + ## [3.4.11](https://github.com/p3ol/junipero/compare/v3.4.10...v3.4.11) (2024-02-28) **Note:** Version bump only for package @junipero/hooks diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 191039e8d..aff0f3c9b 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@junipero/hooks", - "version": "3.4.11", + "version": "3.5.0", "description": "🏔 Junipero Design System React hooks", "main": "dist/junipero-hooks.cjs.js", "module": "dist/esm/index.js", diff --git a/packages/react-d3-plugin/CHANGELOG.md b/packages/react-d3-plugin/CHANGELOG.md index 6292100fd..1d5c362ba 100644 --- a/packages/react-d3-plugin/CHANGELOG.md +++ b/packages/react-d3-plugin/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0](https://github.com/p3ol/junipero/compare/v3.4.15...v3.5.0) (2024-06-05) + + +### Bug Fixes + +* **typescript:** fix lint typo ([bb72815](https://github.com/p3ol/junipero/commit/bb72815580056fbaede7af13214a72a08c38297b)) + + +### Features + +* **deps:** update dependency core-js to v3.36.0 ([a897225](https://github.com/p3ol/junipero/commit/a897225d0902e83250255c7b535ba8528e04490d)) +* rework build, still things to fix ([08afdf6](https://github.com/p3ol/junipero/commit/08afdf6e98c66395cacd8c606dc07b21ef7ed565)) +* **typescript:** add @swc/jest and use it instead of babel ([5a9338c](https://github.com/p3ol/junipero/commit/5a9338c571b43d0fe173badd0ad63c398c8d1360)) +* **typescript:** fix package names in rollup ([f4dfcb8](https://github.com/p3ol/junipero/commit/f4dfcb86ec8c6e6d08015504308c96ba395d81f5)) +* **typescript:** remove typescript errors with no implicit any ([0b1a27b](https://github.com/p3ol/junipero/commit/0b1a27bb1eac0b6b1af604e8e144a7933f1577bb)) +* **typescript:** repair some d3 plugin behaviors ([99170b2](https://github.com/p3ol/junipero/commit/99170b21b0b224e89e35c1b82e892db37d6fd250)) +* **typescript:** rework d3 package ([1116c41](https://github.com/p3ol/junipero/commit/1116c41a4228abc0fc60d5302b1fcf6e54793111)) +* **typescript:** switch tests and stories to ts ([0c0cbc7](https://github.com/p3ol/junipero/commit/0c0cbc7862eb58ac33bf24ac88b08173f3141c4b)) +* **typescript:** switch to swc and repair all packages build ([b054562](https://github.com/p3ol/junipero/commit/b05456240c2ae925604ac3f2ee1d8928b2ab7bc8)) +* **typescript:** switch to tsx snapshots ([b1a1033](https://github.com/p3ol/junipero/commit/b1a1033b4a1ea872065ad8bd4a6ee8f2f9be5d42)) +* **typescript:** typo ([4d9652d](https://github.com/p3ol/junipero/commit/4d9652de7e99a323345405d26b2d3ce3b34cc6e7)) +* **typescript:** workaround the draggable problem ([8ff5813](https://github.com/p3ol/junipero/commit/8ff5813274b87b1384006962d218a3511b793692)) +* **types:** wip add types for d3 plugin ([c3063c7](https://github.com/p3ol/junipero/commit/c3063c7f8ad9871aa628668b704ec1341e4da4e8)) +* wip add types on d3 ([53d53d5](https://github.com/p3ol/junipero/commit/53d53d532fd12e28d10e6a80ad9e4c7d59a8faf2)) + + + + + ## [3.4.11](https://github.com/p3ol/junipero/compare/v3.4.10...v3.4.11) (2024-02-28) **Note:** Version bump only for package @junipero/react-d3-plugin diff --git a/packages/react-d3-plugin/package.json b/packages/react-d3-plugin/package.json index a7e530d0c..545ed0689 100644 --- a/packages/react-d3-plugin/package.json +++ b/packages/react-d3-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@junipero/react-d3-plugin", - "version": "3.4.11", + "version": "3.5.0", "description": "🏔 Junipero Design System D3 Components for React", "main": "dist/junipero-react-d3-plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 93b22d0a3..a85b7fc6b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0](https://github.com/p3ol/junipero/compare/v3.4.15...v3.5.0) (2024-06-05) + + +### Bug Fixes + +* better typings ([390a06b](https://github.com/p3ol/junipero/commit/390a06beabb5a54a40f3f55ff28e0ba1b5b47689)) +* **react:** add story for select field multiple values with groups ([58f7d08](https://github.com/p3ol/junipero/commit/58f7d085a125ba7118023f414304440895810313)) +* **typescript:** fix lint typo ([bb72815](https://github.com/p3ol/junipero/commit/bb72815580056fbaede7af13214a72a08c38297b)) +* various TODOs ([7755be3](https://github.com/p3ol/junipero/commit/7755be3dcc7038790e8a8fc40b159e1f59b2f509)) + + +### Features + +* **deps:** update dependency core-js to v3.36.0 ([a897225](https://github.com/p3ol/junipero/commit/a897225d0902e83250255c7b535ba8528e04490d)) +* lint files ([31f4a6e](https://github.com/p3ol/junipero/commit/31f4a6e84e4a05d4cd407575af6edd8d0952e11c)) +* make props optionnal ([fdfe213](https://github.com/p3ol/junipero/commit/fdfe2137bc40a4f3077535cae265f5bb2c81cbf1)) +* remove all .d.ts and rework types generation ([2d5bacb](https://github.com/p3ol/junipero/commit/2d5bacb683b94d73d0254c62d7624f10d6f535d8)) +* remove generate-types from buildé ([f3a04de](https://github.com/p3ol/junipero/commit/f3a04de37e43fa420ec4de6ff3f3ee1eea7e5d8d)) +* rework build, still things to fix ([08afdf6](https://github.com/p3ol/junipero/commit/08afdf6e98c66395cacd8c606dc07b21ef7ed565)) +* **typecript:** repair radio Field story ([4d4d67f](https://github.com/p3ol/junipero/commit/4d4d67fcd3d330b71dc043dc04696817ba877593)) +* **typescript:** add @swc/jest and use it instead of babel ([5a9338c](https://github.com/p3ol/junipero/commit/5a9338c571b43d0fe173badd0ad63c398c8d1360)) +* **typescript:** add type for state ([3dad606](https://github.com/p3ol/junipero/commit/3dad6061f5f0befc07f6c83da6d8b8a75480a70e)) +* **typescript:** remove typescript errors with no implicit any ([0b1a27b](https://github.com/p3ol/junipero/commit/0b1a27bb1eac0b6b1af604e8e144a7933f1577bb)) +* **typescript:** remove useless title ([c9a1935](https://github.com/p3ol/junipero/commit/c9a193567d8086cfcde7a868b55ad9d068f2e568)) +* **typescript:** repair tabs ([8bf2262](https://github.com/p3ol/junipero/commit/8bf22624b8ff322f7e755e351d916c0b4fdf063e)) +* **typescript:** rework transitions package config and fix typo ([f3ffc5a](https://github.com/p3ol/junipero/commit/f3ffc5ad6b43c137a62328ae2a1d4834660d44f8)) +* **typescript:** rework types generation ([6dae79b](https://github.com/p3ol/junipero/commit/6dae79bb05f68d2c4ed521b7fe71097cee1956bb)) +* **typescript:** switch tests and stories to ts ([0c0cbc7](https://github.com/p3ol/junipero/commit/0c0cbc7862eb58ac33bf24ac88b08173f3141c4b)) +* **typescript:** switch to swc and repair all packages build ([b054562](https://github.com/p3ol/junipero/commit/b05456240c2ae925604ac3f2ee1d8928b2ab7bc8)) +* **typescript:** switch to tsx snapshots ([b1a1033](https://github.com/p3ol/junipero/commit/b1a1033b4a1ea872065ad8bd4a6ee8f2f9be5d42)) +* **typescript:** type every function ([72ea973](https://github.com/p3ol/junipero/commit/72ea973e13c2921c777a1fecb083fb3078678276)) +* **typescript:** wip rename tests and add implicitAny rule ([ebca843](https://github.com/p3ol/junipero/commit/ebca84354089c011a2a6dbd75881387a32115a8d)) +* **typescript:** workaround the draggable problem ([8ff5813](https://github.com/p3ol/junipero/commit/8ff5813274b87b1384006962d218a3511b793692)) +* **types:** wip add types for d3 plugin ([c3063c7](https://github.com/p3ol/junipero/commit/c3063c7f8ad9871aa628668b704ec1341e4da4e8)) + + + + + ## [3.4.14](https://github.com/p3ol/junipero/compare/v3.4.13...v3.4.14) (2024-04-30) diff --git a/packages/react/package.json b/packages/react/package.json index 3586784da..d3992285d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@junipero/react", - "version": "3.4.14", + "version": "3.5.0", "description": "🏔 Junipero Design System React components", "main": "dist/junipero-react.cjs.js", "module": "dist/esm/index.js", @@ -22,8 +22,8 @@ }, "dependencies": { "@floating-ui/react": "0.26.16", - "@junipero/core": "^3.4.13", - "@junipero/hooks": "^3.4.11", + "@junipero/core": "^3.5.0", + "@junipero/hooks": "^3.5.0", "prop-types": "15.8.1" }, "scripts": { diff --git a/packages/tailwind-plugin/CHANGELOG.md b/packages/tailwind-plugin/CHANGELOG.md index 54c9c10d7..0741f3ca6 100644 --- a/packages/tailwind-plugin/CHANGELOG.md +++ b/packages/tailwind-plugin/CHANGELOG.md @@ -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.5.0](https://github.com/p3ol/junipero/compare/v3.4.15...v3.5.0) (2024-06-05) + + +### Bug Fixes + +* better typings ([390a06b](https://github.com/p3ol/junipero/commit/390a06beabb5a54a40f3f55ff28e0ba1b5b47689)) + + +### Features + +* **tailwind-plugin:** rewrite plugin with TS ([a727310](https://github.com/p3ol/junipero/commit/a72731050659cc31dda36d599276f3b037683c7f)) +* **typescript:** add @swc/jest and use it instead of babel ([5a9338c](https://github.com/p3ol/junipero/commit/5a9338c571b43d0fe173badd0ad63c398c8d1360)) + + + + + ## [3.4.11](https://github.com/p3ol/junipero/compare/v3.4.10...v3.4.11) (2024-02-28) **Note:** Version bump only for package @junipero/tailwind-plugin diff --git a/packages/tailwind-plugin/package.json b/packages/tailwind-plugin/package.json index 75984926a..510d46791 100644 --- a/packages/tailwind-plugin/package.json +++ b/packages/tailwind-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@junipero/tailwind-plugin", - "version": "3.4.11", + "version": "3.5.0", "description": "🏔 Junipero Design System Tailwind Plugin", "main": "dist/junipero-tailwind-plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index db713324e..bb7a508a0 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -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.5.0](https://github.com/p3ol/junipero/compare/v3.4.15...v3.5.0) (2024-06-05) + + +### Features + +* **typescript:** switch last story to ts ([a237c82](https://github.com/p3ol/junipero/commit/a237c82ec795d233fac62e6171aef1f183e9bcb4)) + + + + + ## [3.4.15](https://github.com/p3ol/junipero/compare/v3.4.14...v3.4.15) (2024-05-29) diff --git a/packages/theme/package.json b/packages/theme/package.json index 8f05eb8a8..94e7b42a4 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@junipero/theme", - "version": "3.4.15", + "version": "3.5.0", "description": "🏔 Junipero Design System Common Theme", "main": "dist/junipero.min.css", "cdn": "dist/junipero.min.css", diff --git a/packages/transitions/CHANGELOG.md b/packages/transitions/CHANGELOG.md index 9acf429a3..843b36256 100644 --- a/packages/transitions/CHANGELOG.md +++ b/packages/transitions/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0](https://github.com/p3ol/junipero/compare/v3.4.15...v3.5.0) (2024-06-05) + + +### Features + +* **deps:** update dependency core-js to v3.36.0 ([a897225](https://github.com/p3ol/junipero/commit/a897225d0902e83250255c7b535ba8528e04490d)) +* rework build, still things to fix ([08afdf6](https://github.com/p3ol/junipero/commit/08afdf6e98c66395cacd8c606dc07b21ef7ed565)) +* **typescript:** add @swc/jest and use it instead of babel ([5a9338c](https://github.com/p3ol/junipero/commit/5a9338c571b43d0fe173badd0ad63c398c8d1360)) +* **typescript:** fix package names in rollup ([f4dfcb8](https://github.com/p3ol/junipero/commit/f4dfcb86ec8c6e6d08015504308c96ba395d81f5)) +* **typescript:** remove typescript errors with no implicit any ([0b1a27b](https://github.com/p3ol/junipero/commit/0b1a27bb1eac0b6b1af604e8e144a7933f1577bb)) +* **typescript:** rework d3 package ([1116c41](https://github.com/p3ol/junipero/commit/1116c41a4228abc0fc60d5302b1fcf6e54793111)) +* **typescript:** rework transitions package config and fix typo ([f3ffc5a](https://github.com/p3ol/junipero/commit/f3ffc5ad6b43c137a62328ae2a1d4834660d44f8)) +* **typescript:** switch tests and stories to ts ([0c0cbc7](https://github.com/p3ol/junipero/commit/0c0cbc7862eb58ac33bf24ac88b08173f3141c4b)) +* **typescript:** switch to swc and repair all packages build ([b054562](https://github.com/p3ol/junipero/commit/b05456240c2ae925604ac3f2ee1d8928b2ab7bc8)) +* **typescript:** switch transitions package to typescript ([1193275](https://github.com/p3ol/junipero/commit/1193275eda1ab1cd9530cb3f8b472c9377742a7b)) + + + + + ## [3.4.11](https://github.com/p3ol/junipero/compare/v3.4.10...v3.4.11) (2024-02-28) **Note:** Version bump only for package @junipero/transitions diff --git a/packages/transitions/package.json b/packages/transitions/package.json index eff9589e4..4dd994f96 100644 --- a/packages/transitions/package.json +++ b/packages/transitions/package.json @@ -1,6 +1,6 @@ { "name": "@junipero/transitions", - "version": "3.4.11", + "version": "3.5.0", "description": "🏔 Junipero Design System React Transitions", "main": "dist/junipero-transitions.cjs.js", "module": "dist/esm/index.js", diff --git a/yarn.lock b/yarn.lock index 24518652c..10eedefd3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2637,13 +2637,13 @@ __metadata: languageName: node linkType: hard -"@junipero/core@npm:^3.4.13, @junipero/core@workspace:*, @junipero/core@workspace:packages/core": +"@junipero/core@npm:^3.5.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.4.11, @junipero/hooks@workspace:packages/hooks": +"@junipero/hooks@npm:^3.5.0, @junipero/hooks@workspace:packages/hooks": version: 0.0.0-use.local resolution: "@junipero/hooks@workspace:packages/hooks" peerDependencies: @@ -2672,8 +2672,8 @@ __metadata: resolution: "@junipero/react@workspace:packages/react" dependencies: "@floating-ui/react": "npm:0.26.16" - "@junipero/core": "npm:^3.4.13" - "@junipero/hooks": "npm:^3.4.11" + "@junipero/core": "npm:^3.5.0" + "@junipero/hooks": "npm:^3.5.0" prop-types: "npm:15.8.1" peerDependencies: react: ^18.0.0