Skip to content

Commit

Permalink
chore(release): publish 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Aug 6, 2024
1 parent ec69265 commit 84e700a
Show file tree
Hide file tree
Showing 25 changed files with 125 additions and 63 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.4](https://github.com/kagawagao/pixas/compare/v0.12.3...v0.12.4) (2024-08-06)

### Bug Fixes

- **eslint-config:** fix eslint rules ([f63277e](https://github.com/kagawagao/pixas/commit/f63277e47fba86a01a9d0634bab1ebfc081d73c9))

### Chores

- update husky config ([ec69265](https://github.com/kagawagao/pixas/commit/ec69265e41c087d62eeff09fd7c9106b0e881c38))

## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06)

### Chores
Expand Down
4 changes: 4 additions & 0 deletions examples/react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/kagawagao/pixas/compare/v0.12.3...v0.12.4) (2024-08-06)

**Note:** Version bump only for package @pixas/react-app

## [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
Expand Down
6 changes: 3 additions & 3 deletions examples/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pixas/react-app",
"description": "pixas react app demo",
"version": "0.12.3",
"version": "0.12.4",
"private": true,
"scripts": {
"dev": "pixas dev",
Expand All @@ -14,8 +14,8 @@
},
"devDependencies": {
"@pixas/babel-preset-app": "^0.12.0",
"@pixas/bundler-webpack": "^0.12.3",
"@pixas/cli": "^0.12.3",
"@pixas/bundler-webpack": "^0.12.4",
"@pixas/cli": "^0.12.4",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0"
},
Expand Down
4 changes: 4 additions & 0 deletions examples/vue-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/kagawagao/pixas/compare/v0.12.3...v0.12.4) (2024-08-06)

**Note:** Version bump only for package @pixas/vue-app

## [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
Expand Down
6 changes: 3 additions & 3 deletions examples/vue-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixas/vue-app",
"version": "0.12.3",
"version": "0.12.4",
"description": "pixas vue app demo",
"private": true,
"scripts": {
Expand All @@ -11,8 +11,8 @@
"vue": "^3.4.27"
},
"devDependencies": {
"@pixas/bundler-vite": "^0.12.3",
"@pixas/cli": "^0.12.3",
"@pixas/bundler-vite": "^0.12.4",
"@pixas/cli": "^0.12.4",
"@vue/babel-preset-app": "^5.0.8",
"@vue/tsconfig": "^0.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*", "templates/*", "examples/*"],
"version": "0.12.3",
"version": "0.12.4",
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md", "**/package-lock.json"],
"command": {
"version": {
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/bundler-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/kagawagao/pixas/compare/v0.12.3...v0.12.4) (2024-08-06)

**Note:** Version bump only for package @pixas/bundler-base

## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixas/bundler-base",
"version": "0.12.3",
"version": "0.12.4",
"description": "base bundler for pixas",
"author": "kagawa <[email protected]>",
"homepage": "",
Expand All @@ -26,6 +26,6 @@
"preversion": "npm run build"
},
"dependencies": {
"@pixas/common": "^0.12.3"
"@pixas/common": "^0.12.4"
}
}
4 changes: 4 additions & 0 deletions packages/bundler-mako/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/kagawagao/pixas/compare/v0.12.3...v0.12.4) (2024-08-06)

**Note:** Version bump only for package @pixas/bundler-mako

## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-mako/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixas/bundler-mako",
"version": "0.12.3",
"version": "0.12.4",
"description": "mako bundler for pixas",
"author": "kagawa <[email protected]>",
"homepage": "",
Expand All @@ -26,8 +26,8 @@
"preversion": "npm run build"
},
"dependencies": {
"@pixas/bundler-base": "^0.12.3",
"@pixas/common": "^0.12.3",
"@pixas/bundler-base": "^0.12.4",
"@pixas/common": "^0.12.4",
"@umijs/mako": "^0.7.3",
"jsdom": "^24.1.0"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/bundler-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/kagawagao/pixas/compare/v0.12.3...v0.12.4) (2024-08-06)

**Note:** Version bump only for package @pixas/bundler-vite

## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixas/bundler-vite",
"version": "0.12.3",
"version": "0.12.4",
"description": "vite bundler for pixas",
"author": "kagawa <[email protected]>",
"homepage": "",
Expand All @@ -26,8 +26,8 @@
"preversion": "npm run build"
},
"dependencies": {
"@pixas/bundler-base": "^0.12.3",
"@pixas/common": "^0.12.3",
"@pixas/bundler-base": "^0.12.4",
"@pixas/common": "^0.12.4",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-vue": "^5.0.4",
"ejs": "^3.1.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/bundler-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/kagawagao/pixas/compare/v0.12.3...v0.12.4) (2024-08-06)

### Bug Fixes

- **eslint-config:** fix eslint rules ([f63277e](https://github.com/kagawagao/pixas/commit/f63277e47fba86a01a9d0634bab1ebfc081d73c9))

## [0.12.3](https://github.com/kagawagao/pixas/compare/v0.12.2...v0.12.3) (2024-08-06)

### Chores
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixas/bundler-webpack",
"version": "0.12.3",
"version": "0.12.4",
"description": "webpack bundler for pixas",
"author": "kagawa <[email protected]>",
"homepage": "",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@babel/runtime": "^7.13.10",
"@opd/css-modules-typings-loader": "^1.4.1",
"@pixas/bundler-base": "^0.12.3",
"@pixas/common": "^0.12.3",
"@pixas/bundler-base": "^0.12.4",
"@pixas/common": "^0.12.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"babel-loader": "^9.1.0",
"chalk": "^4.1.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/kagawagao/pixas/compare/v0.12.3...v0.12.4) (2024-08-06)

**Note:** Version bump only for package @pixas/cli

## [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
Expand Down
Loading

0 comments on commit 84e700a

Please sign in to comment.