From 4463613e7fe043215b657be7d59023c32b26f002 Mon Sep 17 00:00:00 2001 From: Malash Date: Tue, 22 Oct 2024 14:55:32 +0800 Subject: [PATCH] release 1.3.1 --- packages/beemo-dev/configs/lerna.ts | 2 +- packages/beemo-dev/package.json | 2 +- packages/cli/package.json | 6 +++--- packages/core/package.json | 2 +- packages/create-goji-app/package.json | 2 +- packages/demo-todomvc-linaria/package.json | 8 ++++---- packages/demo-todomvc/package.json | 12 ++++++------ packages/goji.js.org/package.json | 2 +- packages/macro/package.json | 6 +++--- packages/testing-library/package.json | 4 ++-- packages/webpack-plugin/package.json | 4 ++-- yarn.lock | 10 +--------- 12 files changed, 26 insertions(+), 34 deletions(-) diff --git a/packages/beemo-dev/configs/lerna.ts b/packages/beemo-dev/configs/lerna.ts index e444c19..0191bcf 100644 --- a/packages/beemo-dev/configs/lerna.ts +++ b/packages/beemo-dev/configs/lerna.ts @@ -4,7 +4,7 @@ const config: LernaConfig = { packages: ['packages/*', 'packages/goji.js.org/*'], npmClient: 'yarn', useWorkspaces: true, - version: '1.3.0', + version: '1.3.1', }; export default config; diff --git a/packages/beemo-dev/package.json b/packages/beemo-dev/package.json index 44bb029..60f79d1 100644 --- a/packages/beemo-dev/package.json +++ b/packages/beemo-dev/package.json @@ -1,6 +1,6 @@ { "name": "@goji/beemo-dev", - "version": "1.3.0", + "version": "1.3.1", "description": "Beemo Config for GojiJS Development", "main": "src/index.ts", "repository": "https://github.com/airbnb/goji-js.git", diff --git a/packages/cli/package.json b/packages/cli/package.json index 569b0a0..f4780ea 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@goji/cli", - "version": "1.3.0", + "version": "1.3.1", "description": "GojiJS CLI", "main": "dist/cjs/index.js", "bin": { @@ -23,7 +23,7 @@ "@babel/preset-env": "^7.16.5", "@babel/preset-react": "^7.16.5", "@babel/preset-typescript": "^7.16.5", - "@goji/webpack-plugin": "^1.3.0", + "@goji/webpack-plugin": "^1.3.1", "babel-loader": "^8.2.1", "babel-plugin-macros": "^3.1.0", "css-loader": "^6.5.1", @@ -50,7 +50,7 @@ "yargs": "^17.1.0" }, "devDependencies": { - "@goji/core": "^1.3.0", + "@goji/core": "^1.3.1", "@types/yargs": "^17.0.2" }, "peerDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index a47d3f7..5c142d5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@goji/core", - "version": "1.3.0", + "version": "1.3.1", "description": "GojiJS Core", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/packages/create-goji-app/package.json b/packages/create-goji-app/package.json index e5c749f..2833673 100644 --- a/packages/create-goji-app/package.json +++ b/packages/create-goji-app/package.json @@ -1,6 +1,6 @@ { "name": "create-goji-app", - "version": "1.3.0", + "version": "1.3.1", "description": "Create GojiJS App", "main": "index.js", "repository": "https://github.com/airbnb/goji-js", diff --git a/packages/demo-todomvc-linaria/package.json b/packages/demo-todomvc-linaria/package.json index 85a09eb..45cdf31 100644 --- a/packages/demo-todomvc-linaria/package.json +++ b/packages/demo-todomvc-linaria/package.json @@ -1,6 +1,6 @@ { "name": "demo-todomvc-linaria", - "version": "1.3.0", + "version": "1.3.1", "description": "GojiJS Linaria Example", "main": "index.js", "repository": "git+https://github.com/airbnb/goji.git", @@ -13,7 +13,7 @@ "build": "goji build" }, "dependencies": { - "@goji/core": "^1.3.0", + "@goji/core": "^1.3.1", "classnames": "^2.2.6", "core-js": "^3.16.0", "linaria": "^2.3.0", @@ -23,8 +23,8 @@ "tslib": "^2.3.0" }, "devDependencies": { - "@goji/cli": "^1.3.0", - "@goji/testing-library": "^1.3.0", + "@goji/cli": "^1.3.1", + "@goji/testing-library": "^1.3.1", "@types/classnames": "^2.2.10", "@types/css-modules": "^1.0.0", "@types/react": "^17.0.31", diff --git a/packages/demo-todomvc/package.json b/packages/demo-todomvc/package.json index 0ce4b5d..e7899a7 100644 --- a/packages/demo-todomvc/package.json +++ b/packages/demo-todomvc/package.json @@ -1,6 +1,6 @@ { "name": "demo-todomvc", - "version": "1.3.0", + "version": "1.3.1", "description": "GojiJS TodoMVC Example", "main": "index.js", "repository": "git+https://github.com/airbnb/goji.git", @@ -13,8 +13,8 @@ "build": "goji build" }, "dependencies": { - "@goji/core": "^1.3.0", - "@goji/macro": "^1.3.0", + "@goji/core": "^1.3.1", + "@goji/macro": "^1.3.1", "classnames": "^2.2.6", "core-js": "^3.16.0", "linaria": "^2.3.0", @@ -24,9 +24,9 @@ "tslib": "^2.3.0" }, "devDependencies": { - "@goji/beemo-dev": "^1.3.0", - "@goji/cli": "^1.3.0", - "@goji/testing-library": "^1.3.0", + "@goji/beemo-dev": "^1.3.1", + "@goji/cli": "^1.3.1", + "@goji/testing-library": "^1.3.1", "@types/classnames": "^2.2.10", "@types/css-modules": "^1.0.0", "@types/react": "^17.0.31", diff --git a/packages/goji.js.org/package.json b/packages/goji.js.org/package.json index a586e7a..22749d7 100644 --- a/packages/goji.js.org/package.json +++ b/packages/goji.js.org/package.json @@ -1,6 +1,6 @@ { "name": "goji-js-org", - "version": "1.3.0", + "version": "1.3.1", "private": true, "scripts": { "crowdin": "crowdin", diff --git a/packages/macro/package.json b/packages/macro/package.json index 1246f6c..4cd55b1 100644 --- a/packages/macro/package.json +++ b/packages/macro/package.json @@ -1,6 +1,6 @@ { "name": "@goji/macro", - "version": "1.3.0", + "version": "1.3.1", "description": "GojiJS binding for babel-plugin-macros", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -25,8 +25,8 @@ "tslib": "^2.3.0" }, "devDependencies": { - "@goji/core": "^1.3.0", - "@goji/webpack-plugin": "^1.3.0", + "@goji/core": "^1.3.1", + "@goji/webpack-plugin": "^1.3.1", "@types/babel-plugin-macros": "^2.8.5", "react": "^17.0.2" }, diff --git a/packages/testing-library/package.json b/packages/testing-library/package.json index a11efba..aabad1d 100644 --- a/packages/testing-library/package.json +++ b/packages/testing-library/package.json @@ -1,6 +1,6 @@ { "name": "@goji/testing-library", - "version": "1.3.0", + "version": "1.3.1", "description": "GojiJS Testing Library", "main": "dist/cjs/index.js", "scripts": { @@ -24,7 +24,7 @@ "react": "*" }, "devDependencies": { - "@goji/core": "^1.3.0", + "@goji/core": "^1.3.1", "@types/lodash": "^4.14.172", "@types/react-test-renderer": "^17.0.1", "react": "^17.0.2" diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 7fb0561..2de6d1a 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@goji/webpack-plugin", - "version": "1.3.0", + "version": "1.3.1", "description": "GojiJS Webpack Plugin", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -14,7 +14,7 @@ "prepublishOnly": "npm run build" }, "devDependencies": { - "@goji/core": "^1.3.0", + "@goji/core": "^1.3.1", "@types/common-tags": "^1.8.1", "@types/enhanced-resolve": "^3.0.7", "@types/find-cache-dir": "^3.2.1", diff --git a/yarn.lock b/yarn.lock index 27dbba4..00203e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2857,7 +2857,7 @@ "@docusaurus/theme-search-algolia" "2.4.3" "@docusaurus/types" "2.4.3" -"@docusaurus/react-loadable@5.5.2": +"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2": version "5.5.2" resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce" integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ== @@ -14296,14 +14296,6 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1: dependencies: "@babel/runtime" "^7.10.3" -"react-loadable@npm:@docusaurus/react-loadable@5.5.2": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce" - integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ== - dependencies: - "@types/react" "*" - prop-types "^15.6.2" - react-reconciler@^0.26.2: version "0.26.2" resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.26.2.tgz#bbad0e2d1309423f76cf3c3309ac6c96e05e9d91"