Skip to content

Commit

Permalink
[skip ci] Release: 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quixerbot committed Nov 20, 2023
1 parent 147574e commit e32d3e2
Show file tree
Hide file tree
Showing 13 changed files with 6,342 additions and 2,550 deletions.
10 changes: 10 additions & 0 deletions 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.0.1 (2023-11-20)

### Features

- add workflows issue tempalte and lerna to version manage ([147574e](https://github.com/Yokaito/quixer/commit/147574e89e58704bcdaef96cb31d4a81d520fb8d))
10 changes: 10 additions & 0 deletions apps/commerce/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.0.1 (2023-11-20)

### Features

- add workflows issue tempalte and lerna to version manage ([147574e](https://github.com/Yokaito/quixer/commit/147574e89e58704bcdaef96cb31d4a81d520fb8d))
2 changes: 1 addition & 1 deletion apps/commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commerce",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "0.0.1",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 0.0.1 (2023-11-20)

**Note:** Version bump only for package eslint-config-custom
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-custom",
"license": "MIT",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@vercel/style-guide": "^5.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/server/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.0.1 (2023-11-20)

### Features

- add workflows issue tempalte and lerna to version manage ([147574e](https://github.com/Yokaito/quixer/commit/147574e89e58704bcdaef96cb31d4a81d520fb8d))
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quixer/server",
"version": "0.0.0",
"version": "0.0.1",
"main": "./index.ts",
"types": "./index.ts",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 0.0.1 (2023-11-20)

**Note:** Version bump only for package tsconfig
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/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.0.1 (2023-11-20)

### Features

- add workflows issue tempalte and lerna to version manage ([147574e](https://github.com/Yokaito/quixer/commit/147574e89e58704bcdaef96cb31d4a81d520fb8d))
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.0.0",
"version": "0.0.1",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
Expand Down
Loading

0 comments on commit e32d3e2

Please sign in to comment.