Skip to content

Commit

Permalink
v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
doyobot[bot] committed Jan 1, 2024
1 parent 84c159e commit ab33335
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.15 (2024-01-01)

**Note:** Version bump only for package doyokit





## 0.1.14 (2023-12-18)

**Note:** Version bump only for package doyokit
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.14",
"version": "0.1.15",
"npmClient": "pnpm"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.15 (2024-01-01)

**Note:** Version bump only for package @doyokit/core





## 0.1.14 (2023-12-18)

**Note:** Version bump only for package @doyokit/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doyokit/core",
"version": "0.1.14",
"version": "0.1.15",
"description": "Typescript api client based on octokit library",
"author": "Anthonius Munthi (https://github.com/kilip)",
"repository": "github:kilip/doyokit",
Expand Down
8 changes: 8 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.15 (2024-01-01)

**Note:** Version bump only for package @doyokit/generator





## 0.1.14 (2023-12-18)

**Note:** Version bump only for package @doyokit/generator
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doyokit/generator",
"version": "0.1.14",
"version": "0.1.15",
"description": "Generates typescript types and api client from OpenAPI schemas",
"author": "Anthonius Munthi (https://github.com/kilip)",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.15 (2024-01-01)

**Note:** Version bump only for package @doyokit/utils





## 0.1.14 (2023-12-18)

**Note:** Version bump only for package @doyokit/utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doyokit/utils",
"version": "0.1.14",
"version": "0.1.15",
"description": "Generates typescript types and api client from OpenAPI schemas",
"author": "Anthonius Munthi (https://github.com/kilip)",
"main": "pkg/dist-node/index.js",
Expand Down

0 comments on commit ab33335

Please sign in to comment.