Skip to content

Commit

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

## [0.98.2](https://github.com/swagger-api/apidom/compare/v0.98.1...v0.98.2) (2024-03-28)

### Bug Fixes

- **reference:** fix regression in AsyncAPI 2.x dereferencing ([#3975](https://github.com/swagger-api/apidom/issues/3975)) ([6e8d9a0](https://github.com/swagger-api/apidom/commit/6e8d9a014682a263dac44724df33c3b360502f0f)), closes [#3974](https://github.com/swagger-api/apidom/issues/3974)
- **reference:** fix regression in OpenAPI 2.0 derferencing ([#3976](https://github.com/swagger-api/apidom/issues/3976)) ([2e4d15a](https://github.com/swagger-api/apidom/commit/2e4d15a43a7c2160729d4adcf0be766481308131)), closes [#3974](https://github.com/swagger-api/apidom/issues/3974)
- **reference:** fix regression in OpenAPI 3.0.x dereferencing ([#3977](https://github.com/swagger-api/apidom/issues/3977)) ([45d706f](https://github.com/swagger-api/apidom/commit/45d706fd736112a1a33e416ddccfe498bbbff72d)), closes [#3974](https://github.com/swagger-api/apidom/issues/3974)
- **reference:** fix regression in OpenAPI 3.1.0 dereferencing ([#3978](https://github.com/swagger-api/apidom/issues/3978)) ([ff039fe](https://github.com/swagger-api/apidom/commit/ff039feb6a0f3356053720952039e7650df7b84f)), closes [#3974](https://github.com/swagger-api/apidom/issues/3974)

## [0.98.1](https://github.com/swagger-api/apidom/compare/v0.98.0...v0.98.1) (2024-03-25)

### Performance Improvements
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["packages/*"],
"npmClient": "npm",
"version": "0.98.1",
"version": "0.98.2",
"changelogPreset": "angular",
"command": {
"bootstrap": {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/apidom-ls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.98.2](https://github.com/swagger-api/apidom/compare/v0.98.1...v0.98.2) (2024-03-28)

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

## [0.98.1](https://github.com/swagger-api/apidom/compare/v0.98.0...v0.98.1) (2024-03-25)

### Performance Improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/apidom-ls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swagger-api/apidom-ls",
"description": "ApiDOM based language service library.",
"version": "0.98.1",
"version": "0.98.2",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -114,7 +114,7 @@
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": "^0.98.0",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.98.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.98.0",
"@swagger-api/apidom-reference": "^0.98.0",
"@swagger-api/apidom-reference": "^0.98.2",
"@types/ramda": "~0.29.6",
"openapi-path-templating": "^1.4.0",
"ramda": "~0.29.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/apidom-reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.98.2](https://github.com/swagger-api/apidom/compare/v0.98.1...v0.98.2) (2024-03-28)

### Bug Fixes

- **reference:** fix regression in AsyncAPI 2.x dereferencing ([#3975](https://github.com/swagger-api/apidom/issues/3975)) ([6e8d9a0](https://github.com/swagger-api/apidom/commit/6e8d9a014682a263dac44724df33c3b360502f0f)), closes [#3974](https://github.com/swagger-api/apidom/issues/3974)
- **reference:** fix regression in OpenAPI 2.0 derferencing ([#3976](https://github.com/swagger-api/apidom/issues/3976)) ([2e4d15a](https://github.com/swagger-api/apidom/commit/2e4d15a43a7c2160729d4adcf0be766481308131)), closes [#3974](https://github.com/swagger-api/apidom/issues/3974)
- **reference:** fix regression in OpenAPI 3.0.x dereferencing ([#3977](https://github.com/swagger-api/apidom/issues/3977)) ([45d706f](https://github.com/swagger-api/apidom/commit/45d706fd736112a1a33e416ddccfe498bbbff72d)), closes [#3974](https://github.com/swagger-api/apidom/issues/3974)
- **reference:** fix regression in OpenAPI 3.1.0 dereferencing ([#3978](https://github.com/swagger-api/apidom/issues/3978)) ([ff039fe](https://github.com/swagger-api/apidom/commit/ff039feb6a0f3356053720952039e7650df7b84f)), closes [#3974](https://github.com/swagger-api/apidom/issues/3974)

# [0.98.0](https://github.com/swagger-api/apidom/compare/v0.97.1...v0.98.0) (2024-03-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/apidom-reference/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/apidom-reference",
"version": "0.98.0",
"version": "0.98.2",
"description": "Advanced algorithms for semantic ApiDOM manipulations like dereferencing or resolution.",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit c3217a1

Please sign in to comment.