diff --git a/.changeset/curly-cheetahs-hear.md b/.changeset/curly-cheetahs-hear.md deleted file mode 100644 index 3fb035d4..00000000 --- a/.changeset/curly-cheetahs-hear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@ice/pkg': patch ---- - -feat: support modify swc compile options -feat: enable `externalHelpers` config by default diff --git a/.changeset/fair-carrots-matter.md b/.changeset/fair-carrots-matter.md deleted file mode 100644 index 69f93b7d..00000000 --- a/.changeset/fair-carrots-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/remark-react-docgen-docusaurus': major ---- - -feat: init plugin diff --git a/.changeset/gorgeous-frogs-repair.md b/.changeset/gorgeous-frogs-repair.md deleted file mode 100644 index fe091dda..00000000 --- a/.changeset/gorgeous-frogs-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/pkg-plugin-rax-component': patch ---- - -chore: use Plugin type instead of deprecated PkgPlugin type diff --git a/.changeset/lemon-keys-turn.md b/.changeset/lemon-keys-turn.md deleted file mode 100644 index bada4a4d..00000000 --- a/.changeset/lemon-keys-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/pkg-plugin-docusaurus': patch ---- - -fix: can not render two components in one mdx file diff --git a/.changeset/light-kangaroos-doubt.md b/.changeset/light-kangaroos-doubt.md deleted file mode 100644 index ceae224e..00000000 --- a/.changeset/light-kangaroos-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/pkg': patch ---- - -fix: can not parse jsx/js file diff --git a/.changeset/unlucky-radios-tease.md b/.changeset/unlucky-radios-tease.md deleted file mode 100644 index 05255c67..00000000 --- a/.changeset/unlucky-radios-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/pkg': patch ---- - -feat: add bundle.polyfill config diff --git a/.changeset/violet-lobsters-behave.md b/.changeset/violet-lobsters-behave.md deleted file mode 100644 index 88551b63..00000000 --- a/.changeset/violet-lobsters-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/pkg': patch ---- - -fix: some es2017 syntax is not compatible with safari 10.1 diff --git a/.changeset/wise-spiders-film.md b/.changeset/wise-spiders-film.md deleted file mode 100644 index b972333f..00000000 --- a/.changeset/wise-spiders-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/pkg-plugin-docusaurus': patch ---- - -feat: support add remark plugins diff --git a/packages/pkg/CHANGELOG.md b/packages/pkg/CHANGELOG.md index 340debe9..ce6d83db 100644 --- a/packages/pkg/CHANGELOG.md +++ b/packages/pkg/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.5.5 + +### Patch Changes + +- 8cd4c98: feat: support modify swc compile options + feat: enable `externalHelpers` config by default +- 2b01e99: fix: can not parse jsx/js file +- d37267d: feat: add bundle.polyfill config +- c9c4d46: fix: some es2017 syntax is not compatible with safari 10.1 + ## 1.5.4 ### Patch Changes diff --git a/packages/pkg/package.json b/packages/pkg/package.json index df74c1b1..7ede5b77 100644 --- a/packages/pkg/package.json +++ b/packages/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@ice/pkg", - "version": "1.5.4", + "version": "1.5.5", "description": "A fast builder for React components, Node modules and web libraries.", "type": "module", "main": "./lib/index.js", diff --git a/packages/plugin-docusaurus/CHANGELOG.md b/packages/plugin-docusaurus/CHANGELOG.md index 45a7cdf2..1f6acf1e 100644 --- a/packages/plugin-docusaurus/CHANGELOG.md +++ b/packages/plugin-docusaurus/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.4.7 + +### Patch Changes + +- 58a7b87: fix: can not render two components in one mdx file +- 7f63497: feat: support add remark plugins + ## 1.4.6 ### Patch Changes diff --git a/packages/plugin-docusaurus/package.json b/packages/plugin-docusaurus/package.json index 290aa99a..15e0af66 100644 --- a/packages/plugin-docusaurus/package.json +++ b/packages/plugin-docusaurus/package.json @@ -1,6 +1,6 @@ { "name": "@ice/pkg-plugin-docusaurus", - "version": "1.4.6", + "version": "1.4.7", "description": "@ice/pkg plugin for component and docs preview.", "main": "es2017/index.mjs", "exports": { @@ -78,7 +78,7 @@ "devDependencies": { "@algolia/client-search": "^4.9.1", "@types/react": "^17.0.0", - "@ice/pkg": "^1.5.4", + "@ice/pkg": "^1.5.5", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.9.3", diff --git a/packages/plugin-rax-component/CHANGELOG.md b/packages/plugin-rax-component/CHANGELOG.md index 1dff13b1..c45802b6 100644 --- a/packages/plugin-rax-component/CHANGELOG.md +++ b/packages/plugin-rax-component/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.2 + +### Patch Changes + +- 8cd4c98: chore: use Plugin type instead of deprecated PkgPlugin type + ## 1.1.1 ### Patch Changes diff --git a/packages/plugin-rax-component/package.json b/packages/plugin-rax-component/package.json index e9929b8b..1d9c5fac 100644 --- a/packages/plugin-rax-component/package.json +++ b/packages/plugin-rax-component/package.json @@ -1,6 +1,6 @@ { "name": "@ice/pkg-plugin-rax-component", - "version": "1.1.1", + "version": "1.1.2", "description": "Rax component plugin for @ice/pkg", "main": "lib/index.js", "type": "module", @@ -32,7 +32,7 @@ "rax-compat": "^0.1.5" }, "devDependencies": { - "@ice/pkg": "^1.5.4", + "@ice/pkg": "^1.5.5", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.9.4" diff --git a/packages/remark-react-docgen-docusaurus/CHANGELOG.md b/packages/remark-react-docgen-docusaurus/CHANGELOG.md new file mode 100644 index 00000000..12367ebb --- /dev/null +++ b/packages/remark-react-docgen-docusaurus/CHANGELOG.md @@ -0,0 +1,7 @@ +# @ice/remark-react-docgen-docusaurus + +## 1.0.0 + +### Major Changes + +- 2b01e99: feat: init plugin diff --git a/packages/remark-react-docgen-docusaurus/package.json b/packages/remark-react-docgen-docusaurus/package.json index 3cece5b3..0966a74d 100644 --- a/packages/remark-react-docgen-docusaurus/package.json +++ b/packages/remark-react-docgen-docusaurus/package.json @@ -1,6 +1,6 @@ { "name": "@ice/remark-react-docgen-docusaurus", - "version": "0.0.0", + "version": "1.0.0", "description": "A remark plugin to generate react components doc with docusaurus.", "files": [ "cjs" @@ -31,7 +31,7 @@ "unist-util-visit": "^2.0.3" }, "devDependencies": { - "@ice/pkg": "^1.0.0", + "@ice/pkg": "^1.5.5", "@types/unist": "^2.0.6", "vfile": "^4.0.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dca0afbe..0d8434d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -335,7 +335,7 @@ importers: '@docusaurus/plugin-content-pages': ^2.4.0 '@docusaurus/preset-classic': ^2.4.0 '@ice/jsx-runtime': ^0.2.0 - '@ice/pkg': ^1.5.4 + '@ice/pkg': ^1.5.5 '@mdx-js/react': ^1.6.22 '@swc/helpers': ^0.4.3 '@types/react': ^17.0.0 @@ -424,7 +424,7 @@ importers: packages/plugin-rax-component: specifiers: - '@ice/pkg': ^1.5.4 + '@ice/pkg': ^1.5.5 rax-compat: ^0.1.5 react: ^18.2.0 react-dom: ^18.2.0 @@ -439,7 +439,7 @@ importers: packages/remark-react-docgen-docusaurus: specifiers: - '@ice/pkg': ^1.0.0 + '@ice/pkg': ^1.5.5 '@swc/helpers': ^0.4.14 '@types/unist': ^2.0.6 fs-extra: ^10.1.0