Skip to content

Commit

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

# [0.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)


### Bug Fixes

* **ns-asynapi-2:** fix traversal key map ([8ef14b4](https://github.com/swagger-api/apidom/commit/8ef14b47cc0cf2e42e6356273851f2a5168c9024))
* **ns-openapi-3-1:** fix bug in replace empty el. plugin ([f3413d0](https://github.com/swagger-api/apidom/commit/f3413d082cef010146468cb1444092a2d20d0c9b)), closes [#812](https://github.com/swagger-api/apidom/issues/812)
* **ns-openapi-3-1:** fix bug in replace empty el. plugin ([221bac3](https://github.com/swagger-api/apidom/commit/221bac3f84ea2388ead0c3b4c29a540d989f9704)), closes [#812](https://github.com/swagger-api/apidom/issues/812)


### Features

* add plugin for replacing empty elements ([#879](https://github.com/swagger-api/apidom/issues/879)) ([c073f58](https://github.com/swagger-api/apidom/commit/c073f5853bc1e37c540b0bebec74efa82e7b359f)), closes [#883](https://github.com/swagger-api/apidom/issues/883)
* **ns-asyncapi-2:** add support for bindinds empty elements mapping ([#890](https://github.com/swagger-api/apidom/issues/890)) ([9743bc5](https://github.com/swagger-api/apidom/commit/9743bc59d2834f7951565abb5076debf3c929473)), closes [#812](https://github.com/swagger-api/apidom/issues/812)
* **ns-asyncapi-2:** add support for full empty elements mapping ([b5c8134](https://github.com/swagger-api/apidom/commit/b5c8134bb9f9b3aaa69e123657d8a95bb8f48c39)), closes [#833](https://github.com/swagger-api/apidom/issues/833)
* **ns-asyncapi-2:** introduce non-concrete Elements ([5f3d87d](https://github.com/swagger-api/apidom/commit/5f3d87d54f8a2c3940c9e9ccd816ccfdd24ddbcd)), closes [#833](https://github.com/swagger-api/apidom/issues/833)
* **ns-openapi-3-1:** add support for full empty elements mapping ([#894](https://github.com/swagger-api/apidom/issues/894)) ([cc1dbdc](https://github.com/swagger-api/apidom/commit/cc1dbdc8026674b88b1176a821d258445d5d6747)), closes [#891](https://github.com/swagger-api/apidom/issues/891)





# [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)


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.7.0",
"version": "0.8.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.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)

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





# [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)

**Note:** Version bump only for package @swagger-api/apidom-ast
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.7.0",
"version": "0.8.0",
"description": "Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down
11 changes: 11 additions & 0 deletions packages/apidom-core/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.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)


### Features

* add plugin for replacing empty elements ([#879](https://github.com/swagger-api/apidom/issues/879)) ([c073f58](https://github.com/swagger-api/apidom/commit/c073f5853bc1e37c540b0bebec74efa82e7b359f)), closes [#883](https://github.com/swagger-api/apidom/issues/883)





# [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)

**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.7.0",
"version": "0.8.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.7.0",
"@swagger-api/apidom-ast": "^0.8.0",
"@types/ramda": "=0.27.49",
"minim": "=0.23.8",
"ramda": "=0.27.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-ls/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.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)

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





# [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)


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.7.0",
"version": "0.8.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.7.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.7.0",
"@swagger-api/apidom-parser": "^0.7.0",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.7.0",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.7.0",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.7.0",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.7.0",
"@swagger-api/apidom-reference": "^0.7.0",
"@swagger-api/apidom-core": "^0.8.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.8.0",
"@swagger-api/apidom-parser": "^0.8.0",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.8.0",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.8.0",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.8.0",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.8.0",
"@swagger-api/apidom-reference": "^0.8.0",
"@types/ramda": "=0.27.49",
"ajv": "^8.6.3",
"ajv-errors": "^3.0.0",
Expand Down
21 changes: 21 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,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)


### Bug Fixes

* **ns-asynapi-2:** fix traversal key map ([8ef14b4](https://github.com/swagger-api/apidom/commit/8ef14b47cc0cf2e42e6356273851f2a5168c9024))
* **ns-openapi-3-1:** fix bug in replace empty el. plugin ([f3413d0](https://github.com/swagger-api/apidom/commit/f3413d082cef010146468cb1444092a2d20d0c9b)), closes [#812](https://github.com/swagger-api/apidom/issues/812)
* **ns-openapi-3-1:** fix bug in replace empty el. plugin ([221bac3](https://github.com/swagger-api/apidom/commit/221bac3f84ea2388ead0c3b4c29a540d989f9704)), closes [#812](https://github.com/swagger-api/apidom/issues/812)


### Features

* add plugin for replacing empty elements ([#879](https://github.com/swagger-api/apidom/issues/879)) ([c073f58](https://github.com/swagger-api/apidom/commit/c073f5853bc1e37c540b0bebec74efa82e7b359f)), closes [#883](https://github.com/swagger-api/apidom/issues/883)
* **ns-asyncapi-2:** add support for bindinds empty elements mapping ([#890](https://github.com/swagger-api/apidom/issues/890)) ([9743bc5](https://github.com/swagger-api/apidom/commit/9743bc59d2834f7951565abb5076debf3c929473)), closes [#812](https://github.com/swagger-api/apidom/issues/812)
* **ns-asyncapi-2:** add support for full empty elements mapping ([b5c8134](https://github.com/swagger-api/apidom/commit/b5c8134bb9f9b3aaa69e123657d8a95bb8f48c39)), closes [#833](https://github.com/swagger-api/apidom/issues/833)
* **ns-asyncapi-2:** introduce non-concrete Elements ([5f3d87d](https://github.com/swagger-api/apidom/commit/5f3d87d54f8a2c3940c9e9ccd816ccfdd24ddbcd)), closes [#833](https://github.com/swagger-api/apidom/issues/833)





# [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)

**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.7.0",
"version": "0.8.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.7.0",
"@swagger-api/apidom-core": "^0.8.0",
"@types/ramda": "=0.27.49",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.35.0",
Expand Down
16 changes: 16 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,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)


### Bug Fixes

* **ns-openapi-3-1:** fix bug in replace empty el. plugin ([f3413d0](https://github.com/swagger-api/apidom/commit/f3413d082cef010146468cb1444092a2d20d0c9b)), closes [#812](https://github.com/swagger-api/apidom/issues/812)


### Features

* **ns-openapi-3-1:** add support for full empty elements mapping ([#894](https://github.com/swagger-api/apidom/issues/894)) ([cc1dbdc](https://github.com/swagger-api/apidom/commit/cc1dbdc8026674b88b1176a821d258445d5d6747)), closes [#891](https://github.com/swagger-api/apidom/issues/891)





# [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)

**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.7.0",
"version": "0.8.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.7.0",
"@swagger-api/apidom-core": "^0.8.0",
"@types/ramda": "=0.27.49",
"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.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)

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





# [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)

**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.7.0",
"version": "0.8.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.7.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.7.0",
"@swagger-api/apidom-parser-adapter-json": "^0.7.0",
"@swagger-api/apidom-core": "^0.8.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.8.0",
"@swagger-api/apidom-parser-adapter-json": "^0.8.0",
"@types/ramda": "=0.27.49",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.35.0"
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)


### Bug Fixes

* **ns-openapi-3-1:** fix bug in replace empty el. plugin ([221bac3](https://github.com/swagger-api/apidom/commit/221bac3f84ea2388ead0c3b4c29a540d989f9704)), closes [#812](https://github.com/swagger-api/apidom/issues/812)





# [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)

**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.7.0",
"version": "0.8.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.7.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.7.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.7.0",
"@swagger-api/apidom-core": "^0.8.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.8.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.8.0",
"@types/ramda": "=0.27.49",
"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.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)

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





# [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)

**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.7.0",
"version": "0.8.0",
"description": "Parser adapter for parsing JSON documents into base namespace.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -38,8 +38,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.16.3",
"@swagger-api/apidom-ast": "^0.7.0",
"@swagger-api/apidom-core": "^0.7.0",
"@swagger-api/apidom-ast": "^0.8.0",
"@swagger-api/apidom-core": "^0.8.0",
"@types/ramda": "=0.27.49",
"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.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)

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





# [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)

**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.7.0",
"version": "0.8.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.7.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.7.0",
"@swagger-api/apidom-parser-adapter-json": "^0.7.0",
"@swagger-api/apidom-core": "^0.8.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.8.0",
"@swagger-api/apidom-parser-adapter-json": "^0.8.0",
"@types/ramda": "=0.27.49",
"ramda": "=0.27.1",
"ramda-adjunct": "=2.35.0"
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)


### Bug Fixes

* **ns-openapi-3-1:** fix bug in replace empty el. plugin ([f3413d0](https://github.com/swagger-api/apidom/commit/f3413d082cef010146468cb1444092a2d20d0c9b)), closes [#812](https://github.com/swagger-api/apidom/issues/812)





# [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)

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

0 comments on commit f5a1715

Please sign in to comment.