Skip to content

Commit

Permalink
chore(release): publish 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed May 20, 2024
1 parent 8cfcdd3 commit 0860aae
Show file tree
Hide file tree
Showing 27 changed files with 241 additions and 65 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2024-05-20)

### Features

- add vue app demo ([e64aba9](https://github.com/kagawagao/pixas/commit/e64aba95667d249fbf36841f4f304047f136cad2))
- **cli:** add defineConfig helper ([#10](https://github.com/kagawagao/pixas/issues/10)) ([7a67753](https://github.com/kagawagao/pixas/commit/7a67753e4a754dd2f83b4e6b4db13f9836786e9b))
- **cli:** add env command ([#11](https://github.com/kagawagao/pixas/issues/11)) ([d94096e](https://github.com/kagawagao/pixas/commit/d94096eacef06699890cb78301d9c6abc3e2fe61))
- initialize project ([ab6d185](https://github.com/kagawagao/pixas/commit/ab6d1855815a0c53fd72b3a844dadd39bae5a002))
- **pixas:** add vite support ([#6](https://github.com/kagawagao/pixas/issues/6)) ([7d2fb85](https://github.com/kagawagao/pixas/commit/7d2fb85fd9d373fb633bbb8d2d7a68a1f6fb7978))
- **pixas:** complete dts command ([7658bbb](https://github.com/kagawagao/pixas/commit/7658bbbe6778fdb52be34577b4f91c8a9a5397d3))
- **pixas:** complete webpack build compiler ([27e1c69](https://github.com/kagawagao/pixas/commit/27e1c694b72c0f1886b9358613d3d403bb70b9c1))
- **pixas:** complete webpack dev server ([fa4b73f](https://github.com/kagawagao/pixas/commit/fa4b73ff462fe22f091ce587bc29476a9673cb45))

### Bug Fixes

- **cli:** add dev deps ([8cfcdd3](https://github.com/kagawagao/pixas/commit/8cfcdd3c0401a665ad484fb0d6ff122ebc73ffa8))

### Chores

- remove post-merge hook ([03c7541](https://github.com/kagawagao/pixas/commit/03c75419ef2454f022ded56e1eba8b34b70c3759))

### Docs

- update README.md ([c7fefbd](https://github.com/kagawagao/pixas/commit/c7fefbdf7292a6e9b28a7ff5ce1d806212c0e029))
- update README.md ([e34f438](https://github.com/kagawagao/pixas/commit/e34f438e047eba102f7253de8cda8aa45fa79264))
- update README.md ([8e786e0](https://github.com/kagawagao/pixas/commit/8e786e0092dcc99cc18abb9a1b1471c4d2268512))

### Refactors

- split bundler into independent package ([#8](https://github.com/kagawagao/pixas/issues/8)) ([d4a4e26](https://github.com/kagawagao/pixas/commit/d4a4e267d0dc96799df3d4ff90871ae52d5d3fc6))
15 changes: 15 additions & 0 deletions examples/react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2024-05-20)

### Features

- **pixas:** add vite support ([#6](https://github.com/kagawagao/pixas/issues/6)) ([7d2fb85](https://github.com/kagawagao/pixas/commit/7d2fb85fd9d373fb633bbb8d2d7a68a1f6fb7978))
- **pixas:** complete webpack build compiler ([27e1c69](https://github.com/kagawagao/pixas/commit/27e1c694b72c0f1886b9358613d3d403bb70b9c1))

### Refactors

- split bundler into independent package ([#8](https://github.com/kagawagao/pixas/issues/8)) ([d4a4e26](https://github.com/kagawagao/pixas/commit/d4a4e267d0dc96799df3d4ff90871ae52d5d3fc6))
10 changes: 5 additions & 5 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.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pixas dev",
Expand All @@ -12,11 +12,11 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@pixas/babel-preset-app": "^0.0.0",
"@pixas/bundler-webpack": "^0.0.0",
"@pixas/babel-preset-app": "^0.1.0",
"@pixas/bundler-webpack": "^0.1.0",
"@pixas/cli": "^0.1.0",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@pixas/cli": "^0.0.0"
"@types/react-dom": "^18.3.0"
},
"browserslist": {
"production": [
Expand Down
16 changes: 16 additions & 0 deletions examples/vue-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2024-05-20)

### Features

- add vue app demo ([e64aba9](https://github.com/kagawagao/pixas/commit/e64aba95667d249fbf36841f4f304047f136cad2))
- **pixas:** add vite support ([#6](https://github.com/kagawagao/pixas/issues/6)) ([7d2fb85](https://github.com/kagawagao/pixas/commit/7d2fb85fd9d373fb633bbb8d2d7a68a1f6fb7978))
- **pixas:** complete webpack build compiler ([27e1c69](https://github.com/kagawagao/pixas/commit/27e1c694b72c0f1886b9358613d3d403bb70b9c1))

### Refactors

- split bundler into independent package ([#8](https://github.com/kagawagao/pixas/issues/8)) ([d4a4e26](https://github.com/kagawagao/pixas/commit/d4a4e267d0dc96799df3d4ff90871ae52d5d3fc6))
8 changes: 4 additions & 4 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.0.0",
"version": "0.1.0",
"description": "pixas vue app demo",
"private": true,
"scripts": {
Expand All @@ -11,10 +11,10 @@
"vue": "^3.4.27"
},
"devDependencies": {
"@pixas/bundler-vite": "^0.0.0",
"@pixas/bundler-vite": "^0.1.0",
"@pixas/cli": "^0.1.0",
"@vue/babel-preset-app": "^5.0.8",
"@vue/tsconfig": "^0.5.1",
"@pixas/cli": "^0.0.0"
"@vue/tsconfig": "^0.5.1"
},
"browserslist": {
"production": [
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.0.0",
"version": "0.1.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.

10 changes: 10 additions & 0 deletions packages/babel-preset-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2024-05-20)

### Features

- initialize project ([ab6d185](https://github.com/kagawagao/pixas/commit/ab6d1855815a0c53fd72b3a844dadd39bae5a002))
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.0.0",
"version": "0.1.0",
"description": "babel preset for react app",
"keywords": [
"babel",
Expand Down
10 changes: 10 additions & 0 deletions packages/babel-preset-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2024-05-20)

### Features

- initialize project ([ab6d185](https://github.com/kagawagao/pixas/commit/ab6d1855815a0c53fd72b3a844dadd39bae5a002))
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.0.0",
"version": "0.1.0",
"description": "babel preset for js lib",
"author": "kagawa <[email protected]>",
"homepage": "",
Expand Down
10 changes: 10 additions & 0 deletions packages/bundler-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2024-05-20)

### Refactors

- split bundler into independent package ([#8](https://github.com/kagawagao/pixas/issues/8)) ([d4a4e26](https://github.com/kagawagao/pixas/commit/d4a4e267d0dc96799df3d4ff90871ae52d5d3fc6))
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.0.0",
"version": "0.1.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.0.0"
"@pixas/common": "^0.1.0"
}
}
10 changes: 10 additions & 0 deletions packages/bundler-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2024-05-20)

### Refactors

- split bundler into independent package ([#8](https://github.com/kagawagao/pixas/issues/8)) ([d4a4e26](https://github.com/kagawagao/pixas/commit/d4a4e267d0dc96799df3d4ff90871ae52d5d3fc6))
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.0.0",
"version": "0.1.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.0.0",
"@pixas/common": "^0.0.0",
"@pixas/bundler-base": "^0.1.0",
"@pixas/common": "^0.1.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-vue": "^5.0.4",
"chalk": "^4.1.2",
Expand Down
Loading

0 comments on commit 0860aae

Please sign in to comment.