Skip to content

Commit

Permalink
chore(release): cut the v0.19.0 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swagger-bot committed Mar 10, 2022
1 parent aeb8d7b commit 94ddab8
Show file tree
Hide file tree
Showing 30 changed files with 226 additions and 57 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)


### Bug Fixes

* **ns-api-deisgn-systems:** fix detection for JSON format ([5e7245b](https://github.com/swagger-api/apidom/commit/5e7245b3549ed40cbd2478386b833ef40e872f80))
* **ns-api-design-systems:** detect JSON properly ([15d4828](https://github.com/swagger-api/apidom/commit/15d48283fc731e72b91a8aba9c887994cc1236d1))
* **ns-asyncapi-2:** fix bug regarding refracting of Operation.message ([#1239](https://github.com/swagger-api/apidom/issues/1239)) ([f3e744c](https://github.com/swagger-api/apidom/commit/f3e744c9eff5db7ffb665a6240b7b67eb217af43)), closes [#427](https://github.com/swagger-api/apidom/issues/427)


### Features

* introduce API Design System namespace ([#1207](https://github.com/swagger-api/apidom/issues/1207)) ([c28a5d6](https://github.com/swagger-api/apidom/commit/c28a5d608a951a45dd6e32363829202706d9c2d0))
* **ns-api-design-systems:** add more attributes to Annotations ([04e34ab](https://github.com/swagger-api/apidom/commit/04e34ab67938885a91d311a634693c40a7ee5afa))
* **ns-api-design-systems:** add POC of OpenAPI 3.1 validator ([#1224](https://github.com/swagger-api/apidom/issues/1224)) ([1e137a0](https://github.com/swagger-api/apidom/commit/1e137a0f761cb5bbb9ea3a060cf97df14aea571a))
* **ns-api-design-systems:** add selector mechanism ([#1221](https://github.com/swagger-api/apidom/issues/1221)) ([91c700d](https://github.com/swagger-api/apidom/commit/91c700d51c74861850c00af87b0eea5c405a74f7))
* **ns-api-design-systems:** introduce adapters ([#1219](https://github.com/swagger-api/apidom/issues/1219)) ([b83d5f7](https://github.com/swagger-api/apidom/commit/b83d5f76819aa81ac7fde22d447b50ec95d0ac7e))
* **ns-api-design-systems:** introduce Standard Identifer plugin ([#1215](https://github.com/swagger-api/apidom/issues/1215)) ([c49dfa8](https://github.com/swagger-api/apidom/commit/c49dfa8e80908d6cd84ca04b21064a49d0de8c8d))
* **ns-api-design-systems:** validate request Content-Type ([#1227](https://github.com/swagger-api/apidom/issues/1227)) ([fb90dfc](https://github.com/swagger-api/apidom/commit/fb90dfc1faf796b33ded77476bd7458949035bbe))
* **ns-api-design-systems:** validate request header ([#1226](https://github.com/swagger-api/apidom/issues/1226)) ([51810e1](https://github.com/swagger-api/apidom/commit/51810e1ac7142e55bb6039e94fc2ecb01132bf04))
* **ns-api-design-systems:** validate status codes ([#1225](https://github.com/swagger-api/apidom/issues/1225)) ([fbec933](https://github.com/swagger-api/apidom/commit/fbec9331bebf10e4324d025e2940839545d8810e))





## [0.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)


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.18.1",
"version": "0.19.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.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)

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





## [0.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)


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.18.1",
"version": "0.19.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.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)

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





## [0.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)

**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.18.1",
"version": "0.19.0",
"description": "Tools for manipulating ApiDOM structures.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -36,7 +36,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.17.2",
"@swagger-api/apidom-ast": "^0.18.1",
"@swagger-api/apidom-ast": "^0.19.0",
"@types/ramda": "=0.28.1",
"minim": "=0.23.8",
"ramda": "=0.28.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/apidom-ls/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.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)


### Features

* **ns-api-design-systems:** introduce Standard Identifer plugin ([#1215](https://github.com/swagger-api/apidom/issues/1215)) ([c49dfa8](https://github.com/swagger-api/apidom/commit/c49dfa8e80908d6cd84ca04b21064a49d0de8c8d))





## [0.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)


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.18.1",
"version": "0.19.0",
"repository": {
"type": "git",
"url": "git+https://github.com/swagger-api/apidom.git"
Expand Down Expand Up @@ -39,14 +39,14 @@
},
"dependencies": {
"@babel/runtime-corejs3": "=7.17.2",
"@swagger-api/apidom-core": "^0.18.1",
"@swagger-api/apidom-ns-openapi-3-1": "^0.18.1",
"@swagger-api/apidom-parser": "^0.18.1",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.18.1",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.18.1",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.18.1",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.18.1",
"@swagger-api/apidom-reference": "^0.18.1",
"@swagger-api/apidom-core": "^0.19.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.19.0",
"@swagger-api/apidom-parser": "^0.19.0",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.19.0",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.19.0",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.19.0",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.19.0",
"@swagger-api/apidom-reference": "^0.19.0",
"@types/ramda": "=0.28.1",
"ajv": "^8.6.3",
"ajv-errors": "^3.0.0",
Expand Down
25 changes: 25 additions & 0 deletions packages/apidom-ns-api-design-systems/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Change Log

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

# [0.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)


### Bug Fixes

* **ns-api-deisgn-systems:** fix detection for JSON format ([5e7245b](https://github.com/swagger-api/apidom/commit/5e7245b3549ed40cbd2478386b833ef40e872f80))
* **ns-api-design-systems:** detect JSON properly ([15d4828](https://github.com/swagger-api/apidom/commit/15d48283fc731e72b91a8aba9c887994cc1236d1))


### Features

* introduce API Design System namespace ([#1207](https://github.com/swagger-api/apidom/issues/1207)) ([c28a5d6](https://github.com/swagger-api/apidom/commit/c28a5d608a951a45dd6e32363829202706d9c2d0))
* **ns-api-design-systems:** add more attributes to Annotations ([04e34ab](https://github.com/swagger-api/apidom/commit/04e34ab67938885a91d311a634693c40a7ee5afa))
* **ns-api-design-systems:** add POC of OpenAPI 3.1 validator ([#1224](https://github.com/swagger-api/apidom/issues/1224)) ([1e137a0](https://github.com/swagger-api/apidom/commit/1e137a0f761cb5bbb9ea3a060cf97df14aea571a))
* **ns-api-design-systems:** add selector mechanism ([#1221](https://github.com/swagger-api/apidom/issues/1221)) ([91c700d](https://github.com/swagger-api/apidom/commit/91c700d51c74861850c00af87b0eea5c405a74f7))
* **ns-api-design-systems:** introduce adapters ([#1219](https://github.com/swagger-api/apidom/issues/1219)) ([b83d5f7](https://github.com/swagger-api/apidom/commit/b83d5f76819aa81ac7fde22d447b50ec95d0ac7e))
* **ns-api-design-systems:** introduce Standard Identifer plugin ([#1215](https://github.com/swagger-api/apidom/issues/1215)) ([c49dfa8](https://github.com/swagger-api/apidom/commit/c49dfa8e80908d6cd84ca04b21064a49d0de8c8d))
* **ns-api-design-systems:** validate request Content-Type ([#1227](https://github.com/swagger-api/apidom/issues/1227)) ([fb90dfc](https://github.com/swagger-api/apidom/commit/fb90dfc1faf796b33ded77476bd7458949035bbe))
* **ns-api-design-systems:** validate request header ([#1226](https://github.com/swagger-api/apidom/issues/1226)) ([51810e1](https://github.com/swagger-api/apidom/commit/51810e1ac7142e55bb6039e94fc2ecb01132bf04))
* **ns-api-design-systems:** validate status codes ([#1225](https://github.com/swagger-api/apidom/issues/1225)) ([fbec933](https://github.com/swagger-api/apidom/commit/fbec9331bebf10e4324d025e2940839545d8810e))
10 changes: 5 additions & 5 deletions packages/apidom-ns-api-design-systems/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-ns-api-design-systems",
"version": "0.18.1",
"version": "0.19.0",
"description": "API Design Systems 2021-05-07 namespace for ApiDOM.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -42,10 +42,10 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.17.2",
"@swagger-api/apidom-core": "^0.18.1",
"@swagger-api/apidom-ns-openapi-3-1": "^0.18.1",
"@swagger-api/apidom-parser-adapter-json": "^0.18.1",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.18.1",
"@swagger-api/apidom-core": "^0.19.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.19.0",
"@swagger-api/apidom-parser-adapter-json": "^0.19.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.19.0",
"@types/ramda": "=0.28.1",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.0.0",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)


### Bug Fixes

* **ns-asyncapi-2:** fix bug regarding refracting of Operation.message ([#1239](https://github.com/swagger-api/apidom/issues/1239)) ([f3e744c](https://github.com/swagger-api/apidom/commit/f3e744c9eff5db7ffb665a6240b7b67eb217af43)), closes [#427](https://github.com/swagger-api/apidom/issues/427)





## [0.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)

**Note:** Version bump only for package @swagger-api/apidom-ns-asyncapi-2
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.18.1",
"version": "0.19.0",
"description": "AsyncAPI 2.x.y namespace for ApiDOM.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.17.2",
"@swagger-api/apidom-core": "^0.18.1",
"@swagger-api/apidom-core": "^0.19.0",
"@types/ramda": "=0.28.1",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.0.0",
Expand Down
13 changes: 13 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,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)


### Features

* **ns-api-design-systems:** add POC of OpenAPI 3.1 validator ([#1224](https://github.com/swagger-api/apidom/issues/1224)) ([1e137a0](https://github.com/swagger-api/apidom/commit/1e137a0f761cb5bbb9ea3a060cf97df14aea571a))
* **ns-api-design-systems:** introduce Standard Identifer plugin ([#1215](https://github.com/swagger-api/apidom/issues/1215)) ([c49dfa8](https://github.com/swagger-api/apidom/commit/c49dfa8e80908d6cd84ca04b21064a49d0de8c8d))
* **ns-api-design-systems:** validate status codes ([#1225](https://github.com/swagger-api/apidom/issues/1225)) ([fbec933](https://github.com/swagger-api/apidom/commit/fbec9331bebf10e4324d025e2940839545d8810e))





## [0.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)

**Note:** Version bump only for package @swagger-api/apidom-ns-openapi-3-1
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.18.1",
"version": "0.19.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 @@ -39,7 +39,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.17.2",
"@swagger-api/apidom-core": "^0.18.1",
"@swagger-api/apidom-core": "^0.19.0",
"@types/ramda": "=0.28.1",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.0.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.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)

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





## [0.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)

**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.18.1",
"version": "0.19.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 @@ -40,9 +40,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.17.2",
"@swagger-api/apidom-core": "^0.18.1",
"@swagger-api/apidom-ns-asyncapi-2": "^0.18.1",
"@swagger-api/apidom-parser-adapter-json": "^0.18.1",
"@swagger-api/apidom-core": "^0.19.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.19.0",
"@swagger-api/apidom-parser-adapter-json": "^0.19.0",
"@types/ramda": "=0.28.1",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.0.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.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)

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





## [0.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)

**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.18.1",
"version": "0.19.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 @@ -40,9 +40,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.17.2",
"@swagger-api/apidom-core": "^0.18.1",
"@swagger-api/apidom-ns-asyncapi-2": "^0.18.1",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.18.1",
"@swagger-api/apidom-core": "^0.19.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.19.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.19.0",
"@types/ramda": "=0.28.1",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.0.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.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)

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





## [0.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json
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.18.1",
"version": "0.19.0",
"description": "Parser adapter for parsing JSON documents into base namespace.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -47,8 +47,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.17.2",
"@swagger-api/apidom-ast": "^0.18.1",
"@swagger-api/apidom-core": "^0.18.1",
"@swagger-api/apidom-ast": "^0.19.0",
"@swagger-api/apidom-core": "^0.19.0",
"@types/ramda": "=0.28.1",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.0.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.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)

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





## [0.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)

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

0 comments on commit 94ddab8

Please sign in to comment.