diff --git a/.changeset/calm-garlics-sleep.md b/.changeset/calm-garlics-sleep.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/calm-garlics-sleep.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/famous-llamas-suffer.md b/.changeset/famous-llamas-suffer.md deleted file mode 100644 index 3ae526fe89..0000000000 --- a/.changeset/famous-llamas-suffer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@farmfe/core': patch -'@farmfe/cli': patch ---- - -merge configuration policies diff --git a/.changeset/grumpy-impalas-happen.md b/.changeset/grumpy-impalas-happen.md deleted file mode 100644 index 947b4885f6..0000000000 --- a/.changeset/grumpy-impalas-happen.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@farmfe/plugin-react': patch -'@farmfe/plugin-sass': patch ---- - -chore(rust-plugins): fix ts warning diff --git a/.changeset/moody-goats-confess.md b/.changeset/moody-goats-confess.md deleted file mode 100644 index 5c3f796e2b..0000000000 --- a/.changeset/moody-goats-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@farmfe/core': patch ---- - -minify module filter use absolute path diff --git a/.changeset/nine-schools-visit.md b/.changeset/nine-schools-visit.md deleted file mode 100644 index 74eaf4c872..0000000000 --- a/.changeset/nine-schools-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@farmfe/core': patch ---- - -fix(vite plugin): some vite plugins do not provide `alias` configuration errors diff --git a/.changeset/sharp-dots-repeat.md b/.changeset/sharp-dots-repeat.md deleted file mode 100644 index 93386812b6..0000000000 --- a/.changeset/sharp-dots-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farmfe-examples/arco-design-pro": patch ---- - -fix(examples): examples/arco-pro useEffect does not clear side effects diff --git a/.changeset/smart-planes-tap.md b/.changeset/smart-planes-tap.md deleted file mode 100644 index 785a9764c5..0000000000 --- a/.changeset/smart-planes-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-farm-plugin': patch ---- - -feat: add monorepo template diff --git a/.changeset/sweet-stingrays-crash.md b/.changeset/sweet-stingrays-crash.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/sweet-stingrays-crash.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/unlucky-bugs-brush.md b/.changeset/unlucky-bugs-brush.md deleted file mode 100644 index a4b3f15899..0000000000 --- a/.changeset/unlucky-bugs-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@farmfe/plugin-react': minor ---- - -assign `runtime` default value is `automatic` diff --git a/examples/arco-pro/CHANGELOG.md b/examples/arco-pro/CHANGELOG.md new file mode 100644 index 0000000000..bff475d743 --- /dev/null +++ b/examples/arco-pro/CHANGELOG.md @@ -0,0 +1,7 @@ +# @farmfe-examples/arco-design-pro + +## 1.0.1 + +### Patch Changes + +- 673e844e: fix(examples): examples/arco-pro useEffect does not clear side effects diff --git a/examples/arco-pro/package.json b/examples/arco-pro/package.json index 2740961eb8..6ad6898624 100644 --- a/examples/arco-pro/package.json +++ b/examples/arco-pro/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe-examples/arco-design-pro", - "version": "1.0.0", + "version": "1.0.1", "description": "Arco Design Pro", "scripts": { "start": "farm start", diff --git a/examples/css-modules/package.json b/examples/css-modules/package.json index b513943eb6..80dc076216 100644 --- a/examples/css-modules/package.json +++ b/examples/css-modules/package.json @@ -12,8 +12,8 @@ "@farmfe/cli": "workspace:*", "@farmfe/core": "workspace:*", "@farmfe/js-plugin-postcss": "workspace:^", - "@farmfe/plugin-react": "workspace:^1.0.1", - "@farmfe/plugin-sass": "workspace:^1.0.4", + "@farmfe/plugin-react": "workspace:^1.1.0", + "@farmfe/plugin-sass": "workspace:^1.0.5", "@types/react": "18", "@types/react-dom": "18", "postcss-pxtorem": "^6.0.0", diff --git a/examples/emotion/package.json b/examples/emotion/package.json index 21342544bd..502946d800 100644 --- a/examples/emotion/package.json +++ b/examples/emotion/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@farmfe/cli": "workspace:*", "@farmfe/core": "workspace:*", - "@farmfe/plugin-react": "workspace:^1.0.1", + "@farmfe/plugin-react": "workspace:^1.1.0", "@swc/plugin-emotion": "^2.5.124", "@types/react": "18", "@types/react-dom": "18", diff --git a/examples/less/package.json b/examples/less/package.json index a867b96694..9079185a04 100644 --- a/examples/less/package.json +++ b/examples/less/package.json @@ -12,7 +12,7 @@ "@farmfe/cli": "workspace:*", "@farmfe/core": "workspace:*", "@farmfe/js-plugin-less": "workspace:*", - "@farmfe/plugin-react": "workspace:^1.0.1", + "@farmfe/plugin-react": "workspace:^1.1.0", "@types/react": "18", "@types/react-dom": "18", "less": "^4.1.3", diff --git a/examples/multi-page-app/package.json b/examples/multi-page-app/package.json index 7d2c58cde5..b7b722b344 100644 --- a/examples/multi-page-app/package.json +++ b/examples/multi-page-app/package.json @@ -12,8 +12,8 @@ "@farmfe/cli": "workspace:*", "@farmfe/core": "workspace:*", "@farmfe/js-plugin-sass": "workspace:*", - "@farmfe/plugin-react": "workspace:^1.0.1", - "@farmfe/plugin-sass": "workspace:^1.0.4", + "@farmfe/plugin-react": "workspace:^1.1.0", + "@farmfe/plugin-sass": "workspace:^1.0.5", "@types/react": "18", "@types/react-dom": "18", "react-refresh": "^0.14.0" diff --git a/examples/react-antd/package.json b/examples/react-antd/package.json index 5e40405e4d..a04861bab0 100644 --- a/examples/react-antd/package.json +++ b/examples/react-antd/package.json @@ -16,8 +16,8 @@ "@farmfe/cli": "workspace:*", "@farmfe/core": "workspace:*", "@farmfe/js-plugin-sass": "workspace:*", - "@farmfe/plugin-react": "workspace:^1.0.1", - "@farmfe/plugin-sass": "workspace:^1.0.4", + "@farmfe/plugin-react": "workspace:^1.1.0", + "@farmfe/plugin-sass": "workspace:^1.0.5", "@types/react": "18", "@types/react-dom": "18", "axios": "^1.6.5", diff --git a/examples/react-sass-js/package.json b/examples/react-sass-js/package.json index b7449c3ea5..719be6e6fc 100644 --- a/examples/react-sass-js/package.json +++ b/examples/react-sass-js/package.json @@ -12,8 +12,8 @@ "@farmfe/cli": "workspace:*", "@farmfe/core": "workspace:*", "@farmfe/js-plugin-sass": "workspace:*", - "@farmfe/plugin-react": "workspace:^1.0.1", - "@farmfe/plugin-sass": "workspace:^1.0.4", + "@farmfe/plugin-react": "workspace:^1.1.0", + "@farmfe/plugin-sass": "workspace:^1.0.5", "@types/react": "18", "@types/react-dom": "18", "react-refresh": "^0.14.0" diff --git a/examples/react/package.json b/examples/react/package.json index 96878b414c..e9e6cb8921 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -15,8 +15,8 @@ "@farmfe/cli": "workspace:*", "@farmfe/core": "workspace:*", "@farmfe/js-plugin-sass": "workspace:*", - "@farmfe/plugin-react": "workspace:^1.0.1", - "@farmfe/plugin-sass": "workspace:^1.0.4", + "@farmfe/plugin-react": "workspace:^1.1.0", + "@farmfe/plugin-sass": "workspace:^1.0.5", "@types/react": "18", "@types/react-dom": "18", "@types/react-redux": "^7.1.33", diff --git a/examples/sass-plugin-rust/package.json b/examples/sass-plugin-rust/package.json index b6fe749511..23ecf1cf2c 100644 --- a/examples/sass-plugin-rust/package.json +++ b/examples/sass-plugin-rust/package.json @@ -12,7 +12,7 @@ "@farmfe/cli": "workspace:*", "@farmfe/core": "workspace:*", "@farmfe/plugin-sass": "workspace:*", - "@farmfe/plugin-react": "workspace:^1.0.1", + "@farmfe/plugin-react": "workspace:^1.1.0", "@types/react": "18", "@types/react-dom": "18", "less": "^4.1.3", diff --git a/examples/vite-adapter-react/package.json b/examples/vite-adapter-react/package.json index b6ef4b50cb..a003ceb11a 100644 --- a/examples/vite-adapter-react/package.json +++ b/examples/vite-adapter-react/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@farmfe/cli": "workspace:*", "@farmfe/core": "workspace:*", - "@farmfe/plugin-react": "^1.0.1", + "@farmfe/plugin-react": "^1.1.0", "@types/react": "18", "@types/react-dom": "18", "react-refresh": "^0.14.0", diff --git a/examples/vite-adapter-svelte/package.json b/examples/vite-adapter-svelte/package.json index dcc5ea2cf8..16fcdbe6ed 100644 --- a/examples/vite-adapter-svelte/package.json +++ b/examples/vite-adapter-svelte/package.json @@ -11,7 +11,7 @@ "check": "svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { - "@farmfe/cli": "^1.0.1", + "@farmfe/cli": "^1.0.2", "@farmfe/core": "workspace:*", "@sveltejs/vite-plugin-svelte": "^3.0.1", "@tsconfig/svelte": "^5.0.2", diff --git a/js-plugins/dts/package.json b/js-plugins/dts/package.json index 75a901c5b4..3ef4fd1b2c 100644 --- a/js-plugins/dts/package.json +++ b/js-plugins/dts/package.json @@ -35,5 +35,8 @@ "@farmfe/core": "workspace:*", "@types/fs-extra": "^11.0.1" }, - "files": ["dist", "build"] + "files": [ + "dist", + "build" + ] } diff --git a/js-plugins/less/package.json b/js-plugins/less/package.json index 531b755ebc..f7cebd0a5b 100644 --- a/js-plugins/less/package.json +++ b/js-plugins/less/package.json @@ -33,18 +33,20 @@ "clean": "rimraf dist build tsconfig.build.tsbuildinfo", "type-check": "tsc -p ./tsconfig.build.json --noEmit" }, - "files": ["build"], + "files": [ + "build" + ], "keywords": [], "license": "MIT", "devDependencies": { "@farmfe/cli": "workspace:*", - "@farmfe/core": "workspace:^1.1.0", + "@farmfe/core": "workspace:^1.1.3", "@farmfe/js-plugin-dts": "workspace:^", "@types/less": "^3.0.3", "less": "^4.1.3" }, "peerDependencies": { - "@farmfe/core": "workspace:^1.1.0", + "@farmfe/core": "workspace:^1.1.3", "less": "^3.5.0 || ^4.0.0" } } diff --git a/js-plugins/postcss/package.json b/js-plugins/postcss/package.json index aa14efe064..4f6c763fd2 100644 --- a/js-plugins/postcss/package.json +++ b/js-plugins/postcss/package.json @@ -33,12 +33,14 @@ "prepublishOnly": "npm run build", "type-check": "tsc -p ./tsconfig.build.json --noEmit" }, - "files": ["build"], + "files": [ + "build" + ], "keywords": [], "license": "MIT", "devDependencies": { "@farmfe/cli": "workspace:*", - "@farmfe/core": "workspace:^1.1.0", + "@farmfe/core": "workspace:^1.1.3", "@farmfe/js-plugin-dts": "workspace:*", "@types/postcss-import": "^14.0.3", "@types/postcss-url": "^10.0.4", @@ -49,7 +51,7 @@ "postcss-url": "^10.1.3" }, "peerDependencies": { - "@farmfe/core": "workspace:^1.1.0", + "@farmfe/core": "workspace:^1.1.3", "postcss": ">=8.0.0" } } diff --git a/js-plugins/sass/package.json b/js-plugins/sass/package.json index 85c63b84fd..89f9ac9d97 100644 --- a/js-plugins/sass/package.json +++ b/js-plugins/sass/package.json @@ -39,18 +39,20 @@ "prepublishOnly": "npm run build", "type-check": "tsc -p ./tsconfig.build.json --noEmit" }, - "files": ["build"], + "files": [ + "build" + ], "keywords": [], "license": "MIT", "devDependencies": { "@farmfe/cli": "workspace:*", - "@farmfe/core": "workspace:^1.1.1", + "@farmfe/core": "workspace:^1.1.3", "@farmfe/js-plugin-dts": "workspace:*", "sass": "^1.74.1", "sass-embedded": "^1.74.1" }, "peerDependencies": { - "@farmfe/core": "workspace:^1.1.1", + "@farmfe/core": "workspace:^1.1.3", "sass": "^1.3.0", "sass-embedded": "*" } diff --git a/js-plugins/solid/package.json b/js-plugins/solid/package.json index 4c8b39b1b0..45f1c27dbf 100644 --- a/js-plugins/solid/package.json +++ b/js-plugins/solid/package.json @@ -41,7 +41,9 @@ "solid-js": "^1.7.8" }, "peerDependencies": { - "@farmfe/core": "workspace:^1.1.2" + "@farmfe/core": "workspace:^1.1.3" }, - "files": ["build"] + "files": [ + "build" + ] } diff --git a/js-plugins/svgr/package.json b/js-plugins/svgr/package.json index aa91af7350..c4ba56e770 100644 --- a/js-plugins/svgr/package.json +++ b/js-plugins/svgr/package.json @@ -33,12 +33,14 @@ "clean": "rimraf dist build tsconfig.build.tsbuildinfo", "type-check": "tsc -p ./tsconfig.build.json --noEmit" }, - "files": ["build"], + "files": [ + "build" + ], "keywords": [], "license": "MIT", "devDependencies": { "@farmfe/cli": "workspace:*", - "@farmfe/core": "workspace:^1.1.0", + "@farmfe/core": "workspace:^1.1.3", "@farmfe/js-plugin-dts": "workspace:^" }, "dependencies": { @@ -46,6 +48,6 @@ "@svgr/plugin-jsx": "^8.1.0" }, "peerDependencies": { - "@farmfe/core": "workspace:^1.1.0" + "@farmfe/core": "workspace:^1.1.3" } } diff --git a/js-plugins/visualizer/package.json b/js-plugins/visualizer/package.json index a348a4c1a4..1377912b9f 100644 --- a/js-plugins/visualizer/package.json +++ b/js-plugins/visualizer/package.json @@ -53,5 +53,7 @@ "preview": "cd src/client && farm preview", "prepublishOnly": "npm run build" }, - "files": ["build"] + "files": [ + "build" + ] } diff --git a/js-plugins/vue/package.json b/js-plugins/vue/package.json index ffd760b9a3..6a0144dd5f 100644 --- a/js-plugins/vue/package.json +++ b/js-plugins/vue/package.json @@ -13,7 +13,10 @@ "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, - "files": ["dist", "build"], + "files": [ + "dist", + "build" + ], "exports": { ".": { "require": "./build/index.cjs", @@ -49,7 +52,7 @@ "source-map": "^0.7.4" }, "peerDependencies": { - "@farmfe/core": "workspace:^1.1.2", + "@farmfe/core": "workspace:^1.1.3", "less": "*", "sass": "*", "stylus": "*" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 149c4cfc5d..3bb1d2cd2b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @farmfe/cli +## 1.0.2 + +### Patch Changes + +- 9754d371: merge configuration policies + ## 1.0.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3a5618e996..3675718e28 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,13 +1,20 @@ { "name": "@farmfe/cli", - "version": "1.0.1", + "version": "1.0.2", "description": "CLI of Farm", "type": "module", "author": { "name": "bright wu", "email": "1521488775@qq.com" }, - "keywords": ["farm", "cli", "farmfe", "bundler", "compiler", "build tool"], + "keywords": [ + "farm", + "cli", + "farmfe", + "bundler", + "compiler", + "build tool" + ], "license": "MIT", "repository": { "type": "git", @@ -19,7 +26,11 @@ "exports": { "./package.json": "./package.json" }, - "files": ["dist", "bin", "templates"], + "files": [ + "dist", + "bin", + "templates" + ], "scripts": { "start": "rimraf dist && tsc -b -w", "build": "tsc -b", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d62c987f8b..8cce2ef0ad 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @farmfe/core +## 1.1.3 + +### Patch Changes + +- 9754d371: merge configuration policies +- 61294219: minify module filter use absolute path +- 28e1a373: fix(vite plugin): some vite plugins do not provide `alias` configuration errors + ## 1.1.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3a59f80ac0..a6d3af35f7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/core", - "version": "1.1.2", + "version": "1.1.3", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", diff --git a/packages/create-farm-plugin/CHANGELOG.md b/packages/create-farm-plugin/CHANGELOG.md index d237a6a491..1a02a182f0 100644 --- a/packages/create-farm-plugin/CHANGELOG.md +++ b/packages/create-farm-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # create-farm-plugin +## 0.1.7 + +### Patch Changes + +- 01a4503e: feat: add monorepo template + ## 0.1.6 ### Patch Changes diff --git a/packages/create-farm-plugin/package.json b/packages/create-farm-plugin/package.json index b692d31ca8..234188cc0b 100644 --- a/packages/create-farm-plugin/package.json +++ b/packages/create-farm-plugin/package.json @@ -1,6 +1,6 @@ { "name": "create-farm-plugin", - "version": "0.1.6", + "version": "0.1.7", "description": "use create-farm-plugin to create farm plugin", "exports": { ".": "./bin/create-farm-plugin.mjs" @@ -28,7 +28,11 @@ "build tool", "bundler" ], - "files": ["bin", "dist", "templates"], + "files": [ + "bin", + "dist", + "templates" + ], "repository": { "type": "git", "url": "https://github.com/farm-fe/farm" diff --git a/packages/create-farm/package.json b/packages/create-farm/package.json index 013eabb0d9..1a6b13db56 100644 --- a/packages/create-farm/package.json +++ b/packages/create-farm/package.json @@ -25,7 +25,10 @@ "build tool", "web bundler" ], - "files": ["dist", "templates"], + "files": [ + "dist", + "templates" + ], "repository": { "type": "git", "url": "https://github.com/farm-fe/farm" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8184d59b82..ba158163b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -221,10 +221,10 @@ importers: specifier: workspace:^ version: link:../../js-plugins/postcss '@farmfe/plugin-react': - specifier: workspace:^1.0.1 + specifier: workspace:^1.1.0 version: link:../../rust-plugins/react '@farmfe/plugin-sass': - specifier: workspace:^1.0.4 + specifier: workspace:^1.0.5 version: link:../../rust-plugins/sass '@types/react': specifier: '18' @@ -280,7 +280,7 @@ importers: specifier: workspace:* version: link:../../packages/core '@farmfe/plugin-react': - specifier: workspace:^1.0.1 + specifier: workspace:^1.1.0 version: link:../../rust-plugins/react '@swc/plugin-emotion': specifier: ^2.5.124 @@ -382,7 +382,7 @@ importers: specifier: workspace:* version: link:../../js-plugins/less '@farmfe/plugin-react': - specifier: workspace:^1.0.1 + specifier: workspace:^1.1.0 version: link:../../rust-plugins/react '@types/react': specifier: '18' @@ -453,10 +453,10 @@ importers: specifier: workspace:* version: link:../../js-plugins/sass '@farmfe/plugin-react': - specifier: workspace:^1.0.1 + specifier: workspace:^1.1.0 version: link:../../rust-plugins/react '@farmfe/plugin-sass': - specifier: workspace:^1.0.4 + specifier: workspace:^1.0.5 version: link:../../rust-plugins/sass '@types/react': specifier: '18' @@ -646,10 +646,10 @@ importers: specifier: workspace:* version: link:../../js-plugins/sass '@farmfe/plugin-react': - specifier: workspace:^1.0.1 + specifier: workspace:^1.1.0 version: link:../../rust-plugins/react '@farmfe/plugin-sass': - specifier: workspace:^1.0.4 + specifier: workspace:^1.0.5 version: link:../../rust-plugins/sass '@types/react': specifier: '18' @@ -701,10 +701,10 @@ importers: specifier: workspace:* version: link:../../js-plugins/sass '@farmfe/plugin-react': - specifier: workspace:^1.0.1 + specifier: workspace:^1.1.0 version: link:../../rust-plugins/react '@farmfe/plugin-sass': - specifier: workspace:^1.0.4 + specifier: workspace:^1.0.5 version: link:../../rust-plugins/sass '@types/react': specifier: '18' @@ -744,10 +744,10 @@ importers: specifier: workspace:* version: link:../../js-plugins/sass '@farmfe/plugin-react': - specifier: workspace:^1.0.1 + specifier: workspace:^1.1.0 version: link:../../rust-plugins/react '@farmfe/plugin-sass': - specifier: workspace:^1.0.4 + specifier: workspace:^1.0.5 version: link:../../rust-plugins/sass '@types/react': specifier: '18' @@ -898,7 +898,7 @@ importers: specifier: workspace:* version: link:../../packages/core '@farmfe/plugin-react': - specifier: workspace:^1.0.1 + specifier: workspace:^1.1.0 version: link:../../rust-plugins/react '@farmfe/plugin-sass': specifier: workspace:* @@ -1140,7 +1140,7 @@ importers: specifier: workspace:* version: link:../../packages/core '@farmfe/plugin-react': - specifier: ^1.0.1 + specifier: ^1.1.0 version: link:../../rust-plugins/react '@types/react': specifier: '18' @@ -1183,7 +1183,7 @@ importers: examples/vite-adapter-svelte: devDependencies: '@farmfe/cli': - specifier: ^1.0.1 + specifier: ^1.0.2 version: link:../../packages/cli '@farmfe/core': specifier: workspace:* diff --git a/rust-plugins/react/CHANGELOG.md b/rust-plugins/react/CHANGELOG.md index dfed494a33..8b5ea58fd8 100644 --- a/rust-plugins/react/CHANGELOG.md +++ b/rust-plugins/react/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.1.0 + +### Minor Changes + +- a9b5db7b: assign `runtime` default value is `automatic` + +### Patch Changes + +- 6a9b13c2: chore(rust-plugins): fix ts warning + ## 1.0.1 ### Patch Changes diff --git a/rust-plugins/react/package.json b/rust-plugins/react/package.json index 2be43181aa..4f00ce56dc 100644 --- a/rust-plugins/react/package.json +++ b/rust-plugins/react/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/plugin-react", - "version": "1.0.1", + "version": "1.1.0", "main": "index.js", "types": "index.d.ts", "type": "module", diff --git a/rust-plugins/sass/CHANGELOG.md b/rust-plugins/sass/CHANGELOG.md index 2a14bb5a3e..7bf6db89c3 100755 --- a/rust-plugins/sass/CHANGELOG.md +++ b/rust-plugins/sass/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.5 + +### Patch Changes + +- 6a9b13c2: chore(rust-plugins): fix ts warning + ## 1.0.4 ### Patch Changes diff --git a/rust-plugins/sass/package.json b/rust-plugins/sass/package.json index cbc79085c9..5cf2f23e6b 100755 --- a/rust-plugins/sass/package.json +++ b/rust-plugins/sass/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/plugin-sass", - "version": "1.0.4", + "version": "1.0.5", "main": "index.js", "types": "index.d.ts", "type": "module",