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 25, 2023
1 parent 80534ff commit 542c267
Show file tree
Hide file tree
Showing 17 changed files with 133 additions and 37 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.2](https://github.com/kagawagao/opas/compare/v0.0.1...v0.0.2) (2023-12-25)


### Bug Fixes

* add missed pkg ([80534ff](https://github.com/kagawagao/opas/commit/80534ff2b9895545257ee7260fca515c5ca44b43))
13 changes: 10 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.1",
"packages": ["packages/*", "plugins/*"],
"ignoreChanges": ["**/test/**", "**/*.md", "**/package-lock.json"],
"version": "0.0.2",
"packages": [
"packages/*",
"plugins/*"
],
"ignoreChanges": [
"**/test/**",
"**/*.md",
"**/package-lock.json"
],
"command": {
"version": {
"conventionalCommits": true,
Expand Down
35 changes: 18 additions & 17 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.2](https://github.com/kagawagao/opas/compare/v0.0.1...v0.0.2) (2023-12-25)


### Bug Fixes

* add missed pkg ([80534ff](https://github.com/kagawagao/opas/commit/80534ff2b9895545257ee7260fca515c5ca44b43))
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.1",
"version": "0.0.2",
"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.1",
"@opas/plugin-app": "^0.0.1",
"@opas/core": "^0.0.2",
"@opas/plugin-app": "^0.0.2",
"chalk": "4.1.2",
"commander": "^11.1.0",
"cosmiconfig": "^8.3.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.2](https://github.com/kagawagao/opas/compare/v0.0.1...v0.0.2) (2023-12-25)


### Bug Fixes

* add missed pkg ([80534ff](https://github.com/kagawagao/opas/commit/80534ff2b9895545257ee7260fca515c5ca44b43))
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.1",
"version": "0.0.2",
"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.1",
"@opas/helper": "^0.0.2",
"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
@@ -0,0 +1,11 @@
# 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.2](https://github.com/kagawagao/opas/compare/v0.0.1...v0.0.2) (2023-12-25)


### Bug Fixes

* add missed pkg ([80534ff](https://github.com/kagawagao/opas/commit/80534ff2b9895545257ee7260fca515c5ca44b43))
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.1",
"version": "0.0.2",
"description": "helpers for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions plugins/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.2](https://github.com/kagawagao/opas/compare/v0.0.1...v0.0.2) (2023-12-25)


### Bug Fixes

* add missed pkg ([80534ff](https://github.com/kagawagao/opas/commit/80534ff2b9895545257ee7260fca515c5ca44b43))
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.1",
"version": "0.0.2",
"description": "app plugin for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.1",
"@opas/helper": "^0.0.1",
"@opas/core": "^0.0.2",
"@opas/helper": "^0.0.2",
"fs-extra": "^11.2.0"
},
"gitHead": "21829677e05508fb6fb9ba234a2a3db2985d48d3"
Expand Down
11 changes: 11 additions & 0 deletions plugins/definition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.2](https://github.com/kagawagao/opas/compare/v0.0.1...v0.0.2) (2023-12-25)


### Bug Fixes

* add missed pkg ([80534ff](https://github.com/kagawagao/opas/commit/80534ff2b9895545257ee7260fca515c5ca44b43))
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.1",
"version": "0.0.2",
"description": "definition plugin for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.1",
"@opas/helper": "^0.0.1",
"@opas/core": "^0.0.2",
"@opas/helper": "^0.0.2",
"fs-extra": "^11.2.0"
},
"gitHead": "21829677e05508fb6fb9ba234a2a3db2985d48d3"
Expand Down
11 changes: 11 additions & 0 deletions plugins/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.2](https://github.com/kagawagao/opas/compare/v0.0.1...v0.0.2) (2023-12-25)


### Bug Fixes

* add missed pkg ([80534ff](https://github.com/kagawagao/opas/commit/80534ff2b9895545257ee7260fca515c5ca44b43))
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.1",
"version": "0.0.2",
"description": "document plugin for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.1",
"@opas/core": "^0.0.2",
"fs-extra": "^11.2.0",
"json2md": "^2.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions plugins/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.2](https://github.com/kagawagao/opas/compare/v0.0.1...v0.0.2) (2023-12-25)


### Bug Fixes

* add missed pkg ([80534ff](https://github.com/kagawagao/opas/commit/80534ff2b9895545257ee7260fca515c5ca44b43))
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.1",
"version": "0.0.2",
"description": "sdk plugin for OpenAPI toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@babel/generator": "^7.23.6",
"@babel/template": "^7.22.15",
"@babel/types": "^7.23.6",
"@opas/core": "^0.0.1",
"@opas/helper": "^0.0.1",
"@opas/core": "^0.0.2",
"@opas/helper": "^0.0.2",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21"
},
Expand Down

0 comments on commit 542c267

Please sign in to comment.