Skip to content

Commit

Permalink
chore(release): publish 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed May 20, 2024
1 parent cd7fc10 commit 8f78d86
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 17 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.1.2](https://github.com/kagawagao/pixas/compare/v0.1.1...v0.1.2) (2024-05-20)

### Bug Fixes

- **bundler-webpack:** fix css-loader config ([cd7fc10](https://github.com/kagawagao/pixas/commit/cd7fc106453a6bbaaa5b63ad2bb63bd3a543b0fb))

## [0.1.1](https://github.com/kagawagao/pixas/compare/v0.1.0...v0.1.1) (2024-05-20)

### Chores
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.1.2](https://github.com/kagawagao/pixas/compare/v0.1.1...v0.1.2) (2024-05-20)

### Bug Fixes

- **bundler-webpack:** fix css-loader config ([cd7fc10](https://github.com/kagawagao/pixas/commit/cd7fc106453a6bbaaa5b63ad2bb63bd3a543b0fb))

## [0.1.1](https://github.com/kagawagao/pixas/compare/v0.1.0...v0.1.1) (2024-05-20)

**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.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "pixas dev",
Expand All @@ -13,8 +13,8 @@
},
"devDependencies": {
"@pixas/babel-preset-app": "^0.1.0",
"@pixas/bundler-webpack": "^0.1.1",
"@pixas/cli": "^0.1.1",
"@pixas/bundler-webpack": "^0.1.2",
"@pixas/cli": "^0.1.2",
"@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.1.2](https://github.com/kagawagao/pixas/compare/v0.1.1...v0.1.2) (2024-05-20)

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

## [0.1.1](https://github.com/kagawagao/pixas/compare/v0.1.0...v0.1.1) (2024-05-20)

**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.1.1",
"version": "0.1.2",
"description": "pixas vue app demo",
"private": true,
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"devDependencies": {
"@pixas/bundler-vite": "^0.1.0",
"@pixas/cli": "^0.1.1",
"@pixas/cli": "^0.1.2",
"@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.1.1",
"version": "0.1.2",
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md", "**/package-lock.json"],
"command": {
"version": {
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

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.1.2](https://github.com/kagawagao/pixas/compare/v0.1.1...v0.1.2) (2024-05-20)

### Bug Fixes

- **bundler-webpack:** fix css-loader config ([cd7fc10](https://github.com/kagawagao/pixas/commit/cd7fc106453a6bbaaa5b63ad2bb63bd3a543b0fb))

## [0.1.1](https://github.com/kagawagao/pixas/compare/v0.1.0...v0.1.1) (2024-05-20)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "0.1.2",
"description": "webpack bundler for pixas",
"author": "kagawa <[email protected]>",
"homepage": "",
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.1.2](https://github.com/kagawagao/pixas/compare/v0.1.1...v0.1.2) (2024-05-20)

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

## [0.1.1](https://github.com/kagawagao/pixas/compare/v0.1.0...v0.1.1) (2024-05-20)

### Chores
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.1.1",
"version": "0.1.2",
"description": "front end develop toolkit",
"author": "kagawa <[email protected]>",
"homepage": "",
Expand Down Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@pixas/babel-preset-lib": "^0.1.0",
"@pixas/bundler-vite": "^0.1.0",
"@pixas/bundler-webpack": "^0.1.1",
"@pixas/bundler-webpack": "^0.1.2",
"@types/less": "^3.0.3",
"@types/react-dev-utils": "^9.0.11",
"@types/webpack-node-externals": "^3.0.0"
Expand Down

0 comments on commit 8f78d86

Please sign in to comment.