Skip to content

Commit

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

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


### Bug Fixes

* **apidom-ast:** fix how unraw library is used ([#1193](https://github.com/swagger-api/apidom/issues/1193)) ([da80349](https://github.com/swagger-api/apidom/commit/da803498e50ab40c1a312fc6d9653f74ae98f255)), closes [#1192](https://github.com/swagger-api/apidom/issues/1192)
* **apidom-ls:** use import of ajv with full file extension ([ea12865](https://github.com/swagger-api/apidom/commit/ea12865574fea34cccaf274890b8d548edaae6ee)), closes [#930](https://github.com/swagger-api/apidom/issues/930)





# [0.18.0](https://github.com/swagger-api/apidom/compare/v0.17.0...v0.18.0) (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.0",
"version": "0.18.1",
"changelogPreset": "angular",
"command": {
"bootstrap": {
Expand Down
11 changes: 11 additions & 0 deletions packages/apidom-ast/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.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)


### Bug Fixes

* **apidom-ast:** fix how unraw library is used ([#1193](https://github.com/swagger-api/apidom/issues/1193)) ([da80349](https://github.com/swagger-api/apidom/commit/da803498e50ab40c1a312fc6d9653f74ae98f255)), closes [#1192](https://github.com/swagger-api/apidom/issues/1192)





# [0.18.0](https://github.com/swagger-api/apidom/compare/v0.17.0...v0.18.0) (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.0",
"version": "0.18.1",
"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.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





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


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.0",
"version": "0.18.1",
"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.0",
"@swagger-api/apidom-ast": "^0.18.1",
"@types/ramda": "=0.27.64",
"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.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)


### Bug Fixes

* **apidom-ls:** use import of ajv with full file extension ([ea12865](https://github.com/swagger-api/apidom/commit/ea12865574fea34cccaf274890b8d548edaae6ee)), closes [#930](https://github.com/swagger-api/apidom/issues/930)





# [0.18.0](https://github.com/swagger-api/apidom/compare/v0.17.0...v0.18.0) (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.0",
"version": "0.18.1",
"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.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.18.0",
"@swagger-api/apidom-parser": "^0.18.0",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.18.0",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.18.0",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.18.0",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.18.0",
"@swagger-api/apidom-reference": "^0.18.0",
"@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",
"@types/ramda": "=0.27.64",
"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.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





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


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.0",
"version": "0.18.1",
"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.0",
"@swagger-api/apidom-core": "^0.18.1",
"@types/ramda": "=0.27.64",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.0.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.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





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


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.0",
"version": "0.18.1",
"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.0",
"@swagger-api/apidom-core": "^0.18.1",
"@types/ramda": "=0.27.64",
"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.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





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


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.0",
"version": "0.18.1",
"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.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.18.0",
"@swagger-api/apidom-parser-adapter-json": "^0.18.0",
"@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",
"@types/ramda": "=0.27.64",
"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.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





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


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.0",
"version": "0.18.1",
"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.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.18.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.18.0",
"@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",
"@types/ramda": "=0.27.64",
"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.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





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


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.0",
"version": "0.18.1",
"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.0",
"@swagger-api/apidom-core": "^0.18.0",
"@swagger-api/apidom-ast": "^0.18.1",
"@swagger-api/apidom-core": "^0.18.1",
"@types/ramda": "=0.27.64",
"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.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





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


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.18.0",
"version": "0.18.1",
"description": "Parser adapter for parsing JSON documents into OpenAPI 3.1.x 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.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.18.0",
"@swagger-api/apidom-parser-adapter-json": "^0.18.0",
"@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",
"@types/ramda": "=0.27.64",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.0.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.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-yaml-3-1





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


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.18.0",
"version": "0.18.1",
"description": "Parser adapter for parsing YAML documents into OpenAPI 3.1.x 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.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.18.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.18.0",
"@swagger-api/apidom-core": "^0.18.1",
"@swagger-api/apidom-ns-openapi-3-1": "^0.18.1",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.18.1",
"@types/ramda": "=0.27.64",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.0.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
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.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-yaml-1-2





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


Expand Down
Loading

0 comments on commit c2944d9

Please sign in to comment.