Skip to content

Commit

Permalink
chore(release): publish 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Aug 6, 2024
1 parent 7eb8b46 commit bf6f575
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 19 deletions.
6 changes: 6 additions & 0 deletions 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.5](https://github.com/kagawagao/pixas/compare/v0.12.4...v0.12.5) (2024-08-06)

### Bug Fixes

- **eslint-config:** fix deps ([7eb8b46](https://github.com/kagawagao/pixas/commit/7eb8b46926c95cde2720eeddfe3d85f2c826bb9a))

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

### Bug Fixes
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.5](https://github.com/kagawagao/pixas/compare/v0.12.4...v0.12.5) (2024-08-06)

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

## [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
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "0.12.5",
"private": true,
"scripts": {
"dev": "pixas dev",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@pixas/babel-preset-app": "^0.12.0",
"@pixas/bundler-webpack": "^0.12.4",
"@pixas/cli": "^0.12.4",
"@pixas/cli": "^0.12.5",
"@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.5](https://github.com/kagawagao/pixas/compare/v0.12.4...v0.12.5) (2024-08-06)

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

## [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
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "0.12.5",
"description": "pixas vue app demo",
"private": true,
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"devDependencies": {
"@pixas/bundler-vite": "^0.12.4",
"@pixas/cli": "^0.12.4",
"@pixas/cli": "^0.12.5",
"@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.4",
"version": "0.12.5",
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md", "**/package-lock.json"],
"command": {
"version": {
Expand Down
18 changes: 9 additions & 9 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/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.5](https://github.com/kagawagao/pixas/compare/v0.12.4...v0.12.5) (2024-08-06)

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

## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixas/cli",
"version": "0.12.4",
"version": "0.12.5",
"description": "front end develop toolkit",
"author": "kagawa <[email protected]>",
"homepage": "",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@pixas/babel-preset-app": "^0.12.0",
"@pixas/bundler-base": "^0.12.4",
"@pixas/common": "^0.12.4",
"@pixas/eslint-config": "^0.12.4",
"@pixas/eslint-config": "^0.12.5",
"@pixas/prettier-config": "^0.12.0",
"@pixas/stylelint-config": "^0.12.4",
"chalk": "^4.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/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.5](https://github.com/kagawagao/pixas/compare/v0.12.4...v0.12.5) (2024-08-06)

### Bug Fixes

- **eslint-config:** fix deps ([7eb8b46](https://github.com/kagawagao/pixas/commit/7eb8b46926c95cde2720eeddfe3d85f2c826bb9a))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixas/eslint-config",
"version": "0.12.4",
"version": "0.12.5",
"description": "flatten eslint config for javascript, typescript, vue, react",
"author": "kagawa <[email protected]>",
"homepage": "",
Expand Down
4 changes: 4 additions & 0 deletions templates/react-ts-template/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.5](https://github.com/kagawagao/pixas/compare/v0.12.4...v0.12.5) (2024-08-06)

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

## [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-ts-template
Expand Down
4 changes: 2 additions & 2 deletions templates/react-ts-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixas/react-ts-template",
"version": "0.12.4",
"version": "0.12.5",
"description": "react typescript application template",
"author": "kagawa <[email protected]>",
"homepage": "https://github.com/kagawagao/pixas#readme",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@pixas/babel-preset-app": "^0.12.0",
"@pixas/bundler-webpack": "^0.12.4",
"@pixas/cli": "^0.12.4",
"@pixas/cli": "^0.12.5",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0"
},
Expand Down

0 comments on commit bf6f575

Please sign in to comment.