Skip to content

Commit

Permalink
chore(release): release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Dec 26, 2023
1 parent 0eca4aa commit 7f4b09e
Show file tree
Hide file tree
Showing 17 changed files with 105 additions and 35 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.7](https://github.com/kagawagao/opas/compare/v0.0.6...v0.0.7) (2023-12-26)


### Bug Fixes

* fix write file mode ([0eca4aa](https://github.com/kagawagao/opas/commit/0eca4aa2d4045546c4493223b40cc7a6bc2ae7f1))





## [0.0.6](https://github.com/kagawagao/opas/compare/v0.0.5...v0.0.6) (2023-12-26)

**Note:** Version bump only for package opas
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.6",
"version": "0.0.7",
"packages": [
"packages/*",
"plugins/*"
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/cli/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.0.7](https://github.com/kagawagao/opas/compare/v0.0.6...v0.0.7) (2023-12-26)

**Note:** Version bump only for package @opas/cli





## [0.0.6](https://github.com/kagawagao/opas/compare/v0.0.5...v0.0.6) (2023-12-26)

**Note:** Version bump only for package @opas/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/cli",
"version": "0.0.6",
"version": "0.0.7",
"description": "command line tools which bundle opas",
"author": "kagawagao <[email protected]>",
"homepage": "",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@opas/core": "^0.0.6",
"@opas/plugin-app": "^0.0.6",
"@opas/core": "^0.0.7",
"@opas/plugin-app": "^0.0.7",
"chalk": "4.1.2",
"commander": "^11.1.0",
"cosmiconfig": "^9.0.0",
Expand Down
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.0.7](https://github.com/kagawagao/opas/compare/v0.0.6...v0.0.7) (2023-12-26)

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





## [0.0.6](https://github.com/kagawagao/opas/compare/v0.0.5...v0.0.6) (2023-12-26)

**Note:** Version bump only for package @opas/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/core",
"version": "0.0.6",
"version": "0.0.7",
"description": "core of OpenAPIToolkit",
"main": "lib/index.js",
"types": "lib",
Expand Down Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@dtsgenerator/replace-namespace": "^1.6.0",
"@opas/helper": "^0.0.6",
"@opas/helper": "^0.0.7",
"dtsgenerator": "^3.19.1",
"lodash": "^4.17.21"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.7](https://github.com/kagawagao/opas/compare/v0.0.6...v0.0.7) (2023-12-26)


### Bug Fixes

* fix write file mode ([0eca4aa](https://github.com/kagawagao/opas/commit/0eca4aa2d4045546c4493223b40cc7a6bc2ae7f1))





## [0.0.6](https://github.com/kagawagao/opas/compare/v0.0.5...v0.0.6) (2023-12-26)

**Note:** Version bump only for package @opas/helper
Expand Down
2 changes: 1 addition & 1 deletion packages/helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/helper",
"version": "0.0.6",
"version": "0.0.7",
"description": "helpers for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions plugins/app/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.0.7](https://github.com/kagawagao/opas/compare/v0.0.6...v0.0.7) (2023-12-26)

**Note:** Version bump only for package @opas/plugin-app





## [0.0.6](https://github.com/kagawagao/opas/compare/v0.0.5...v0.0.6) (2023-12-26)

**Note:** Version bump only for package @opas/plugin-app
Expand Down
6 changes: 3 additions & 3 deletions plugins/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/plugin-app",
"version": "0.0.6",
"version": "0.0.7",
"description": "app plugin for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.6",
"@opas/helper": "^0.0.6",
"@opas/core": "^0.0.7",
"@opas/helper": "^0.0.7",
"fs-extra": "^11.2.0"
}
}
8 changes: 8 additions & 0 deletions plugins/definition/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.0.7](https://github.com/kagawagao/opas/compare/v0.0.6...v0.0.7) (2023-12-26)

**Note:** Version bump only for package @opas/plugin-definition





## [0.0.6](https://github.com/kagawagao/opas/compare/v0.0.5...v0.0.6) (2023-12-26)

**Note:** Version bump only for package @opas/plugin-definition
Expand Down
6 changes: 3 additions & 3 deletions plugins/definition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/plugin-definition",
"version": "0.0.6",
"version": "0.0.7",
"description": "definition plugin for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.6",
"@opas/helper": "^0.0.6",
"@opas/core": "^0.0.7",
"@opas/helper": "^0.0.7",
"fs-extra": "^11.2.0"
}
}
8 changes: 8 additions & 0 deletions plugins/doc/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.0.7](https://github.com/kagawagao/opas/compare/v0.0.6...v0.0.7) (2023-12-26)

**Note:** Version bump only for package @opas/plugin-doc





## [0.0.6](https://github.com/kagawagao/opas/compare/v0.0.5...v0.0.6) (2023-12-26)

**Note:** Version bump only for package @opas/plugin-doc
Expand Down
4 changes: 2 additions & 2 deletions plugins/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/plugin-doc",
"version": "0.0.6",
"version": "0.0.7",
"description": "document plugin for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.6",
"@opas/core": "^0.0.7",
"fs-extra": "^11.2.0",
"json2md": "^2.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions plugins/sdk/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.0.7](https://github.com/kagawagao/opas/compare/v0.0.6...v0.0.7) (2023-12-26)

**Note:** Version bump only for package @opas/plugin-sdk





## [0.0.6](https://github.com/kagawagao/opas/compare/v0.0.5...v0.0.6) (2023-12-26)

**Note:** Version bump only for package @opas/plugin-sdk
Expand Down
6 changes: 3 additions & 3 deletions plugins/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/plugin-sdk",
"version": "0.0.6",
"version": "0.0.7",
"description": "sdk plugin for OpenAPI toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@babel/generator": "^7.23.6",
"@babel/template": "^7.22.15",
"@babel/types": "^7.23.6",
"@opas/core": "^0.0.6",
"@opas/helper": "^0.0.6",
"@opas/core": "^0.0.7",
"@opas/helper": "^0.0.7",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21"
}
Expand Down

0 comments on commit 7f4b09e

Please sign in to comment.