From 9390fbf0dda7bfdd7a581b0c40728afaf4a307da Mon Sep 17 00:00:00 2001 From: kagawagao Date: Tue, 6 Aug 2024 10:09:44 +0800 Subject: [PATCH] chore(release): publish 0.12.3 --- CHANGELOG.md | 51 +++++++++++++++++++++ examples/react-app/CHANGELOG.md | 4 ++ examples/react-app/package.json | 6 +-- examples/vue-app/CHANGELOG.md | 4 ++ examples/vue-app/package.json | 6 +-- lerna.json | 2 +- package-lock.json | 58 ++++++++++++------------ packages/bundler-base/CHANGELOG.md | 4 ++ packages/bundler-base/package.json | 4 +- packages/bundler-mako/CHANGELOG.md | 4 ++ packages/bundler-mako/package.json | 6 +-- packages/bundler-vite/CHANGELOG.md | 4 ++ packages/bundler-vite/package.json | 6 +-- packages/bundler-webpack/CHANGELOG.md | 6 +++ packages/bundler-webpack/package.json | 6 +-- packages/cli/CHANGELOG.md | 4 ++ packages/cli/package.json | 14 +++--- packages/common/CHANGELOG.md | 6 +++ packages/common/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 7 +++ packages/eslint-config/package.json | 2 +- templates/react-ts-template/CHANGELOG.md | 4 ++ templates/react-ts-template/package.json | 6 +-- 23 files changed, 157 insertions(+), 59 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4384c..6bf97c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,57 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06) + +### Chores + +- **deps-dev:** bump @types/lodash from 4.17.6 to 4.17.7 ([#129](https://github.com/kagawagao/pixas/issues/129)) ([cae2fb1](https://github.com/kagawagao/pixas/commit/cae2fb19b4d2a36f9768a8a2a39eeaa964b18faf)) +- **deps-dev:** bump husky from 9.0.11 to 9.1.1 ([#127](https://github.com/kagawagao/pixas/issues/127)) ([6ea68da](https://github.com/kagawagao/pixas/commit/6ea68daeabaefd37e10fd94533092417574ef248)) +- **deps-dev:** bump husky from 9.1.1 to 9.1.3 ([#145](https://github.com/kagawagao/pixas/issues/145)) ([0291a4b](https://github.com/kagawagao/pixas/commit/0291a4b8c2b4a441471e0db1a1f063224f81a9a5)) +- **deps-dev:** bump husky from 9.1.3 to 9.1.4 ([#152](https://github.com/kagawagao/pixas/issues/152)) ([533a017](https://github.com/kagawagao/pixas/commit/533a017774fb8bbcf208bd88d715b2b9a1b52069)) +- **deps-dev:** bump lerna from 8.1.6 to 8.1.7 ([#124](https://github.com/kagawagao/pixas/issues/124)) ([dd75302](https://github.com/kagawagao/pixas/commit/dd753023178c169b250cea340ccba46d86e2d95e)) +- **deps-dev:** bump lint-staged from 15.2.7 to 15.2.8 ([#154](https://github.com/kagawagao/pixas/issues/154)) ([0d560e4](https://github.com/kagawagao/pixas/commit/0d560e40eba08aa0f40135a328b3d9c4d043c495)) +- **deps:** bump @babel/core from 7.24.8 to 7.24.9 ([#125](https://github.com/kagawagao/pixas/issues/125)) ([60d8ec5](https://github.com/kagawagao/pixas/commit/60d8ec5e73a455ede26bb2ddcb97d5c444428037)) +- **deps:** bump @babel/core from 7.24.9 to 7.25.2 ([#160](https://github.com/kagawagao/pixas/issues/160)) ([3b12769](https://github.com/kagawagao/pixas/commit/3b127697f773ff31ea942dc6af7499b8c051c680)) +- **deps:** bump @babel/eslint-parser from 7.24.8 to 7.25.1 ([#144](https://github.com/kagawagao/pixas/issues/144)) ([7dd98a7](https://github.com/kagawagao/pixas/commit/7dd98a77e9fadd34384c80d67ad9bbf8eff74930)) +- **deps:** bump @babel/plugin-transform-typescript ([#138](https://github.com/kagawagao/pixas/issues/138)) ([7d2a53c](https://github.com/kagawagao/pixas/commit/7d2a53ce9b23ade9881b324a026b3dd1b6534092)) +- **deps:** bump @babel/plugin-transform-typescript ([#150](https://github.com/kagawagao/pixas/issues/150)) ([584b58c](https://github.com/kagawagao/pixas/commit/584b58cafd50f327264ac6fd35350952e9593f27)) +- **deps:** bump @babel/preset-env from 7.24.8 to 7.25.0 ([#135](https://github.com/kagawagao/pixas/issues/135)) ([b8303aa](https://github.com/kagawagao/pixas/commit/b8303aa893163debae3c92ada01b65367b9375c6)) +- **deps:** bump @babel/preset-env from 7.25.0 to 7.25.3 ([#159](https://github.com/kagawagao/pixas/issues/159)) ([2d270aa](https://github.com/kagawagao/pixas/commit/2d270aa775f5fbb769e237d09a891908287e8fa9)) +- **deps:** bump @babel/runtime from 7.24.8 to 7.25.0 ([#141](https://github.com/kagawagao/pixas/issues/141)) ([b7b2923](https://github.com/kagawagao/pixas/commit/b7b29233c80e60b1ea67b35407d69f60f3748082)) +- **deps:** bump @babel/types from 7.24.8 to 7.24.9 ([#115](https://github.com/kagawagao/pixas/issues/115)) ([762184d](https://github.com/kagawagao/pixas/commit/762184d655969a1eee3d12493185770f7f9100a5)) +- **deps:** bump @babel/types from 7.24.9 to 7.25.0 ([#134](https://github.com/kagawagao/pixas/issues/134)) ([b5f3410](https://github.com/kagawagao/pixas/commit/b5f3410df5172578ff0ebfcec0b38e30e3f38370)) +- **deps:** bump @babel/types from 7.25.0 to 7.25.2 ([#157](https://github.com/kagawagao/pixas/issues/157)) ([3fe09f5](https://github.com/kagawagao/pixas/commit/3fe09f509bb643fe160dd43da557013a45785b6a)) +- **deps:** bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1 ([#126](https://github.com/kagawagao/pixas/issues/126)) ([6285bf6](https://github.com/kagawagao/pixas/commit/6285bf637ba04a05b8f4d0f7ce39309c821d8689)) +- **deps:** bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0 ([#143](https://github.com/kagawagao/pixas/issues/143)) ([dd61295](https://github.com/kagawagao/pixas/commit/dd61295c165282bde352c640d6b3812c48f3a539)) +- **deps:** bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.0.0 ([#146](https://github.com/kagawagao/pixas/issues/146)) ([9623861](https://github.com/kagawagao/pixas/commit/9623861711f95de238004706040462bf748b1b53)) +- **deps:** bump @typescript-eslint/parser from 7.16.0 to 7.16.1 ([#123](https://github.com/kagawagao/pixas/issues/123)) ([4af7cfa](https://github.com/kagawagao/pixas/commit/4af7cfaab9ca33daccaace9e7e32bcb2b20da780)) +- **deps:** bump @typescript-eslint/parser from 7.16.1 to 7.17.0 ([#139](https://github.com/kagawagao/pixas/issues/139)) ([898c962](https://github.com/kagawagao/pixas/commit/898c96262e95de95a64833e0f36e96aa8ef07012)) +- **deps:** bump @typescript-eslint/parser from 7.18.0 to 8.0.0 ([#156](https://github.com/kagawagao/pixas/issues/156)) ([96708c6](https://github.com/kagawagao/pixas/commit/96708c6651a397fdc1c71a95d2f5b1b3234e7071)) +- **deps:** bump @umijs/mako from 0.7.5 to 0.7.6 ([#117](https://github.com/kagawagao/pixas/issues/117)) ([f5b85b5](https://github.com/kagawagao/pixas/commit/f5b85b5f6f5fbddb9f68af2b686229c366f56bda)) +- **deps:** bump @umijs/mako from 0.7.6 to 0.7.8 ([#142](https://github.com/kagawagao/pixas/issues/142)) ([f12f66c](https://github.com/kagawagao/pixas/commit/f12f66c0e7e2c72a6e37035ab5e6d3534e800eee)) +- **deps:** bump @umijs/mako from 0.7.8 to 0.7.9 ([#147](https://github.com/kagawagao/pixas/issues/147)) ([ab55092](https://github.com/kagawagao/pixas/commit/ab5509286001e2a5ac496a3a557c74d92b51110a)) +- **deps:** bump @vitejs/plugin-vue from 5.0.5 to 5.1.1 ([#140](https://github.com/kagawagao/pixas/issues/140)) ([fd7c040](https://github.com/kagawagao/pixas/commit/fd7c04068e051da02f92c389ffa8594378678e67)) +- **deps:** bump @vitejs/plugin-vue from 5.1.1 to 5.1.2 ([#161](https://github.com/kagawagao/pixas/issues/161)) ([ffd64b6](https://github.com/kagawagao/pixas/commit/ffd64b67581a381e75a44a92d96cf86d1d684021)) +- **deps:** bump core-js from 3.37.1 to 3.38.0 ([#158](https://github.com/kagawagao/pixas/issues/158)) ([8514351](https://github.com/kagawagao/pixas/commit/85143515ef013611275bd34175a9a3de4340194b)) +- **deps:** bump eslint-plugin-n from 17.10.1 to 17.10.2 ([#148](https://github.com/kagawagao/pixas/issues/148)) ([f0d8eed](https://github.com/kagawagao/pixas/commit/f0d8eed2bbf7e907f8f55bd29859dc313259c396)) +- **deps:** bump eslint-plugin-n from 17.9.0 to 17.10.1 ([#131](https://github.com/kagawagao/pixas/issues/131)) ([056a736](https://github.com/kagawagao/pixas/commit/056a736c4805d5ec1fd006f0adb7d8b20188df76)) +- **deps:** bump eslint-plugin-prettier from 5.1.3 to 5.2.1 ([#118](https://github.com/kagawagao/pixas/issues/118)) ([4e8a812](https://github.com/kagawagao/pixas/commit/4e8a812d6f6ab40442159eaa01f1117a06889d5b)) +- **deps:** bump eslint-plugin-promise from 6.4.0 to 6.6.0 ([#119](https://github.com/kagawagao/pixas/issues/119)) ([89b8d58](https://github.com/kagawagao/pixas/commit/89b8d58f581efd54d866d61d02f6cd6ce8c26ba8)) +- **deps:** bump eslint-plugin-react from 7.34.4 to 7.35.0 ([#122](https://github.com/kagawagao/pixas/issues/122)) ([7aa89dd](https://github.com/kagawagao/pixas/commit/7aa89ddc7bf328cf240a475bce09ba502527b424)) +- **deps:** bump jsdom from 24.1.0 to 24.1.1 ([#128](https://github.com/kagawagao/pixas/issues/128)) ([f669037](https://github.com/kagawagao/pixas/commit/f6690379c33f48f9c514d82588c05e9e6e65c1fc)) +- **deps:** bump postcss from 8.4.39 to 8.4.40 ([#132](https://github.com/kagawagao/pixas/issues/132)) ([7126238](https://github.com/kagawagao/pixas/commit/7126238888594d56060d052f6421c63e7bd8013e)) +- **deps:** bump postcss-preset-env from 9.6.0 to 10.0.0 ([#151](https://github.com/kagawagao/pixas/issues/151)) ([5432b1c](https://github.com/kagawagao/pixas/commit/5432b1c666232a867445e525cc4b6d97d1df6a11)) +- **deps:** bump semver from 7.6.2 to 7.6.3 ([#120](https://github.com/kagawagao/pixas/issues/120)) ([014b2e0](https://github.com/kagawagao/pixas/commit/014b2e092cfbe3e715d8abf85a28ff3653dd437a)) +- **deps:** bump stylelint from 16.7.0 to 16.8.1 ([#153](https://github.com/kagawagao/pixas/issues/153)) ([8968f98](https://github.com/kagawagao/pixas/commit/8968f9802baa3335b86c01c858ea4cbc81e80d3a)) +- **deps:** bump stylelint-prettier from 5.0.1 to 5.0.2 ([#116](https://github.com/kagawagao/pixas/issues/116)) ([add9bfd](https://github.com/kagawagao/pixas/commit/add9bfd5dd24e1a4aa8b1c197084918d9fb6b395)) +- **deps:** bump typescript from 5.5.3 to 5.5.4 ([#136](https://github.com/kagawagao/pixas/issues/136)) ([0e40056](https://github.com/kagawagao/pixas/commit/0e40056a974a967eedf734051af890735a2a730b)) +- **deps:** bump vite from 5.3.3 to 5.3.4 ([#121](https://github.com/kagawagao/pixas/issues/121)) ([979b787](https://github.com/kagawagao/pixas/commit/979b787f99d9b2b2c514b66f26ea0d334c73d22f)) +- **deps:** bump vite from 5.3.4 to 5.3.5 ([#137](https://github.com/kagawagao/pixas/issues/137)) ([d0f7f9c](https://github.com/kagawagao/pixas/commit/d0f7f9c372eaa8eb03f66078c7d5ba390fc75fe7)) +- **deps:** bump vue from 3.4.31 to 3.4.33 ([#130](https://github.com/kagawagao/pixas/issues/130)) ([5bf4c1e](https://github.com/kagawagao/pixas/commit/5bf4c1eba4c02610dc12a639a14f46ce2fb731ee)) +- **deps:** bump vue from 3.4.33 to 3.4.34 ([#133](https://github.com/kagawagao/pixas/issues/133)) ([901e98e](https://github.com/kagawagao/pixas/commit/901e98e4081c507b908f62c901caa1f9c5a50edb)) +- **deps:** bump vue from 3.4.34 to 3.4.35 ([#155](https://github.com/kagawagao/pixas/issues/155)) ([b8a87c7](https://github.com/kagawagao/pixas/commit/b8a87c7a6657b0abd82d3841bec8bafcac9776e8)) + ## [0.12.2](https://github.com/kagawagao/pixas/compare/v0.12.1...v0.12.2) (2024-07-17) ### Bug Fixes diff --git a/examples/react-app/CHANGELOG.md b/examples/react-app/CHANGELOG.md index 0279036..16dc95f 100644 --- a/examples/react-app/CHANGELOG.md +++ b/examples/react-app/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06) + +**Note:** Version bump only for package @pixas/react-app + ## [0.12.2](https://github.com/kagawagao/pixas/compare/v0.12.1...v0.12.2) (2024-07-17) **Note:** Version bump only for package @pixas/react-app diff --git a/examples/react-app/package.json b/examples/react-app/package.json index 717ae83..bc35d26 100644 --- a/examples/react-app/package.json +++ b/examples/react-app/package.json @@ -1,7 +1,7 @@ { "name": "@pixas/react-app", "description": "pixas react app demo", - "version": "0.12.2", + "version": "0.12.3", "private": true, "scripts": { "dev": "pixas dev", @@ -14,8 +14,8 @@ }, "devDependencies": { "@pixas/babel-preset-app": "^0.12.0", - "@pixas/bundler-webpack": "^0.12.2", - "@pixas/cli": "^0.12.2", + "@pixas/bundler-webpack": "^0.12.3", + "@pixas/cli": "^0.12.3", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0" }, diff --git a/examples/vue-app/CHANGELOG.md b/examples/vue-app/CHANGELOG.md index dc21e2a..d0daad2 100644 --- a/examples/vue-app/CHANGELOG.md +++ b/examples/vue-app/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06) + +**Note:** Version bump only for package @pixas/vue-app + ## [0.12.2](https://github.com/kagawagao/pixas/compare/v0.12.1...v0.12.2) (2024-07-17) **Note:** Version bump only for package @pixas/vue-app diff --git a/examples/vue-app/package.json b/examples/vue-app/package.json index a8b07db..221f68d 100644 --- a/examples/vue-app/package.json +++ b/examples/vue-app/package.json @@ -1,6 +1,6 @@ { "name": "@pixas/vue-app", - "version": "0.12.2", + "version": "0.12.3", "description": "pixas vue app demo", "private": true, "scripts": { @@ -11,8 +11,8 @@ "vue": "^3.4.27" }, "devDependencies": { - "@pixas/bundler-vite": "^0.12.2", - "@pixas/cli": "^0.12.2", + "@pixas/bundler-vite": "^0.12.3", + "@pixas/cli": "^0.12.3", "@vue/babel-preset-app": "^5.0.8", "@vue/tsconfig": "^0.5.1" }, diff --git a/lerna.json b/lerna.json index f9d78ad..4fe237e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/lerna/schemas/lerna-schema.json", "packages": ["packages/*", "templates/*", "examples/*"], - "version": "0.12.2", + "version": "0.12.3", "ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md", "**/package-lock.json"], "command": { "version": { diff --git a/package-lock.json b/package-lock.json index 6298690..4647a9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,28 +38,28 @@ }, "examples/react-app": { "name": "@pixas/react-app", - "version": "0.12.2", + "version": "0.12.3", "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@pixas/babel-preset-app": "^0.12.0", - "@pixas/bundler-webpack": "^0.12.2", - "@pixas/cli": "^0.12.2", + "@pixas/bundler-webpack": "^0.12.3", + "@pixas/cli": "^0.12.3", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0" } }, "examples/vue-app": { "name": "@pixas/vue-app", - "version": "0.12.2", + "version": "0.12.3", "dependencies": { "vue": "^3.4.27" }, "devDependencies": { - "@pixas/bundler-vite": "^0.12.2", - "@pixas/cli": "^0.12.2", + "@pixas/bundler-vite": "^0.12.3", + "@pixas/cli": "^0.12.3", "@vue/babel-preset-app": "^5.0.8", "@vue/tsconfig": "^0.5.1" } @@ -30020,30 +30020,30 @@ }, "packages/bundler-base": { "name": "@pixas/bundler-base", - "version": "0.12.2", + "version": "0.12.3", "license": "MIT", "dependencies": { - "@pixas/common": "^0.12.2" + "@pixas/common": "^0.12.3" } }, "packages/bundler-mako": { "name": "@pixas/bundler-mako", - "version": "0.12.2", + "version": "0.12.3", "license": "MIT", "dependencies": { - "@pixas/bundler-base": "^0.12.2", - "@pixas/common": "^0.12.2", + "@pixas/bundler-base": "^0.12.3", + "@pixas/common": "^0.12.3", "@umijs/mako": "^0.7.3", "jsdom": "^24.1.0" } }, "packages/bundler-vite": { "name": "@pixas/bundler-vite", - "version": "0.12.2", + "version": "0.12.3", "license": "MIT", "dependencies": { - "@pixas/bundler-base": "^0.12.2", - "@pixas/common": "^0.12.2", + "@pixas/bundler-base": "^0.12.3", + "@pixas/common": "^0.12.3", "@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-vue": "^5.0.4", "ejs": "^3.1.6", @@ -30058,13 +30058,13 @@ }, "packages/bundler-webpack": { "name": "@pixas/bundler-webpack", - "version": "0.12.2", + "version": "0.12.3", "license": "MIT", "dependencies": { "@babel/runtime": "^7.13.10", "@opd/css-modules-typings-loader": "^1.4.1", - "@pixas/bundler-base": "^0.12.2", - "@pixas/common": "^0.12.2", + "@pixas/bundler-base": "^0.12.3", + "@pixas/common": "^0.12.3", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1", "babel-loader": "^9.1.0", "chalk": "^4.1.2", @@ -30102,16 +30102,16 @@ }, "packages/cli": { "name": "@pixas/cli", - "version": "0.12.2", + "version": "0.12.3", "license": "MIT", "dependencies": { "@babel/runtime": "^7.13.10", "@opas/core": "^0.12.0", "@opas/plugin-app": "^0.12.0", "@pixas/babel-preset-app": "^0.12.0", - "@pixas/bundler-base": "^0.12.2", - "@pixas/common": "^0.12.2", - "@pixas/eslint-config": "^0.12.0", + "@pixas/bundler-base": "^0.12.3", + "@pixas/common": "^0.12.3", + "@pixas/eslint-config": "^0.12.3", "@pixas/prettier-config": "^0.12.0", "@pixas/stylelint-config": "^0.12.0", "chalk": "^4.1.2", @@ -30125,9 +30125,9 @@ }, "devDependencies": { "@pixas/babel-preset-lib": "^0.12.0", - "@pixas/bundler-mako": "^0.12.2", - "@pixas/bundler-vite": "^0.12.2", - "@pixas/bundler-webpack": "^0.12.2", + "@pixas/bundler-mako": "^0.12.3", + "@pixas/bundler-vite": "^0.12.3", + "@pixas/bundler-webpack": "^0.12.3", "@types/less": "^3.0.3", "@types/react-dev-utils": "^9.0.11", "@types/webpack-node-externals": "^3.0.0" @@ -30156,7 +30156,7 @@ }, "packages/common": { "name": "@pixas/common", - "version": "0.12.2", + "version": "0.12.3", "license": "MIT", "dependencies": { "cosmiconfig": "^9.0.0", @@ -30178,7 +30178,7 @@ }, "packages/eslint-config": { "name": "@pixas/eslint-config", - "version": "0.12.0", + "version": "0.12.3", "license": "MIT", "dependencies": { "@babel/eslint-parser": "^7.13.14", @@ -30232,7 +30232,7 @@ }, "templates/react-ts-template": { "name": "@pixas/react-ts-template", - "version": "0.12.2", + "version": "0.12.3", "license": "MIT", "dependencies": { "react": "^18.3.1", @@ -30240,8 +30240,8 @@ }, "devDependencies": { "@pixas/babel-preset-app": "^0.12.0", - "@pixas/bundler-webpack": "^0.12.2", - "@pixas/cli": "^0.12.2", + "@pixas/bundler-webpack": "^0.12.3", + "@pixas/cli": "^0.12.3", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0" } diff --git a/packages/bundler-base/CHANGELOG.md b/packages/bundler-base/CHANGELOG.md index ee7638b..f500444 100644 --- a/packages/bundler-base/CHANGELOG.md +++ b/packages/bundler-base/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06) + +**Note:** Version bump only for package @pixas/bundler-base + ## [0.12.2](https://github.com/kagawagao/pixas/compare/v0.12.1...v0.12.2) (2024-07-17) **Note:** Version bump only for package @pixas/bundler-base diff --git a/packages/bundler-base/package.json b/packages/bundler-base/package.json index 3ecde2f..06461c8 100644 --- a/packages/bundler-base/package.json +++ b/packages/bundler-base/package.json @@ -1,6 +1,6 @@ { "name": "@pixas/bundler-base", - "version": "0.12.2", + "version": "0.12.3", "description": "base bundler for pixas", "author": "kagawa ", "homepage": "", @@ -26,6 +26,6 @@ "preversion": "npm run build" }, "dependencies": { - "@pixas/common": "^0.12.2" + "@pixas/common": "^0.12.3" } } diff --git a/packages/bundler-mako/CHANGELOG.md b/packages/bundler-mako/CHANGELOG.md index 6591548..63392cb 100644 --- a/packages/bundler-mako/CHANGELOG.md +++ b/packages/bundler-mako/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06) + +**Note:** Version bump only for package @pixas/bundler-mako + ## [0.12.2](https://github.com/kagawagao/pixas/compare/v0.12.1...v0.12.2) (2024-07-17) **Note:** Version bump only for package @pixas/bundler-mako diff --git a/packages/bundler-mako/package.json b/packages/bundler-mako/package.json index 306a529..6ed0ae8 100644 --- a/packages/bundler-mako/package.json +++ b/packages/bundler-mako/package.json @@ -1,6 +1,6 @@ { "name": "@pixas/bundler-mako", - "version": "0.12.2", + "version": "0.12.3", "description": "mako bundler for pixas", "author": "kagawa ", "homepage": "", @@ -26,8 +26,8 @@ "preversion": "npm run build" }, "dependencies": { - "@pixas/bundler-base": "^0.12.2", - "@pixas/common": "^0.12.2", + "@pixas/bundler-base": "^0.12.3", + "@pixas/common": "^0.12.3", "@umijs/mako": "^0.7.3", "jsdom": "^24.1.0" } diff --git a/packages/bundler-vite/CHANGELOG.md b/packages/bundler-vite/CHANGELOG.md index e2a2eab..69a5aff 100644 --- a/packages/bundler-vite/CHANGELOG.md +++ b/packages/bundler-vite/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06) + +**Note:** Version bump only for package @pixas/bundler-vite + ## [0.12.2](https://github.com/kagawagao/pixas/compare/v0.12.1...v0.12.2) (2024-07-17) **Note:** Version bump only for package @pixas/bundler-vite diff --git a/packages/bundler-vite/package.json b/packages/bundler-vite/package.json index be2b893..4973052 100644 --- a/packages/bundler-vite/package.json +++ b/packages/bundler-vite/package.json @@ -1,6 +1,6 @@ { "name": "@pixas/bundler-vite", - "version": "0.12.2", + "version": "0.12.3", "description": "vite bundler for pixas", "author": "kagawa ", "homepage": "", @@ -26,8 +26,8 @@ "preversion": "npm run build" }, "dependencies": { - "@pixas/bundler-base": "^0.12.2", - "@pixas/common": "^0.12.2", + "@pixas/bundler-base": "^0.12.3", + "@pixas/common": "^0.12.3", "@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-vue": "^5.0.4", "ejs": "^3.1.6", diff --git a/packages/bundler-webpack/CHANGELOG.md b/packages/bundler-webpack/CHANGELOG.md index b201175..173170e 100644 --- a/packages/bundler-webpack/CHANGELOG.md +++ b/packages/bundler-webpack/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06) + +### Chores + +- **deps:** bump postcss-preset-env from 9.6.0 to 10.0.0 ([#151](https://github.com/kagawagao/pixas/issues/151)) ([5432b1c](https://github.com/kagawagao/pixas/commit/5432b1c666232a867445e525cc4b6d97d1df6a11)) + ## [0.12.2](https://github.com/kagawagao/pixas/compare/v0.12.1...v0.12.2) (2024-07-17) **Note:** Version bump only for package @pixas/bundler-webpack diff --git a/packages/bundler-webpack/package.json b/packages/bundler-webpack/package.json index 8223a7b..62e90ab 100644 --- a/packages/bundler-webpack/package.json +++ b/packages/bundler-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@pixas/bundler-webpack", - "version": "0.12.2", + "version": "0.12.3", "description": "webpack bundler for pixas", "author": "kagawa ", "homepage": "", @@ -28,8 +28,8 @@ "dependencies": { "@babel/runtime": "^7.13.10", "@opd/css-modules-typings-loader": "^1.4.1", - "@pixas/bundler-base": "^0.12.2", - "@pixas/common": "^0.12.2", + "@pixas/bundler-base": "^0.12.3", + "@pixas/common": "^0.12.3", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1", "babel-loader": "^9.1.0", "chalk": "^4.1.2", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f5fb361..d489df7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06) + +**Note:** Version bump only for package @pixas/cli + ## [0.12.2](https://github.com/kagawagao/pixas/compare/v0.12.1...v0.12.2) (2024-07-17) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index c2f87e7..8d1137c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@pixas/cli", - "version": "0.12.2", + "version": "0.12.3", "description": "front end develop toolkit", "author": "kagawa ", "homepage": "", @@ -37,9 +37,9 @@ "@opas/core": "^0.12.0", "@opas/plugin-app": "^0.12.0", "@pixas/babel-preset-app": "^0.12.0", - "@pixas/bundler-base": "^0.12.2", - "@pixas/common": "^0.12.2", - "@pixas/eslint-config": "^0.12.0", + "@pixas/bundler-base": "^0.12.3", + "@pixas/common": "^0.12.3", + "@pixas/eslint-config": "^0.12.3", "@pixas/prettier-config": "^0.12.0", "@pixas/stylelint-config": "^0.12.0", "chalk": "^4.1.2", @@ -62,9 +62,9 @@ }, "devDependencies": { "@pixas/babel-preset-lib": "^0.12.0", - "@pixas/bundler-mako": "^0.12.2", - "@pixas/bundler-vite": "^0.12.2", - "@pixas/bundler-webpack": "^0.12.2", + "@pixas/bundler-mako": "^0.12.3", + "@pixas/bundler-vite": "^0.12.3", + "@pixas/bundler-webpack": "^0.12.3", "@types/less": "^3.0.3", "@types/react-dev-utils": "^9.0.11", "@types/webpack-node-externals": "^3.0.0" diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 3ce3205..2903ca3 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06) + +### Chores + +- **deps:** bump postcss-preset-env from 9.6.0 to 10.0.0 ([#151](https://github.com/kagawagao/pixas/issues/151)) ([5432b1c](https://github.com/kagawagao/pixas/commit/5432b1c666232a867445e525cc4b6d97d1df6a11)) + ## [0.12.2](https://github.com/kagawagao/pixas/compare/v0.12.1...v0.12.2) (2024-07-17) ### Bug Fixes diff --git a/packages/common/package.json b/packages/common/package.json index 767f211..ff6adcf 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@pixas/common", - "version": "0.12.2", + "version": "0.12.3", "description": "common utils for pixas", "author": "kagawa ", "homepage": "", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index cb34d3a..252b6f8 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06) + +### Chores + +- **deps:** bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.0.0 ([#146](https://github.com/kagawagao/pixas/issues/146)) ([9623861](https://github.com/kagawagao/pixas/commit/9623861711f95de238004706040462bf748b1b53)) +- **deps:** bump @typescript-eslint/parser from 7.18.0 to 8.0.0 ([#156](https://github.com/kagawagao/pixas/issues/156)) ([96708c6](https://github.com/kagawagao/pixas/commit/96708c6651a397fdc1c71a95d2f5b1b3234e7071)) + ## [0.12.0](https://github.com/kagawagao/pixas/compare/v0.11.0...v0.12.0) (2024-07-10) ### Chores diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 1dd5ab1..b988024 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@pixas/eslint-config", - "version": "0.12.0", + "version": "0.12.3", "description": "flatten eslint config for javascript, typescript, vue, react", "author": "kagawa ", "homepage": "", diff --git a/templates/react-ts-template/CHANGELOG.md b/templates/react-ts-template/CHANGELOG.md index 3f6f978..592f975 100644 --- a/templates/react-ts-template/CHANGELOG.md +++ b/templates/react-ts-template/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06) + +**Note:** Version bump only for package @pixas/react-ts-template + ## [0.12.2](https://github.com/kagawagao/pixas/compare/v0.12.1...v0.12.2) (2024-07-17) **Note:** Version bump only for package @pixas/react-ts-template diff --git a/templates/react-ts-template/package.json b/templates/react-ts-template/package.json index 6c33de4..127f8f6 100644 --- a/templates/react-ts-template/package.json +++ b/templates/react-ts-template/package.json @@ -1,6 +1,6 @@ { "name": "@pixas/react-ts-template", - "version": "0.12.2", + "version": "0.12.3", "description": "react typescript application template", "author": "kagawa ", "homepage": "https://github.com/kagawagao/pixas#readme", @@ -23,8 +23,8 @@ }, "devDependencies": { "@pixas/babel-preset-app": "^0.12.0", - "@pixas/bundler-webpack": "^0.12.2", - "@pixas/cli": "^0.12.2", + "@pixas/bundler-webpack": "^0.12.3", + "@pixas/cli": "^0.12.3", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0" },