From 4b5c37965599522b4da8724041ca389def7875c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 08:59:33 +0000 Subject: [PATCH] Version Packages --- .changeset/short-chairs-find.md | 21 ------------------- examples/react/CHANGELOG.md | 8 ++++++++ examples/react/package.json | 2 +- examples/solidstart/CHANGELOG.md | 8 ++++++++ examples/solidstart/package.json | 2 +- packages/core/CHANGELOG.md | 20 ++++++++++++++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 35 +++++++++++++++++++++++++++----- packages/react/package.json | 2 +- packages/solid/CHANGELOG.md | 25 +++++++++++++++++++++++ packages/solid/package.json | 2 +- 11 files changed, 96 insertions(+), 31 deletions(-) delete mode 100644 .changeset/short-chairs-find.md diff --git a/.changeset/short-chairs-find.md b/.changeset/short-chairs-find.md deleted file mode 100644 index 76b1fe0..0000000 --- a/.changeset/short-chairs-find.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'@dynamix-layout/react': major -'@dynamix-layout/solid': major -'@dynamix-layout/core': major ---- - -This pull request updates several dependencies across the project to their latest patch or minor versions, focusing primarily on build tools, frameworks, and linting packages. These updates help ensure compatibility, improved features, and bug fixes throughout the codebase. - -Dependency updates: - -**Vite upgrades:** -* Updated the `vite` dependency from versions `^7.0.4` or `^7.0.5` to `^7.1.11` in `apps/site/package.json`, `examples/react/package.json`, `examples/solid/package.json`, `packages/core/package.json`, `packages/react/package.json`, and `packages/solid/package.json`. [[1]](diffhunk://#diff-33ce070b849ec2220094ce84790e6978b0870aa1168826458888f280eae6489bL82-R82) [[2]](diffhunk://#diff-3ae58cd0dc48e9afc5345bcd388b6f82b75345c9fd156f5bd3c71cb92037aa64L43-R43) [[3]](diffhunk://#diff-d3b34c9f36ccc3e9869a8c4a6f0d775de611001b94f1230887d0958fa2db8a16L18-R18) [[4]](diffhunk://#diff-0b810c38f3c138a3d5e44854edefd5eb966617ca84e62f06511f60acc40546c7L73-R73) [[5]](diffhunk://#diff-1f344ac391eeecc21ec0f01fb07430a47f4b80d20485c125447d54c33c4bbfc4L92-R92) [[6]](diffhunk://#diff-24f04605b9a786a23c3cf2ab9649fb66cf01126ed9c7a202100840b6a8323fa1L85-R85) - -**Next.js and related dependencies:** -* Upgraded `next` from `15.4.1` to `15.4.7` and `eslint-config-next` from `15.4.1` to `15.4.7` in `examples/nextjs/package.json`. [[1]](diffhunk://#diff-23044c563f1173db6464d127497c342c8f7f90722764a37749681bf455a515e0L12-R12) [[2]](diffhunk://#diff-23044c563f1173db6464d127497c342c8f7f90722764a37749681bf455a515e0L25-R25) - -**Linting and TypeScript tooling:** -* Updated `typescript-eslint` from `^8.37.0` to `^8.46.3` in `package.json`. - -**SolidJS and related tooling:** -* Upgraded `@solidjs/start` from `^1.1.7` to `^1.2.0` in `package.json`. diff --git a/examples/react/CHANGELOG.md b/examples/react/CHANGELOG.md index 9754e04..124c66d 100644 --- a/examples/react/CHANGELOG.md +++ b/examples/react/CHANGELOG.md @@ -1,5 +1,13 @@ # shadcn +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`416172e`](https://github.com/akash-aman/dynamix-layout/commit/416172e03da7e7916c160409996a23189dedc588)]: + - @dynamix-layout/react@1.0.0 + - @dynamix-layout/core@1.0.0 + ## 0.0.1 ### Patch Changes diff --git a/examples/react/package.json b/examples/react/package.json index 79feeea..f97b727 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -1,7 +1,7 @@ { "name": "@repo/react-example", "private": true, - "version": "0.0.1", + "version": "0.0.2", "type": "module", "scripts": { "dev": "vite", diff --git a/examples/solidstart/CHANGELOG.md b/examples/solidstart/CHANGELOG.md index 6bd2b57..ed53f4d 100644 --- a/examples/solidstart/CHANGELOG.md +++ b/examples/solidstart/CHANGELOG.md @@ -1,5 +1,13 @@ # solidstart +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`416172e`](https://github.com/akash-aman/dynamix-layout/commit/416172e03da7e7916c160409996a23189dedc588)]: + - @dynamix-layout/solid@1.0.0 + - @dynamix-layout/core@1.0.0 + ## 0.0.1 ### Patch Changes diff --git a/examples/solidstart/package.json b/examples/solidstart/package.json index 43a5fcc..0ddfde3 100644 --- a/examples/solidstart/package.json +++ b/examples/solidstart/package.json @@ -2,7 +2,7 @@ "name": "@repo/solidstart-example", "type": "module", "private": true, - "version": "0.0.1", + "version": "0.0.2", "scripts": { "dev": "vinxi dev", "build": "vinxi build", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 622b3e4..35bb90c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,25 @@ # @dynamix-layout/core +## 1.0.0 + +### Major Changes + +- [#66](https://github.com/akash-aman/dynamix-layout/pull/66) [`416172e`](https://github.com/akash-aman/dynamix-layout/commit/416172e03da7e7916c160409996a23189dedc588) Thanks [@akash-aman](https://github.com/akash-aman)! - This pull request updates several dependencies across the project to their latest patch or minor versions, focusing primarily on build tools, frameworks, and linting packages. These updates help ensure compatibility, improved features, and bug fixes throughout the codebase. + + Dependency updates: + + **Vite upgrades:** + - Updated the `vite` dependency from versions `^7.0.4` or `^7.0.5` to `^7.1.11` in `apps/site/package.json`, `examples/react/package.json`, `examples/solid/package.json`, `packages/core/package.json`, `packages/react/package.json`, and `packages/solid/package.json`. [[1]](diffhunk://#diff-33ce070b849ec2220094ce84790e6978b0870aa1168826458888f280eae6489bL82-R82) [[2]](diffhunk://#diff-3ae58cd0dc48e9afc5345bcd388b6f82b75345c9fd156f5bd3c71cb92037aa64L43-R43) [[3]](diffhunk://#diff-d3b34c9f36ccc3e9869a8c4a6f0d775de611001b94f1230887d0958fa2db8a16L18-R18) [[4]](diffhunk://#diff-0b810c38f3c138a3d5e44854edefd5eb966617ca84e62f06511f60acc40546c7L73-R73) [[5]](diffhunk://#diff-1f344ac391eeecc21ec0f01fb07430a47f4b80d20485c125447d54c33c4bbfc4L92-R92) [[6]](diffhunk://#diff-24f04605b9a786a23c3cf2ab9649fb66cf01126ed9c7a202100840b6a8323fa1L85-R85) + + **Next.js and related dependencies:** + - Upgraded `next` from `15.4.1` to `15.4.7` and `eslint-config-next` from `15.4.1` to `15.4.7` in `examples/nextjs/package.json`. [[1]](diffhunk://#diff-23044c563f1173db6464d127497c342c8f7f90722764a37749681bf455a515e0L12-R12) [[2]](diffhunk://#diff-23044c563f1173db6464d127497c342c8f7f90722764a37749681bf455a515e0L25-R25) + + **Linting and TypeScript tooling:** + - Updated `typescript-eslint` from `^8.37.0` to `^8.46.3` in `package.json`. + + **SolidJS and related tooling:** + - Upgraded `@solidjs/start` from `^1.1.7` to `^1.2.0` in `package.json`. + ## 0.0.8 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index f0b78a1..71ab10b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dynamix-layout/core", - "version": "0.0.8", + "version": "1.0.0", "description": "Dynamix Layout/Core is a JavaScript package for creating dynamic layouts with ease.", "keywords": [ "dynamix-layout", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 88e679b..a08f691 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,15 +1,40 @@ # @dynamix-layout/react +## 1.0.0 + +### Major Changes + +- [#66](https://github.com/akash-aman/dynamix-layout/pull/66) [`416172e`](https://github.com/akash-aman/dynamix-layout/commit/416172e03da7e7916c160409996a23189dedc588) Thanks [@akash-aman](https://github.com/akash-aman)! - This pull request updates several dependencies across the project to their latest patch or minor versions, focusing primarily on build tools, frameworks, and linting packages. These updates help ensure compatibility, improved features, and bug fixes throughout the codebase. + + Dependency updates: + + **Vite upgrades:** + - Updated the `vite` dependency from versions `^7.0.4` or `^7.0.5` to `^7.1.11` in `apps/site/package.json`, `examples/react/package.json`, `examples/solid/package.json`, `packages/core/package.json`, `packages/react/package.json`, and `packages/solid/package.json`. [[1]](diffhunk://#diff-33ce070b849ec2220094ce84790e6978b0870aa1168826458888f280eae6489bL82-R82) [[2]](diffhunk://#diff-3ae58cd0dc48e9afc5345bcd388b6f82b75345c9fd156f5bd3c71cb92037aa64L43-R43) [[3]](diffhunk://#diff-d3b34c9f36ccc3e9869a8c4a6f0d775de611001b94f1230887d0958fa2db8a16L18-R18) [[4]](diffhunk://#diff-0b810c38f3c138a3d5e44854edefd5eb966617ca84e62f06511f60acc40546c7L73-R73) [[5]](diffhunk://#diff-1f344ac391eeecc21ec0f01fb07430a47f4b80d20485c125447d54c33c4bbfc4L92-R92) [[6]](diffhunk://#diff-24f04605b9a786a23c3cf2ab9649fb66cf01126ed9c7a202100840b6a8323fa1L85-R85) + + **Next.js and related dependencies:** + - Upgraded `next` from `15.4.1` to `15.4.7` and `eslint-config-next` from `15.4.1` to `15.4.7` in `examples/nextjs/package.json`. [[1]](diffhunk://#diff-23044c563f1173db6464d127497c342c8f7f90722764a37749681bf455a515e0L12-R12) [[2]](diffhunk://#diff-23044c563f1173db6464d127497c342c8f7f90722764a37749681bf455a515e0L25-R25) + + **Linting and TypeScript tooling:** + - Updated `typescript-eslint` from `^8.37.0` to `^8.46.3` in `package.json`. + + **SolidJS and related tooling:** + - Upgraded `@solidjs/start` from `^1.1.7` to `^1.2.0` in `package.json`. + +### Patch Changes + +- Updated dependencies [[`416172e`](https://github.com/akash-aman/dynamix-layout/commit/416172e03da7e7916c160409996a23189dedc588)]: + - @dynamix-layout/core@1.0.0 + ## 0.0.5 ### Patch Changes - [#52](https://github.com/akash-aman/dynamix-layout/pull/52) [`b6568bc`](https://github.com/akash-aman/dynamix-layout/commit/b6568bc6dac744ca18e066541b0306439b51738f) Thanks [@akash-aman](https://github.com/akash-aman)! - @dynamix-layout/react - - Fixed hover element rendering issue caused by hardcoded width. - - Improved default CSS styles. - - Added support for export & save layout as JSON via callback. - - Resolved TypeScript type issues. - - Included example projects for React and Next.js. + - Fixed hover element rendering issue caused by hardcoded width. + - Improved default CSS styles. + - Added support for export & save layout as JSON via callback. + - Resolved TypeScript type issues. + - Included example projects for React and Next.js. - Updated dependencies [[`b6568bc`](https://github.com/akash-aman/dynamix-layout/commit/b6568bc6dac744ca18e066541b0306439b51738f)]: - @dynamix-layout/core@0.0.8 - react@0.0.1 diff --git a/packages/react/package.json b/packages/react/package.json index 066c56c..7ab8733 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@dynamix-layout/react", - "version": "0.0.5", + "version": "1.0.0", "description": "A powerful React component for creating dynamic, resizable, and draggable layouts.", "keywords": [ "react", diff --git a/packages/solid/CHANGELOG.md b/packages/solid/CHANGELOG.md index 9cfa6f2..42a1641 100644 --- a/packages/solid/CHANGELOG.md +++ b/packages/solid/CHANGELOG.md @@ -1,5 +1,30 @@ # @dynamix-layout/solid +## 1.0.0 + +### Major Changes + +- [#66](https://github.com/akash-aman/dynamix-layout/pull/66) [`416172e`](https://github.com/akash-aman/dynamix-layout/commit/416172e03da7e7916c160409996a23189dedc588) Thanks [@akash-aman](https://github.com/akash-aman)! - This pull request updates several dependencies across the project to their latest patch or minor versions, focusing primarily on build tools, frameworks, and linting packages. These updates help ensure compatibility, improved features, and bug fixes throughout the codebase. + + Dependency updates: + + **Vite upgrades:** + - Updated the `vite` dependency from versions `^7.0.4` or `^7.0.5` to `^7.1.11` in `apps/site/package.json`, `examples/react/package.json`, `examples/solid/package.json`, `packages/core/package.json`, `packages/react/package.json`, and `packages/solid/package.json`. [[1]](diffhunk://#diff-33ce070b849ec2220094ce84790e6978b0870aa1168826458888f280eae6489bL82-R82) [[2]](diffhunk://#diff-3ae58cd0dc48e9afc5345bcd388b6f82b75345c9fd156f5bd3c71cb92037aa64L43-R43) [[3]](diffhunk://#diff-d3b34c9f36ccc3e9869a8c4a6f0d775de611001b94f1230887d0958fa2db8a16L18-R18) [[4]](diffhunk://#diff-0b810c38f3c138a3d5e44854edefd5eb966617ca84e62f06511f60acc40546c7L73-R73) [[5]](diffhunk://#diff-1f344ac391eeecc21ec0f01fb07430a47f4b80d20485c125447d54c33c4bbfc4L92-R92) [[6]](diffhunk://#diff-24f04605b9a786a23c3cf2ab9649fb66cf01126ed9c7a202100840b6a8323fa1L85-R85) + + **Next.js and related dependencies:** + - Upgraded `next` from `15.4.1` to `15.4.7` and `eslint-config-next` from `15.4.1` to `15.4.7` in `examples/nextjs/package.json`. [[1]](diffhunk://#diff-23044c563f1173db6464d127497c342c8f7f90722764a37749681bf455a515e0L12-R12) [[2]](diffhunk://#diff-23044c563f1173db6464d127497c342c8f7f90722764a37749681bf455a515e0L25-R25) + + **Linting and TypeScript tooling:** + - Updated `typescript-eslint` from `^8.37.0` to `^8.46.3` in `package.json`. + + **SolidJS and related tooling:** + - Upgraded `@solidjs/start` from `^1.1.7` to `^1.2.0` in `package.json`. + +### Patch Changes + +- Updated dependencies [[`416172e`](https://github.com/akash-aman/dynamix-layout/commit/416172e03da7e7916c160409996a23189dedc588)]: + - @dynamix-layout/core@1.0.0 + ## 0.0.1 ### Patch Changes diff --git a/packages/solid/package.json b/packages/solid/package.json index 28ef478..1f72dac 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,6 +1,6 @@ { "name": "@dynamix-layout/solid", - "version": "0.0.1", + "version": "1.0.0", "description": "A powerful SolidJS component for creating dynamic, resizable, and draggable layouts.", "keywords": [ "solid",