Skip to content

Commit

Permalink
chore: Publish new release
Browse files Browse the repository at this point in the history
 - @neet/vschedule-api-client@0.0.11
 - @neet/vschedule-api-spec@0.1.0
 - @neet/vschedule-api@0.2.0
 - @neet/vschedule-client@0.0.11
  • Loading branch information
github-actions[bot] committed Nov 12, 2022
1 parent 3f629f9 commit b48182f
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/@neet/vschedule-api-client/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.0.11](https://github.com/neet/vschedule/compare/@neet/vschedule-api-client@0.0.10...@neet/vschedule-api-client@0.0.11) (2022-11-12)

**Note:** Version bump only for package @neet/vschedule-api-client

## 0.0.10 (2022-11-09)

**Note:** Version bump only for package @neet/vschedule-api-client
Expand Down
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.10",
"version": "0.0.11",
"scripts": {
"build": "ts-node codegen.ts && tsc"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@neet/vschedule-api-spec/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.0](https://github.com/neet/vschedule/compare/@neet/vschedule-api-spec@0.0.10...@neet/vschedule-api-spec@0.1.0) (2022-11-12)

### Features

* Implement admin feature ([109562d](https://github.com/neet/vschedule/commit/109562d8623fda8cdff79c1dcab92153bad37afe))

## 0.0.10 (2022-11-09)

**Note:** Version bump only for package @neet/vschedule-api-spec
Expand Down
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.10",
"version": "0.1.0",
"scripts": {
"build": "./build.sh",
"prepublishOnly": "yarn run build"
Expand Down
10 changes: 10 additions & 0 deletions packages/@neet/vschedule-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/neet/vschedule/compare/@neet/vschedule-api@0.1.0...@neet/vschedule-api@0.2.0) (2022-11-12)

### Bug Fixes

* Move deps to leaf ([503fcb5](https://github.com/neet/vschedule/commit/503fcb5656cf0c190a2fbb31d5235cac871bebaa))

### Features

* Implement admin feature ([109562d](https://github.com/neet/vschedule/commit/109562d8623fda8cdff79c1dcab92153bad37afe))

# [0.1.0](https://github.com/neet/vschedule/compare/@neet/vschedule-api@0.0.10...@neet/vschedule-api@0.1.0) (2022-11-12)

### Bug Fixes
Expand Down
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.1.0",
"version": "0.2.0",
"scripts": {
"build": "prisma generate && tsc",
"start": "node ./dist/src/infra/server.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/@neet/vschedule-client/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.0.11](https://github.com/neet/vschedule/compare/@neet/vschedule-client@0.0.10...@neet/vschedule-client@0.0.11) (2022-11-12)

**Note:** Version bump only for package @neet/vschedule-client

## 0.0.10 (2022-11-09)

**Note:** Version bump only for package @neet/vschedule-client
Expand Down
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.10",
"version": "0.0.11",
"private": true,
"scripts": {
"dev": "TAILWIND_MODE=watch next dev",
Expand Down

1 comment on commit b48182f

@vercel
Copy link

@vercel vercel bot commented on b48182f Nov 12, 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.