Skip to content

Commit

Permalink
chore(release): cut the v0.38.0 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swagger-bot committed Jul 29, 2022
1 parent 5ff591e commit 6621d77
Show file tree
Hide file tree
Showing 38 changed files with 230 additions and 72 deletions.
11 changes: 11 additions & 0 deletions 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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)


### Features

* **apidom-ls:** implement initial ext ref go to ([5ff591e](https://github.com/swagger-api/apidom/commit/5ff591edd16ff5227833a7c301eb8c1f389f578e))





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)


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.37.0",
"version": "0.38.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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)

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





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)

**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.37.0",
"version": "0.38.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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)

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





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)

**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.37.0",
"version": "0.38.0",
"description": "Tools for manipulating ApiDOM structures.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -37,7 +37,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.18.9",
"@swagger-api/apidom-ast": "^0.37.0",
"@swagger-api/apidom-ast": "^0.38.0",
"@types/ramda": "=0.28.15",
"minim": "=0.23.8",
"ramda": "=0.28.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-json-path/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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)

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





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)

**Note:** Version bump only for package @swagger-api/apidom-json-path
Expand Down
6 changes: 3 additions & 3 deletions packages/apidom-json-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-json-path",
"version": "0.37.0",
"version": "0.38.0",
"description": "Evaluate JSONPath expressions against ApiDOM.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -36,8 +36,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.18.9",
"@swagger-api/apidom-core": "^0.37.0",
"@swagger-api/apidom-json-pointer": "^0.37.0",
"@swagger-api/apidom-core": "^0.38.0",
"@swagger-api/apidom-json-pointer": "^0.38.0",
"jsonpath-plus": "=7.0.0"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-json-pointer/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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)

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





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)

**Note:** Version bump only for package @swagger-api/apidom-json-pointer
Expand Down
4 changes: 2 additions & 2 deletions packages/apidom-json-pointer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-json-pointer",
"version": "0.37.0",
"version": "0.38.0",
"description": "Evaluate JSON Pointer expressions against ApiDOM.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -36,7 +36,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.18.9",
"@swagger-api/apidom-core": "^0.37.0",
"@swagger-api/apidom-core": "^0.38.0",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.2.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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)


### Features

* **apidom-ls:** implement initial ext ref go to ([5ff591e](https://github.com/swagger-api/apidom/commit/5ff591edd16ff5227833a7c301eb8c1f389f578e))





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)

**Note:** Version bump only for package @swagger-api/apidom-ls
Expand Down
20 changes: 10 additions & 10 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.37.0",
"version": "0.38.0",
"repository": {
"type": "git",
"url": "git+https://github.com/swagger-api/apidom.git"
Expand Down Expand Up @@ -40,15 +40,15 @@
},
"dependencies": {
"@babel/runtime-corejs3": "=7.18.9",
"@swagger-api/apidom-core": "^0.37.0",
"@swagger-api/apidom-json-pointer": "^0.37.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.37.0",
"@swagger-api/apidom-parser": "^0.37.0",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.37.0",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.37.0",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.37.0",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.37.0",
"@swagger-api/apidom-reference": "^0.37.0",
"@swagger-api/apidom-core": "^0.38.0",
"@swagger-api/apidom-json-pointer": "^0.38.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.38.0",
"@swagger-api/apidom-parser": "^0.38.0",
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.38.0",
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.38.0",
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.38.0",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.38.0",
"@swagger-api/apidom-reference": "^0.38.0",
"@types/ramda": "=0.28.15",
"ajv": "^8.6.3",
"ajv-errors": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/apidom-ns-api-design-systems/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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)

**Note:** Version bump only for package @swagger-api/apidom-ns-api-design-systems





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)

**Note:** Version bump only for package @swagger-api/apidom-ns-api-design-systems
Expand Down
6 changes: 3 additions & 3 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.37.0",
"version": "0.38.0",
"description": "API Design Systems 2021-05-07 namespace for ApiDOM.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -37,8 +37,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.18.9",
"@swagger-api/apidom-core": "^0.37.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.37.0",
"@swagger-api/apidom-core": "^0.38.0",
"@swagger-api/apidom-ns-openapi-3-1": "^0.38.0",
"@types/ramda": "=0.28.15",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.2.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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)

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





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)

**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.37.0",
"version": "0.38.0",
"description": "AsyncAPI 2.x.y namespace for ApiDOM.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -39,7 +39,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.18.9",
"@swagger-api/apidom-core": "^0.37.0",
"@swagger-api/apidom-core": "^0.38.0",
"@types/ramda": "=0.28.15",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.2.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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)

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





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)

**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.37.0",
"version": "0.38.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,7 +40,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "=7.18.9",
"@swagger-api/apidom-core": "^0.37.0",
"@swagger-api/apidom-core": "^0.38.0",
"@types/ramda": "=0.28.15",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.2.0",
Expand Down
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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)

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





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-parser-adapter-api-design-systems-json",
"version": "0.37.0",
"version": "0.38.0",
"description": "Parser adapter for parsing JSON documents into API Design Systems 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.18.9",
"@swagger-api/apidom-core": "^0.37.0",
"@swagger-api/apidom-ns-api-design-systems": "^0.37.0",
"@swagger-api/apidom-parser-adapter-json": "^0.37.0",
"@swagger-api/apidom-core": "^0.38.0",
"@swagger-api/apidom-ns-api-design-systems": "^0.38.0",
"@swagger-api/apidom-parser-adapter-json": "^0.38.0",
"@types/ramda": "=0.28.15",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.2.0"
Expand Down
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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)

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





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)

**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-parser-adapter-api-design-systems-yaml",
"version": "0.37.0",
"version": "0.38.0",
"description": "Parser adapter for parsing YAML documents into API Design Systems 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.18.9",
"@swagger-api/apidom-core": "^0.37.0",
"@swagger-api/apidom-ns-api-design-systems": "^0.37.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.37.0",
"@swagger-api/apidom-core": "^0.38.0",
"@swagger-api/apidom-ns-api-design-systems": "^0.38.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.38.0",
"@types/ramda": "=0.28.15",
"ramda": "=0.28.0",
"ramda-adjunct": "=3.2.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.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)

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





# [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)

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

0 comments on commit 6621d77

Please sign in to comment.