diff --git a/CHANGELOG.md b/CHANGELOG.md index 397e602..04899be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,23 @@ # Change Log +# v.1.2.0 (2023-07-11) + +### Bugfixes + +- **webpack-plugin:** Inline the content of `children.wxml` into `component.wxml` to support new + Baidu compiler on dev tool >= v4.22 [\#206](https://github.com/airbnb/goji-js/pull/206) + # v1.1.1 (2023-04-22) ### Bugfixes -- Fix an issue of Baidu flatten text template that cause missing text on production mode - [\#192](https://github.com/airbnb/goji-js/pull/192) +- **webpack-plugin:** Fix an issue of Baidu flatten text template that cause missing text on + production mode [\#192](https://github.com/airbnb/goji-js/pull/192) -- Update props of \ [\#199](https://github.com/airbnb/goji-js/pull/199) +- **core:** Update props of \ [\#199](https://github.com/airbnb/goji-js/pull/199) -- Refactor `stopPropagation` to fix \#198 [\#202](https://github.com/airbnb/goji-js/pull/202) +- **core:** Refactor `stopPropagation` to fix \#198 + [\#202](https://github.com/airbnb/goji-js/pull/202) # v1.1.0 (2022-12-06) diff --git a/packages/beemo-dev/package.json b/packages/beemo-dev/package.json index fdf5adf..f90954b 100644 --- a/packages/beemo-dev/package.json +++ b/packages/beemo-dev/package.json @@ -1,6 +1,6 @@ { "name": "@goji/beemo-dev", - "version": "1.1.1", + "version": "1.2.0", "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 8b8cd36..496ba35 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@goji/cli", - "version": "1.1.1", + "version": "1.2.0", "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.1.1", + "@goji/webpack-plugin": "^1.2.0", "babel-loader": "^8.2.1", "babel-plugin-macros": "^3.1.0", "css-loader": "^6.5.1", @@ -49,7 +49,7 @@ "yargs": "^17.1.0" }, "devDependencies": { - "@goji/core": "^1.1.1", + "@goji/core": "^1.2.0", "@types/yargs": "^17.0.2" }, "peerDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index b0e6b7d..4b83457 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@goji/core", - "version": "1.1.1", + "version": "1.2.0", "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 6c10bb7..38f4475 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.1.1", + "version": "1.2.0", "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 a9b6165..b08d210 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.1.1", + "version": "1.2.0", "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.1.1", + "@goji/core": "^1.2.0", "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.1.1", - "@goji/testing-library": "^1.1.1", + "@goji/cli": "^1.2.0", + "@goji/testing-library": "^1.2.0", "@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 b97c6b7..a63c0da 100644 --- a/packages/demo-todomvc/package.json +++ b/packages/demo-todomvc/package.json @@ -1,6 +1,6 @@ { "name": "demo-todomvc", - "version": "1.1.1", + "version": "1.2.0", "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.1.1", - "@goji/macro": "^1.1.1", + "@goji/core": "^1.2.0", + "@goji/macro": "^1.2.0", "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.1.1", - "@goji/cli": "^1.1.1", - "@goji/testing-library": "^1.1.1", + "@goji/beemo-dev": "^1.2.0", + "@goji/cli": "^1.2.0", + "@goji/testing-library": "^1.2.0", "@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 99a3113..01fed8a 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.1.1", + "version": "1.2.0", "private": true, "scripts": { "crowdin": "crowdin", diff --git a/packages/macro/package.json b/packages/macro/package.json index 0e8ed09..0b8fae3 100644 --- a/packages/macro/package.json +++ b/packages/macro/package.json @@ -1,6 +1,6 @@ { "name": "@goji/macro", - "version": "1.1.1", + "version": "1.2.0", "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.1.1", - "@goji/webpack-plugin": "^1.1.1", + "@goji/core": "^1.2.0", + "@goji/webpack-plugin": "^1.2.0", "@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 2489054..806e521 100644 --- a/packages/testing-library/package.json +++ b/packages/testing-library/package.json @@ -1,6 +1,6 @@ { "name": "@goji/testing-library", - "version": "1.1.1", + "version": "1.2.0", "description": "GojiJS Testing Library", "main": "dist/cjs/index.js", "scripts": { @@ -24,7 +24,7 @@ "react": "*" }, "devDependencies": { - "@goji/core": "^1.1.1", + "@goji/core": "^1.2.0", "@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 d8e2e9d..2f3a6d0 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@goji/webpack-plugin", - "version": "1.1.1", + "version": "1.2.0", "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.1.1", + "@goji/core": "^1.2.0", "@types/common-tags": "^1.8.1", "@types/enhanced-resolve": "^3.0.7", "@types/find-cache-dir": "^3.2.1",