Skip to content

Commit

Permalink
chore(release): cut the v0.1.0 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Sep 28, 2021
1 parent 0abb580 commit 8ec8b3d
Show file tree
Hide file tree
Showing 28 changed files with 658 additions and 42 deletions.
502 changes: 502 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@
"hoist": true
},
"version": {
"allowBranch": ["master", "release"],
"allowBranch": [
"master",
"release"
],
"conventionalCommits": true,
"createRelease": "github",
"message": "chore(release): cut the %s release [skip ci]",
"ignoreChanges": ["**/test/**"]
"ignoreChanges": [
"**/test/**"
]
},
"publish": {
"registry": "https://npm.pkg.github.com"
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-ast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)

**Note:** Version bump only for package @swagger-api/apidom-ast
2 changes: 1 addition & 1 deletion packages/apidom-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.",
"publishConfig": {
"registry":"https://npm.pkg.github.com"
"registry": "https://npm.pkg.github.com"
},
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)

**Note:** Version bump only for package @swagger-api/apidom-core
2 changes: 1 addition & 1 deletion packages/apidom-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-ast": "^0.1.0",
"@types/ramda": "=0.27.45",
"@swagger-api/apidom-ast": "*",
"minim": "=0.23.8",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-ls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)

**Note:** Version bump only for package @swagger-api/apidom-ls
16 changes: 8 additions & 8 deletions packages/apidom-ls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
},
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-core": "^0.1.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.1.0",
"@swagger-api/apidom-parser": "^0.1.0",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.1.0",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.1.0",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.1.0",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.1.0",
"@swagger-api/apidom-reference": "^0.1.0",
"@types/ramda": "=0.27.45",
"ajv": "^6.12.2",
"@swagger-api/apidom-core": "*",
"@swagger-api/apidom-ns-openapi-3-1": "*",
"@swagger-api/apidom-parser": "*",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "*",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "*",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "*",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "*",
"@swagger-api/apidom-reference": "*",
"json-source-map": "^0.6.1",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-ns-asyncapi-2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)

**Note:** Version bump only for package @swagger-api/apidom-ns-asyncapi-2
2 changes: 1 addition & 1 deletion packages/apidom-ns-asyncapi-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-core": "^0.1.0",
"@types/ramda": "=0.27.45",
"@swagger-api/apidom-core": "*",
"minim": "=0.23.8",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-ns-openapi-3-1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)

**Note:** Version bump only for package @swagger-api/apidom-ns-openapi-3-1
2 changes: 1 addition & 1 deletion packages/apidom-ns-openapi-3-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-core": "^0.1.0",
"@types/ramda": "=0.27.45",
"@swagger-api/apidom-core": "*",
"minim": "=0.23.8",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-parser-adapter-asyncapi-json-2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2
6 changes: 3 additions & 3 deletions packages/apidom-parser-adapter-asyncapi-json-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-core": "^0.1.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.1.0",
"@swagger-api/apidom-parser-adapter-json": "^0.1.0",
"@types/ramda": "=0.27.45",
"@swagger-api/apidom-core": "*",
"@swagger-api/apidom-ns-asyncapi-2": "*",
"@swagger-api/apidom-parser-adapter-json": "*",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-parser-adapter-asyncapi-yaml-2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-yaml-2
6 changes: 3 additions & 3 deletions packages/apidom-parser-adapter-asyncapi-yaml-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-core": "^0.1.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.1.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.1.0",
"@types/ramda": "=0.27.45",
"@swagger-api/apidom-core": "*",
"@swagger-api/apidom-ns-asyncapi-2": "*",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "*",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-parser-adapter-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json
5 changes: 2 additions & 3 deletions packages/apidom-parser-adapter-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-ast": "^0.1.0",
"@swagger-api/apidom-core": "^0.1.0",
"@types/ramda": "=0.27.45",
"@swagger-api/apidom-core": "*",
"@swagger-api/apidom-ast": "*",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0",
"stampit": "=4.3.2",
Expand All @@ -60,5 +60,4 @@
"README.md",
"CHANGELOG.md"
]

}
8 changes: 8 additions & 0 deletions packages/apidom-parser-adapter-openapi-json-3-1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-1
6 changes: 3 additions & 3 deletions packages/apidom-parser-adapter-openapi-json-3-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-core": "^0.1.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.1.0",
"@swagger-api/apidom-parser-adapter-json": "^0.1.0",
"@types/ramda": "=0.27.45",
"@swagger-api/apidom-core": "*",
"@swagger-api/apidom-ns-openapi-3-1": "*",
"@swagger-api/apidom-parser-adapter-json": "*",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-parser-adapter-openapi-yaml-3-1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-1
6 changes: 3 additions & 3 deletions packages/apidom-parser-adapter-openapi-yaml-3-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-core": "^0.1.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.1.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.1.0",
"@types/ramda": "=0.27.45",
"@swagger-api/apidom-core": "*",
"@swagger-api/apidom-ns-openapi-3-1": "*",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "*",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-parser-adapter-yaml-1-2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-yaml-1-2
4 changes: 2 additions & 2 deletions packages/apidom-parser-adapter-yaml-1-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-ast": "^0.1.0",
"@swagger-api/apidom-core": "^0.1.0",
"@types/ramda": "=0.27.45",
"@swagger-api/apidom-core": "*",
"@swagger-api/apidom-ast": "*",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0",
"stampit": "=4.3.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/apidom-parser/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.1.0 (2021-09-28)


### Features

* attempts of POC2 ([9af4924](https://github.com/swagger-api/apidom/commit/9af4924c22c05e5be45db956dbb707ec0767bfc1)), closes [#7](https://github.com/swagger-api/apidom/issues/7) [#6](https://github.com/swagger-api/apidom/issues/6) [#5](https://github.com/swagger-api/apidom/issues/5) [#3](https://github.com/swagger-api/apidom/issues/3)
2 changes: 1 addition & 1 deletion packages/apidom-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-core": "^0.1.0",
"@types/ramda": "=0.27.45",
"@swagger-api/apidom-core": "*",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0",
"stampit": "=4.3.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/apidom-reference/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.1.0 (2021-09-28)


### Bug Fixes

* **reference:** fix incorrect JSON Schema dereference in OAS 3.1 ([2f1fefa](https://github.com/swagger-api/apidom/commit/2f1fefa948dbe49a80b208a3f6af054346723e8d)), closes [#607](https://github.com/swagger-api/apidom/issues/607)
20 changes: 10 additions & 10 deletions packages/apidom-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.15.4",
"@swagger-api/apidom-ast": "^0.1.0",
"@swagger-api/apidom-core": "^0.1.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.1.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.1.0",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.1.0",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.1.0",
"@swagger-api/apidom-parser-adapter-json": "^0.1.0",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.1.0",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.1.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.1.0",
"@types/ramda": "=0.27.45",
"@swagger-api/apidom-core": "*",
"@swagger-api/apidom-ast": "*",
"@swagger-api/apidom-ns-asyncapi-2": "*",
"@swagger-api/apidom-ns-openapi-3-1": "*",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "*",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "*",
"@swagger-api/apidom-parser-adapter-json": "*",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "*",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "*",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "*",
"axios": "=0.21.4",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.33.0",
Expand Down

0 comments on commit 8ec8b3d

Please sign in to comment.