Skip to content

Commit c3217a1

Browse files
committed
chore(release): cut the v0.98.2 release [skip ci]
1 parent ff039fe commit c3217a1

File tree

7 files changed

+29
-7
lines changed

7 files changed

+29
-7
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.98.2](https://github.com/swagger-api/apidom/compare/v0.98.1...v0.98.2) (2024-03-28)
7+
8+
### Bug Fixes
9+
10+
- **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)
11+
- **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)
12+
- **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)
13+
- **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)
14+
615
## [0.98.1](https://github.com/swagger-api/apidom/compare/v0.98.0...v0.98.1) (2024-03-25)
716

817
### Performance Improvements

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "npm",
4-
"version": "0.98.1",
4+
"version": "0.98.2",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/apidom-ls/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.98.2](https://github.com/swagger-api/apidom/compare/v0.98.1...v0.98.2) (2024-03-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-ls
9+
610
## [0.98.1](https://github.com/swagger-api/apidom/compare/v0.98.0...v0.98.1) (2024-03-25)
711

812
### Performance Improvements

packages/apidom-ls/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swagger-api/apidom-ls",
33
"description": "ApiDOM based language service library.",
4-
"version": "0.98.1",
4+
"version": "0.98.2",
55
"publishConfig": {
66
"access": "public",
77
"registry": "https://registry.npmjs.org"
@@ -114,7 +114,7 @@
114114
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": "^0.98.0",
115115
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.98.0",
116116
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.98.0",
117-
"@swagger-api/apidom-reference": "^0.98.0",
117+
"@swagger-api/apidom-reference": "^0.98.2",
118118
"@types/ramda": "~0.29.6",
119119
"openapi-path-templating": "^1.4.0",
120120
"ramda": "~0.29.1",

packages/apidom-reference/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.98.2](https://github.com/swagger-api/apidom/compare/v0.98.1...v0.98.2) (2024-03-28)
7+
8+
### Bug Fixes
9+
10+
- **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)
11+
- **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)
12+
- **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)
13+
- **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)
14+
615
# [0.98.0](https://github.com/swagger-api/apidom/compare/v0.97.1...v0.98.0) (2024-03-21)
716

817
### Bug Fixes

packages/apidom-reference/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swagger-api/apidom-reference",
3-
"version": "0.98.0",
3+
"version": "0.98.2",
44
"description": "Advanced algorithms for semantic ApiDOM manipulations like dereferencing or resolution.",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)