Skip to content

Commit

Permalink
chore(release): cut the v0.12.0 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swagger-bot committed Dec 4, 2021
1 parent a5c14cf commit c444696
Show file tree
Hide file tree
Showing 28 changed files with 186 additions and 52 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)


### Bug Fixes

* **apidom-ls:** correct partial keys in YAML ([a5c14cf](https://github.com/swagger-api/apidom/commit/a5c14cfee5a8a3f4153b4bb8d145fc4290db3109))
* **apidom-ls:** fix completion and validation edge cases ([a9c67d4](https://github.com/swagger-api/apidom/commit/a9c67d41e815e0be0a4f0cd526583837f7fc3436))
* **apidom-ls:** fix completion in empty line ([00f8be5](https://github.com/swagger-api/apidom/commit/00f8be53a60cc42d188b9dae1e7048c390f32e39))
* **apidom-ls:** fix completion scenarios with update apidom core ([3540870](https://github.com/swagger-api/apidom/commit/3540870ce6e38e2765d5f353f1c0ff50e246593e))


### Features

* **apidom-ls:** add more asyncapi rules and logic minor fixes ([81cf99f](https://github.com/swagger-api/apidom/commit/81cf99f46cadbaaebdab79aca74cf4d2c9a99bf8))





# [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "npm",
"useWorkspaces": true,
"version": "0.11.0",
"version": "0.12.0",
"changelogPreset": "angular",
"command": {
"bootstrap": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-ast/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.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)

**Note:** Version bump only for package @swagger-api/apidom-ast





# [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/apidom-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-ast",
"version": "0.11.0",
"version": "0.12.0",
"description": "Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-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.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)

**Note:** Version bump only for package @swagger-api/apidom-core





# [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)

**Note:** Version bump only for package @swagger-api/apidom-core
Expand Down
4 changes: 2 additions & 2 deletions packages/apidom-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-core",
"version": "0.11.0",
"version": "0.12.0",
"description": "Tools for manipulating ApiDOM structures.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -33,7 +33,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.16.3",
"@swagger-api/apidom-ast": "^0.11.0",
"@swagger-api/apidom-ast": "^0.12.0",
"@types/ramda": "=0.27.58",
"minim": "=0.23.8",
"ramda": "=0.27.1",
Expand Down
19 changes: 19 additions & 0 deletions packages/apidom-ls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)


### Bug Fixes

* **apidom-ls:** correct partial keys in YAML ([a5c14cf](https://github.com/swagger-api/apidom/commit/a5c14cfee5a8a3f4153b4bb8d145fc4290db3109))
* **apidom-ls:** fix completion and validation edge cases ([a9c67d4](https://github.com/swagger-api/apidom/commit/a9c67d41e815e0be0a4f0cd526583837f7fc3436))
* **apidom-ls:** fix completion in empty line ([00f8be5](https://github.com/swagger-api/apidom/commit/00f8be53a60cc42d188b9dae1e7048c390f32e39))
* **apidom-ls:** fix completion scenarios with update apidom core ([3540870](https://github.com/swagger-api/apidom/commit/3540870ce6e38e2765d5f353f1c0ff50e246593e))


### Features

* **apidom-ls:** add more asyncapi rules and logic minor fixes ([81cf99f](https://github.com/swagger-api/apidom/commit/81cf99f46cadbaaebdab79aca74cf4d2c9a99bf8))





# [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)

**Note:** Version bump only for package @swagger-api/apidom-ls
Expand Down
18 changes: 9 additions & 9 deletions packages/apidom-ls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"version": "0.11.0",
"version": "0.12.0",
"repository": {
"type": "git",
"url": "git+https://github.com/swagger-api/apidom.git"
Expand Down Expand Up @@ -36,14 +36,14 @@
},
"dependencies": {
"@babel/runtime-corejs3": "=7.16.3",
"@swagger-api/apidom-core": "^0.11.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.11.0",
"@swagger-api/apidom-parser": "^0.11.0",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.11.0",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.11.0",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.11.0",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.11.0",
"@swagger-api/apidom-reference": "^0.11.0",
"@swagger-api/apidom-core": "^0.12.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.12.0",
"@swagger-api/apidom-parser": "^0.12.0",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.12.0",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.12.0",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.12.0",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.12.0",
"@swagger-api/apidom-reference": "^0.12.0",
"@types/ramda": "=0.27.58",
"ajv": "^8.6.3",
"ajv-errors": "^3.0.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
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.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)

**Note:** Version bump only for package @swagger-api/apidom-ns-asyncapi-2





# [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/apidom-ns-asyncapi-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-ns-asyncapi-2",
"version": "0.11.0",
"version": "0.12.0",
"description": "AsyncAPI 2.x.y namespace for ApiDOM.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.16.3",
"@swagger-api/apidom-core": "^0.11.0",
"@swagger-api/apidom-core": "^0.12.0",
"@types/ramda": "=0.27.58",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.35.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
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.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)

**Note:** Version bump only for package @swagger-api/apidom-ns-openapi-3-1





# [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/apidom-ns-openapi-3-1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-ns-openapi-3-1",
"version": "0.11.0",
"version": "0.12.0",
"description": "Parser adapter for parsing JSON documents into AsyncAPI 2.x.y namespace.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -36,7 +36,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.16.3",
"@swagger-api/apidom-core": "^0.11.0",
"@swagger-api/apidom-core": "^0.12.0",
"@types/ramda": "=0.27.58",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.35.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
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.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2





# [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2
Expand Down
8 changes: 4 additions & 4 deletions packages/apidom-parser-adapter-asyncapi-json-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-parser-adapter-asyncapi-json-2",
"version": "0.11.0",
"version": "0.12.0",
"description": "Parser adapter for parsing JSON documents into AsyncAPI 2.x.y namespace.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -37,9 +37,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.16.3",
"@swagger-api/apidom-core": "^0.11.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.11.0",
"@swagger-api/apidom-parser-adapter-json": "^0.11.0",
"@swagger-api/apidom-core": "^0.12.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.12.0",
"@swagger-api/apidom-parser-adapter-json": "^0.12.0",
"@types/ramda": "=0.27.58",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.35.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
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.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-yaml-2





# [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-yaml-2
Expand Down
8 changes: 4 additions & 4 deletions packages/apidom-parser-adapter-asyncapi-yaml-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2",
"version": "0.11.0",
"version": "0.12.0",
"description": "Parser adapter for parsing YAML documents into AsyncAPI 2.x.y namespace.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -37,9 +37,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.16.3",
"@swagger-api/apidom-core": "^0.11.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.11.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.11.0",
"@swagger-api/apidom-core": "^0.12.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.12.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.12.0",
"@types/ramda": "=0.27.58",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.35.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
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.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json





# [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)


Expand Down
6 changes: 3 additions & 3 deletions packages/apidom-parser-adapter-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-parser-adapter-json",
"version": "0.11.0",
"version": "0.12.0",
"description": "Parser adapter for parsing JSON documents into base namespace.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -39,8 +39,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.16.3",
"@swagger-api/apidom-ast": "^0.11.0",
"@swagger-api/apidom-core": "^0.11.0",
"@swagger-api/apidom-ast": "^0.12.0",
"@swagger-api/apidom-core": "^0.12.0",
"@types/ramda": "=0.27.58",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.35.0",
Expand Down
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
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.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-1





# [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-1
Expand Down
8 changes: 4 additions & 4 deletions packages/apidom-parser-adapter-openapi-json-3-1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-parser-adapter-openapi-json-3-1",
"version": "0.11.0",
"version": "0.12.0",
"description": "Parser adapter for parsing JSON documents into OpenAPI 3.1.x namespace.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -37,9 +37,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.16.3",
"@swagger-api/apidom-core": "^0.11.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.11.0",
"@swagger-api/apidom-parser-adapter-json": "^0.11.0",
"@swagger-api/apidom-core": "^0.12.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.12.0",
"@swagger-api/apidom-parser-adapter-json": "^0.12.0",
"@types/ramda": "=0.27.58",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.35.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
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.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-1





# [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-1
Expand Down
8 changes: 4 additions & 4 deletions packages/apidom-parser-adapter-openapi-yaml-3-1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1",
"version": "0.11.0",
"version": "0.12.0",
"description": "Parser adapter for parsing YAML documents into OpenAPI 3.1.x namespace.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -36,9 +36,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.16.3",
"@swagger-api/apidom-core": "^0.11.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.11.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.11.0",
"@swagger-api/apidom-core": "^0.12.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.12.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.12.0",
"@types/ramda": "=0.27.58",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.35.0"
Expand Down
Loading

0 comments on commit c444696

Please sign in to comment.