Skip to content

Commit

Permalink
chore(release): publish 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Jun 11, 2024
1 parent fe04e0b commit ca0f52b
Show file tree
Hide file tree
Showing 31 changed files with 161 additions and 75 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.0](https://github.com/kagawagao/pixas/compare/v0.7.3...v0.8.0) (2024-06-11)

### Features

- **bundler-webpack:** disable overlay as default ([fe04e0b](https://github.com/kagawagao/pixas/commit/fe04e0bc8014760ff1a55ab459f33cc6c8f0a0e8))

### Chores

- **deps-dev:** bump @babel/cli from 7.24.6 to 7.24.7 ([#53](https://github.com/kagawagao/pixas/issues/53)) ([1d51eac](https://github.com/kagawagao/pixas/commit/1d51eac17d4f3bbadfaeee8fc413fef15d86f212))
- **deps-dev:** bump @types/lodash from 4.17.4 to 4.17.5 ([#56](https://github.com/kagawagao/pixas/issues/56)) ([eeebb0f](https://github.com/kagawagao/pixas/commit/eeebb0f8a5c6ad3df387513f43ad8a5a4976be07))
- **deps:** bump @babel/core from 7.24.5 to 7.24.7 ([#54](https://github.com/kagawagao/pixas/issues/54)) ([a75ae43](https://github.com/kagawagao/pixas/commit/a75ae43c15a90452beae61d941bcb5885e1d2347))
- **deps:** bump @babel/eslint-parser from 7.24.6 to 7.24.7 ([#46](https://github.com/kagawagao/pixas/issues/46)) ([61fd266](https://github.com/kagawagao/pixas/commit/61fd266a43eaca99906c24c6c5799b6fb5b1bffd))
- **deps:** bump @babel/helper-plugin-utils from 7.24.6 to 7.24.7 ([#40](https://github.com/kagawagao/pixas/issues/40)) ([c9b3d82](https://github.com/kagawagao/pixas/commit/c9b3d827724b3ec45dbd5c65af316aa43591ffbd))
- **deps:** bump @babel/plugin-syntax-jsx from 7.24.6 to 7.24.7 ([#39](https://github.com/kagawagao/pixas/issues/39)) ([d366f72](https://github.com/kagawagao/pixas/commit/d366f72dce948c384126fe9ec03f96dddb562a41))
- **deps:** bump @babel/plugin-transform-runtime from 7.24.6 to 7.24.7 ([#57](https://github.com/kagawagao/pixas/issues/57)) ([a253991](https://github.com/kagawagao/pixas/commit/a25399154d3639da569493e42a79a962cd9a0fe2))
- **deps:** bump @babel/preset-env from 7.24.6 to 7.24.7 ([#51](https://github.com/kagawagao/pixas/issues/51)) ([81ccd32](https://github.com/kagawagao/pixas/commit/81ccd32c42aac9acb7c96f400130a9eae5a60ed5))
- **deps:** bump @babel/preset-react from 7.24.6 to 7.24.7 ([#43](https://github.com/kagawagao/pixas/issues/43)) ([8183ac5](https://github.com/kagawagao/pixas/commit/8183ac5c67df2c35f0197cb9d69e1a88d80ecc74))
- **deps:** bump @babel/preset-typescript from 7.24.6 to 7.24.7 ([#50](https://github.com/kagawagao/pixas/issues/50)) ([6c8898f](https://github.com/kagawagao/pixas/commit/6c8898f6eed8465eeaa9d594a3010a0bd4109bf2))
- **deps:** bump @babel/runtime from 7.24.6 to 7.24.7 ([#55](https://github.com/kagawagao/pixas/issues/55)) ([c74e1e5](https://github.com/kagawagao/pixas/commit/c74e1e55d4256c34f49c502298ef98c46bbc5fc9))
- **deps:** bump @babel/types from 7.24.6 to 7.24.7 ([#45](https://github.com/kagawagao/pixas/issues/45)) ([14fadd0](https://github.com/kagawagao/pixas/commit/14fadd0fcbecc27661f36c76f90678f19f068f3a))
- **deps:** bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0 ([#47](https://github.com/kagawagao/pixas/issues/47)) ([173a94e](https://github.com/kagawagao/pixas/commit/173a94e495dbbed00304de72f060cd058c4138cb))
- **deps:** bump @typescript-eslint/parser from 7.11.0 to 7.12.0 ([#44](https://github.com/kagawagao/pixas/issues/44)) ([02b2c79](https://github.com/kagawagao/pixas/commit/02b2c792db43493fb4e48f2160801de8fb7ccfd6))
- **deps:** bump @vitejs/plugin-react from 4.3.0 to 4.3.1 ([#52](https://github.com/kagawagao/pixas/issues/52)) ([e5c80d3](https://github.com/kagawagao/pixas/commit/e5c80d3b6099e803741afceef466dd6f02f7763c))
- **deps:** bump eslint-plugin-n from 17.7.0 to 17.8.1 ([#42](https://github.com/kagawagao/pixas/issues/42)) ([810a4a3](https://github.com/kagawagao/pixas/commit/810a4a3b401cb63dda7ab177e0d0b1041c006915))
- **deps:** bump json-server from 1.0.0-beta.0 to 1.0.0-beta.1 ([#49](https://github.com/kagawagao/pixas/issues/49)) ([c806fc2](https://github.com/kagawagao/pixas/commit/c806fc26a47a145f4f7291e4450305c59db94127))
- **deps:** bump prettier from 3.3.0 to 3.3.1 ([#48](https://github.com/kagawagao/pixas/issues/48)) ([f8f08e4](https://github.com/kagawagao/pixas/commit/f8f08e411f49ad21d48e4c53c4e586a402a83889))
- **deps:** bump vite from 5.2.12 to 5.2.13 ([#41](https://github.com/kagawagao/pixas/issues/41)) ([044c49f](https://github.com/kagawagao/pixas/commit/044c49f661fe46a1f8df9579a065ef588ead3f2d))

## [0.7.3](https://github.com/kagawagao/pixas/compare/v0.7.2...v0.7.3) (2024-06-07)

### 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.8.0](https://github.com/kagawagao/pixas/compare/v0.7.3...v0.8.0) (2024-06-11)

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

## [0.7.0](https://github.com/kagawagao/pixas/compare/v0.6.4...v0.7.0) (2024-06-06)

**Note:** Version bump only for package @pixas/react-app
Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "0.8.0",
"private": true,
"scripts": {
"dev": "pixas dev",
Expand All @@ -13,9 +13,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@pixas/babel-preset-app": "^0.7.0",
"@pixas/bundler-webpack": "^0.7.0",
"@pixas/cli": "^0.7.0",
"@pixas/babel-preset-app": "^0.8.0",
"@pixas/bundler-webpack": "^0.8.0",
"@pixas/cli": "^0.8.0",
"@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.8.0](https://github.com/kagawagao/pixas/compare/v0.7.3...v0.8.0) (2024-06-11)

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

## [0.7.0](https://github.com/kagawagao/pixas/compare/v0.6.4...v0.7.0) (2024-06-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.7.0",
"version": "0.8.0",
"description": "pixas vue app demo",
"private": true,
"scripts": {
Expand All @@ -11,8 +11,8 @@
"vue": "^3.4.27"
},
"devDependencies": {
"@pixas/bundler-vite": "^0.7.0",
"@pixas/cli": "^0.7.0",
"@pixas/bundler-vite": "^0.8.0",
"@pixas/cli": "^0.8.0",
"@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.7.3",
"version": "0.8.0",
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md", "**/package-lock.json"],
"command": {
"version": {
Expand Down
74 changes: 37 additions & 37 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/babel-plugin-permission/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.8.0](https://github.com/kagawagao/pixas/compare/v0.7.3...v0.8.0) (2024-06-11)

**Note:** Version bump only for package @pixas/babel-plugin-permission

## [0.7.3](https://github.com/kagawagao/pixas/compare/v0.7.2...v0.7.3) (2024-06-07)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-permission/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixas/babel-plugin-permission",
"version": "0.7.3",
"version": "0.8.0",
"description": "babel plugin for extract permission code",
"author": "kagawagao <[email protected]>",
"homepage": "",
Expand Down Expand Up @@ -40,6 +40,6 @@
]
},
"devDependencies": {
"@pixas/babel-preset-lib": "^0.7.0"
"@pixas/babel-preset-lib": "^0.8.0"
}
}
4 changes: 4 additions & 0 deletions packages/babel-preset-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.8.0](https://github.com/kagawagao/pixas/compare/v0.7.3...v0.8.0) (2024-06-11)

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

## [0.7.0](https://github.com/kagawagao/pixas/compare/v0.6.4...v0.7.0) (2024-06-06)

**Note:** Version bump only for package @pixas/babel-preset-app
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixas/babel-preset-app",
"version": "0.7.0",
"version": "0.8.0",
"description": "babel preset for react app",
"keywords": [
"babel",
Expand Down
4 changes: 4 additions & 0 deletions packages/babel-preset-lib/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.8.0](https://github.com/kagawagao/pixas/compare/v0.7.3...v0.8.0) (2024-06-11)

**Note:** Version bump only for package @pixas/babel-preset-lib

## [0.7.0](https://github.com/kagawagao/pixas/compare/v0.6.4...v0.7.0) (2024-06-06)

**Note:** Version bump only for package @pixas/babel-preset-lib
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixas/babel-preset-lib",
"version": "0.7.0",
"version": "0.8.0",
"description": "babel preset for js lib",
"author": "kagawa <[email protected]>",
"homepage": "",
Expand Down
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.8.0](https://github.com/kagawagao/pixas/compare/v0.7.3...v0.8.0) (2024-06-11)

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

## [0.7.0](https://github.com/kagawagao/pixas/compare/v0.6.4...v0.7.0) (2024-06-06)

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

0 comments on commit ca0f52b

Please sign in to comment.