From 103f0d39fabf76ad6d47778de81f6e44f76a86f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Nov 2024 08:49:27 +0000 Subject: [PATCH] Version Packages --- .changeset/cold-camels-rest.md | 5 ----- .changeset/long-experts-design.md | 5 ----- packages/pkg/CHANGELOG.md | 10 ++++++++++ packages/pkg/package.json | 2 +- packages/plugin-docusaurus/package.json | 2 +- packages/plugin-jsx-plus/package.json | 2 +- packages/plugin-rax-component/package.json | 2 +- packages/remark-react-docgen-docusaurus/package.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 .changeset/cold-camels-rest.md delete mode 100644 .changeset/long-experts-design.md diff --git a/.changeset/cold-camels-rest.md b/.changeset/cold-camels-rest.md deleted file mode 100644 index c57f79c7..00000000 --- a/.changeset/cold-camels-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/pkg': major ---- - -feat: upgrade rollup to v4 and other packages diff --git a/.changeset/long-experts-design.md b/.changeset/long-experts-design.md deleted file mode 100644 index 5f158a46..00000000 --- a/.changeset/long-experts-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/pkg': minor ---- - -feat: add individual declaration task for speed diff --git a/packages/pkg/CHANGELOG.md b/packages/pkg/CHANGELOG.md index f767f27b..9304329e 100644 --- a/packages/pkg/CHANGELOG.md +++ b/packages/pkg/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.0.0 + +### Major Changes + +- 9d79a4e: feat: upgrade rollup to v4 and other packages + +### Minor Changes + +- 073a6cb: feat: add individual declaration task for speed + ## 1.6.0 ### Minor Changes diff --git a/packages/pkg/package.json b/packages/pkg/package.json index d7eea1ee..82cd2dbe 100644 --- a/packages/pkg/package.json +++ b/packages/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@ice/pkg", - "version": "1.6.0", + "version": "2.0.0", "description": "A fast builder for React components, Node modules and web libraries.", "type": "module", "main": "./lib/index.js", diff --git a/packages/plugin-docusaurus/package.json b/packages/plugin-docusaurus/package.json index d6db4097..0385a9b9 100644 --- a/packages/plugin-docusaurus/package.json +++ b/packages/plugin-docusaurus/package.json @@ -76,7 +76,7 @@ "devDependencies": { "@algolia/client-search": "^4.9.1", "@types/react": "^17.0.0", - "@ice/pkg": "^1.5.12", + "@ice/pkg": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "catalog:", diff --git a/packages/plugin-jsx-plus/package.json b/packages/plugin-jsx-plus/package.json index 6b542161..a90c3fd7 100644 --- a/packages/plugin-jsx-plus/package.json +++ b/packages/plugin-jsx-plus/package.json @@ -42,7 +42,7 @@ "babel-runtime-jsx-plus": "^0.1.5" }, "devDependencies": { - "@ice/pkg": "^1.5.14" + "@ice/pkg": "^2.0.0" }, "publishConfig": { "access": "public", diff --git a/packages/plugin-rax-component/package.json b/packages/plugin-rax-component/package.json index d7daa26c..f5d6c31a 100644 --- a/packages/plugin-rax-component/package.json +++ b/packages/plugin-rax-component/package.json @@ -30,7 +30,7 @@ "rax-compat": "^0.1.5" }, "devDependencies": { - "@ice/pkg": "^1.5.5", + "@ice/pkg": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "catalog:" diff --git a/packages/remark-react-docgen-docusaurus/package.json b/packages/remark-react-docgen-docusaurus/package.json index 397a0dac..acc49f1e 100644 --- a/packages/remark-react-docgen-docusaurus/package.json +++ b/packages/remark-react-docgen-docusaurus/package.json @@ -30,7 +30,7 @@ "unist-util-visit": "^2.0.3" }, "devDependencies": { - "@ice/pkg": "^1.5.6", + "@ice/pkg": "^2.0.0", "@types/unist": "^2.0.6", "vfile": "^4.0.0" },