Skip to content

Commit

Permalink
chore(release): publish 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed May 22, 2024
1 parent bffe9d0 commit ae5bb78
Show file tree
Hide file tree
Showing 27 changed files with 129 additions and 63 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.4.0](https://github.com/kagawagao/pixas/compare/v0.3.0...v0.4.0) (2024-05-22)

### Features

- support specific env use --env ([bffe9d0](https://github.com/kagawagao/pixas/commit/bffe9d0b7675b12d4ee832c2c2595e6508ff9d67))

## [0.3.0](https://github.com/kagawagao/pixas/compare/v0.2.1...v0.3.0) (2024-05-22)

### Features
Expand Down
6 changes: 6 additions & 0 deletions examples/react-app/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.4.0](https://github.com/kagawagao/pixas/compare/v0.3.0...v0.4.0) (2024-05-22)

### Features

- support specific env use --env ([bffe9d0](https://github.com/kagawagao/pixas/commit/bffe9d0b7675b12d4ee832c2c2595e6508ff9d67))

## [0.3.0](https://github.com/kagawagao/pixas/compare/v0.2.1...v0.3.0) (2024-05-22)

**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.3.0",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "pixas dev",
Expand All @@ -13,9 +13,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@pixas/babel-preset-app": "^0.3.0",
"@pixas/bundler-webpack": "^0.3.0",
"@pixas/cli": "^0.3.0",
"@pixas/babel-preset-app": "^0.4.0",
"@pixas/bundler-webpack": "^0.4.0",
"@pixas/cli": "^0.4.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.4.0](https://github.com/kagawagao/pixas/compare/v0.3.0...v0.4.0) (2024-05-22)

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

## [0.3.0](https://github.com/kagawagao/pixas/compare/v0.2.1...v0.3.0) (2024-05-22)

**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.3.0",
"version": "0.4.0",
"description": "pixas vue app demo",
"private": true,
"scripts": {
Expand All @@ -11,8 +11,8 @@
"vue": "^3.4.27"
},
"devDependencies": {
"@pixas/bundler-vite": "^0.3.0",
"@pixas/cli": "^0.3.0",
"@pixas/bundler-vite": "^0.4.0",
"@pixas/cli": "^0.4.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.3.0",
"version": "0.4.0",
"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/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.4.0](https://github.com/kagawagao/pixas/compare/v0.3.0...v0.4.0) (2024-05-22)

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

## [0.3.0](https://github.com/kagawagao/pixas/compare/v0.2.1...v0.3.0) (2024-05-22)

**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.3.0",
"version": "0.4.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.4.0](https://github.com/kagawagao/pixas/compare/v0.3.0...v0.4.0) (2024-05-22)

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

## [0.3.0](https://github.com/kagawagao/pixas/compare/v0.2.1...v0.3.0) (2024-05-22)

**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.3.0",
"version": "0.4.0",
"description": "babel preset for js lib",
"author": "kagawa <[email protected]>",
"homepage": "",
Expand Down
6 changes: 6 additions & 0 deletions packages/bundler-base/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.4.0](https://github.com/kagawagao/pixas/compare/v0.3.0...v0.4.0) (2024-05-22)

### Features

- support specific env use --env ([bffe9d0](https://github.com/kagawagao/pixas/commit/bffe9d0b7675b12d4ee832c2c2595e6508ff9d67))

## [0.3.0](https://github.com/kagawagao/pixas/compare/v0.2.1...v0.3.0) (2024-05-22)

**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.3.0",
"version": "0.4.0",
"description": "base bundler for pixas",
"author": "kagawa <[email protected]>",
"homepage": "",
Expand All @@ -26,6 +26,6 @@
"preversion": "npm run build"
},
"dependencies": {
"@pixas/common": "^0.3.0"
"@pixas/common": "^0.4.0"
}
}
6 changes: 6 additions & 0 deletions packages/bundler-vite/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.4.0](https://github.com/kagawagao/pixas/compare/v0.3.0...v0.4.0) (2024-05-22)

### Features

- support specific env use --env ([bffe9d0](https://github.com/kagawagao/pixas/commit/bffe9d0b7675b12d4ee832c2c2595e6508ff9d67))

## [0.3.0](https://github.com/kagawagao/pixas/compare/v0.2.1...v0.3.0) (2024-05-22)

**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.3.0",
"version": "0.4.0",
"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.3.0",
"@pixas/common": "^0.3.0",
"@pixas/bundler-base": "^0.4.0",
"@pixas/common": "^0.4.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-vue": "^5.0.4",
"chalk": "^4.1.2",
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.4.0](https://github.com/kagawagao/pixas/compare/v0.3.0...v0.4.0) (2024-05-22)

### Features

- support specific env use --env ([bffe9d0](https://github.com/kagawagao/pixas/commit/bffe9d0b7675b12d4ee832c2c2595e6508ff9d67))

## [0.3.0](https://github.com/kagawagao/pixas/compare/v0.2.1...v0.3.0) (2024-05-22)

### Features
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.3.0",
"version": "0.4.0",
"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.0",
"@pixas/bundler-base": "^0.3.0",
"@pixas/common": "^0.3.0",
"@pixas/bundler-base": "^0.4.0",
"@pixas/common": "^0.4.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"babel-loader": "^9.1.0",
"chalk": "^4.1.2",
Expand Down
Loading

0 comments on commit ae5bb78

Please sign in to comment.