Skip to content

Commit

Permalink
chore: Publish new release
Browse files Browse the repository at this point in the history
 - @neet/eslint-plugin-vschedule@0.0.1
 - @neet/tsconfig-vschedule@0.0.1
 - @neet/vschedule-api-client@0.0.1
 - @neet/vschedule-api-spec@0.0.1
 - @neet/vschedule-api@0.0.1
 - @neet/vschedule-client@0.0.1
 - @neet/vschedule-seeds@0.0.1
  • Loading branch information
github-actions[bot] committed Nov 7, 2022
1 parent 1a23c55 commit ff27dd8
Show file tree
Hide file tree
Showing 14 changed files with 77 additions and 7 deletions.
10 changes: 10 additions & 0 deletions packages/@neet/eslint-plugin-vschedule/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 (2022-11-07)

### Bug Fixes

* Add missing version fields ([1a23c55](https://github.com/neet/refined-itsukara-link/commit/1a23c550155e6b691aaacd050b149b8445a11965))
2 changes: 1 addition & 1 deletion packages/@neet/eslint-plugin-vschedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neet/eslint-plugin-vschedule",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"build": "exit 0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/@neet/tsconfig-vschedule/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 (2022-11-07)

### Bug Fixes

* Add missing version fields ([1a23c55](https://github.com/neet/refined-itsukara-link/commit/1a23c550155e6b691aaacd050b149b8445a11965))
2 changes: 1 addition & 1 deletion packages/@neet/tsconfig-vschedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neet/tsconfig-vschedule",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"build": "exit 0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/@neet/vschedule-api-client/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 (2022-11-07)

### Bug Fixes

* Add missing version fields ([1a23c55](https://github.com/neet/refined-itsukara-link/commit/1a23c550155e6b691aaacd050b149b8445a11965))
2 changes: 1 addition & 1 deletion packages/@neet/vschedule-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neet/vschedule-api-client",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"build": "ts-node codegen.ts && tsc"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/@neet/vschedule-api-spec/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 (2022-11-07)

### Bug Fixes

* Add missing version fields ([1a23c55](https://github.com/neet/refined-itsukara-link/commit/1a23c550155e6b691aaacd050b149b8445a11965))
2 changes: 1 addition & 1 deletion packages/@neet/vschedule-api-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neet/vschedule-api-spec",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"build": "./build.sh"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/@neet/vschedule-api/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 (2022-11-07)

### Bug Fixes

* Add missing version fields ([1a23c55](https://github.com/neet/refined-itsukara-link/commit/1a23c550155e6b691aaacd050b149b8445a11965))
2 changes: 1 addition & 1 deletion packages/@neet/vschedule-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neet/vschedule-api",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"build": "prisma generate && tsc",
"start": "node ./dist/src/infra/server.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/@neet/vschedule-client/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 (2022-11-07)

### Bug Fixes

* Add missing version fields ([1a23c55](https://github.com/neet/refined-itsukara-link/commit/1a23c550155e6b691aaacd050b149b8445a11965))
2 changes: 1 addition & 1 deletion packages/@neet/vschedule-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neet/vschedule-client",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "TAILWIND_MODE=watch next dev",
Expand Down
10 changes: 10 additions & 0 deletions packages/@neet/vschedule-seeds/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 (2022-11-07)

### Bug Fixes

* Add missing version fields ([1a23c55](https://github.com/neet/refined-itsukara-link/commit/1a23c550155e6b691aaacd050b149b8445a11965))
2 changes: 1 addition & 1 deletion packages/@neet/vschedule-seeds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neet/vschedule-seeds",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"build": "tsc"
},
Expand Down

1 comment on commit ff27dd8

@vercel
Copy link

@vercel vercel bot commented on ff27dd8 Nov 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.