Skip to content

Commit 6224017

Browse files
committed
chore(release): cut the v0.6.0 release [skip ci]
1 parent ddee593 commit 6224017

File tree

28 files changed

+203
-52
lines changed

28 files changed

+203
-52
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/swagger-api/apidom/compare/v0.5.1...v0.6.0) (2021-11-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **apidom-ls:** fixes quick fix for empty value ([ab4938f](https://github.com/swagger-api/apidom/commit/ab4938f98078ae87c27f67771a80a67e5077ffc6))
12+
* **apidom-ls:** fixes quoted/unquoted completion ([aa912d3](https://github.com/swagger-api/apidom/commit/aa912d3b380861db2c1106a18a77c2cf1f8c5874))
13+
* **apidom-ls:** implement ref completion ([69d9c8f](https://github.com/swagger-api/apidom/commit/69d9c8f993f3fe6941c3e70a884b63b18a254774))
14+
* update version, spec-version, api-version meta ([ddee593](https://github.com/swagger-api/apidom/commit/ddee593c0aa1f94e2d1eed1cb8a93f28b8e46db4))
15+
16+
17+
### Features
18+
19+
* **apidom-ls:** support all AsyncAPI 2.x in json schema validation ([4cd47b3](https://github.com/swagger-api/apidom/commit/4cd47b3f0cae1d6563689104ef550181b0b337b1))
20+
21+
22+
23+
24+
625
## [0.5.1](https://github.com/swagger-api/apidom/compare/v0.5.0...v0.5.1) (2021-11-01)
726

827

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"npmClient": "npm",
66
"useWorkspaces": true,
7-
"version": "0.5.1",
7+
"version": "0.6.0",
88
"changelogPreset": "angular",
99
"command": {
1010
"bootstrap": {

packages/apidom-ast/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/swagger-api/apidom/compare/v0.5.1...v0.6.0) (2021-11-04)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-ast
9+
10+
11+
12+
13+
614
## [0.5.1](https://github.com/swagger-api/apidom/compare/v0.5.0...v0.5.1) (2021-11-01)
715

816

packages/apidom-ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swagger-api/apidom-ast",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.",
55
"publishConfig": {
66
"registry": "https://npm.pkg.github.com"

packages/apidom-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/swagger-api/apidom/compare/v0.5.1...v0.6.0) (2021-11-04)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-core
9+
10+
11+
12+
13+
614
## [0.5.1](https://github.com/swagger-api/apidom/compare/v0.5.0...v0.5.1) (2021-11-01)
715

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

packages/apidom-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swagger-api/apidom-core",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Tools for manipulating ApiDOM structures.",
55
"publishConfig": {
66
"registry": "https://npm.pkg.github.com"
@@ -33,7 +33,7 @@
3333
"license": "Apache-2.0",
3434
"dependencies": {
3535
"@babel/runtime-corejs3": "=7.16.0",
36-
"@swagger-api/apidom-ast": "^0.5.1",
36+
"@swagger-api/apidom-ast": "^0.6.0",
3737
"@types/ramda": "=0.27.46",
3838
"minim": "=0.23.8",
3939
"ramda": "=0.27.1",

packages/apidom-ls/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/swagger-api/apidom/compare/v0.5.1...v0.6.0) (2021-11-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **apidom-ls:** fixes quick fix for empty value ([ab4938f](https://github.com/swagger-api/apidom/commit/ab4938f98078ae87c27f67771a80a67e5077ffc6))
12+
* **apidom-ls:** fixes quoted/unquoted completion ([aa912d3](https://github.com/swagger-api/apidom/commit/aa912d3b380861db2c1106a18a77c2cf1f8c5874))
13+
* **apidom-ls:** implement ref completion ([69d9c8f](https://github.com/swagger-api/apidom/commit/69d9c8f993f3fe6941c3e70a884b63b18a254774))
14+
* update version, spec-version, api-version meta ([ddee593](https://github.com/swagger-api/apidom/commit/ddee593c0aa1f94e2d1eed1cb8a93f28b8e46db4))
15+
16+
17+
### Features
18+
19+
* **apidom-ls:** support all AsyncAPI 2.x in json schema validation ([4cd47b3](https://github.com/swagger-api/apidom/commit/4cd47b3f0cae1d6563689104ef550181b0b337b1))
20+
21+
22+
23+
24+
625
## [0.5.1](https://github.com/swagger-api/apidom/compare/v0.5.0...v0.5.1) (2021-11-01)
726

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

packages/apidom-ls/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"registry": "https://npm.pkg.github.com"
66
},
7-
"version": "0.5.1",
7+
"version": "0.6.0",
88
"repository": {
99
"type": "git",
1010
"url": "git+https://github.com/swagger-api/apidom.git"
@@ -36,14 +36,14 @@
3636
},
3737
"dependencies": {
3838
"@babel/runtime-corejs3": "=7.16.0",
39-
"@swagger-api/apidom-core": "^0.5.1",
40-
"@swagger-api/apidom-ns-openapi-3-1": "^0.5.1",
41-
"@swagger-api/apidom-parser": "^0.5.1",
42-
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.5.1",
43-
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.5.1",
44-
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.5.1",
45-
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.5.1",
46-
"@swagger-api/apidom-reference": "^0.5.1",
39+
"@swagger-api/apidom-core": "^0.6.0",
40+
"@swagger-api/apidom-ns-openapi-3-1": "^0.6.0",
41+
"@swagger-api/apidom-parser": "^0.6.0",
42+
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.6.0",
43+
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.6.0",
44+
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.6.0",
45+
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.6.0",
46+
"@swagger-api/apidom-reference": "^0.6.0",
4747
"@types/ramda": "=0.27.46",
4848
"ajv": "^8.6.3",
4949
"ajv-errors": "^3.0.0",

packages/apidom-ns-asyncapi-2/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/swagger-api/apidom/compare/v0.5.1...v0.6.0) (2021-11-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **apidom-ls:** implement ref completion ([69d9c8f](https://github.com/swagger-api/apidom/commit/69d9c8f993f3fe6941c3e70a884b63b18a254774))
12+
* update version, spec-version, api-version meta ([ddee593](https://github.com/swagger-api/apidom/commit/ddee593c0aa1f94e2d1eed1cb8a93f28b8e46db4))
13+
14+
15+
### Features
16+
17+
* **apidom-ls:** support all AsyncAPI 2.x in json schema validation ([4cd47b3](https://github.com/swagger-api/apidom/commit/4cd47b3f0cae1d6563689104ef550181b0b337b1))
18+
19+
20+
21+
22+
623
## [0.5.1](https://github.com/swagger-api/apidom/compare/v0.5.0...v0.5.1) (2021-11-01)
724

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

packages/apidom-ns-asyncapi-2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swagger-api/apidom-ns-asyncapi-2",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "AsyncAPI 2.x.y namespace for ApiDOM.",
55
"publishConfig": {
66
"registry": "https://npm.pkg.github.com"
@@ -35,7 +35,7 @@
3535
"license": "Apache-2.0",
3636
"dependencies": {
3737
"@babel/runtime-corejs3": "=7.16.0",
38-
"@swagger-api/apidom-core": "^0.5.1",
38+
"@swagger-api/apidom-core": "^0.6.0",
3939
"@types/ramda": "=0.27.46",
4040
"ramda": "=0.27.1",
4141
"ramda-adjunct": "=2.35.0",

0 commit comments

Comments
 (0)