Skip to content

Commit d474d32

Browse files
committed
chore(release): cut the v0.97.1 release [skip ci]
1 parent a8994d6 commit d474d32

File tree

7 files changed

+27
-7
lines changed

7 files changed

+27
-7
lines changed

CHANGELOG.md

+8
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.97.1](https://github.com/swagger-api/apidom/compare/v0.97.0...v0.97.1) (2024-03-08)
7+
8+
### Bug Fixes
9+
10+
- **reference:** base AsyncAPI 2.x resolver strategy on dereference strategy ([#3909](https://github.com/swagger-api/apidom/issues/3909)) ([98cb77f](https://github.com/swagger-api/apidom/commit/98cb77f922945302bbc9200a5bc6de185437afd3)), closes [#3452](https://github.com/swagger-api/apidom/issues/3452)
11+
- **reference:** base OpenAPI 3.0.x resolver strategy on dereference strategy ([#3908](https://github.com/swagger-api/apidom/issues/3908)) ([e1ae4d1](https://github.com/swagger-api/apidom/commit/e1ae4d1c01f457e989d87ff12868033a757d4e31)), closes [#3452](https://github.com/swagger-api/apidom/issues/3452)
12+
- **reference:** base OpenAPI 3.1.0 resolver strategy on dereference strategy ([#3910](https://github.com/swagger-api/apidom/issues/3910)) ([b21d7bf](https://github.com/swagger-api/apidom/commit/b21d7bfc4e626782c4a3fd483428d8fe42bdecbe)), closes [#3452](https://github.com/swagger-api/apidom/issues/3452)
13+
614
# [0.97.0](https://github.com/swagger-api/apidom/compare/v0.96.0...v0.97.0) (2024-03-07)
715

816
### Features

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.97.0",
4+
"version": "0.97.1",
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.97.1](https://github.com/swagger-api/apidom/compare/v0.97.0...v0.97.1) (2024-03-08)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-ls
9+
610
# [0.97.0](https://github.com/swagger-api/apidom/compare/v0.96.0...v0.97.0) (2024-03-07)
711

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

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.97.0",
4+
"version": "0.97.1",
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.97.0",
115115
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.97.0",
116116
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.97.0",
117-
"@swagger-api/apidom-reference": "^0.97.0",
117+
"@swagger-api/apidom-reference": "^0.97.1",
118118
"@types/ramda": "~0.29.6",
119119
"openapi-path-templating": "^1.4.0",
120120
"ramda": "~0.29.1",

packages/apidom-reference/CHANGELOG.md

+8
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.97.1](https://github.com/swagger-api/apidom/compare/v0.97.0...v0.97.1) (2024-03-08)
7+
8+
### Bug Fixes
9+
10+
- **reference:** base AsyncAPI 2.x resolver strategy on dereference strategy ([#3909](https://github.com/swagger-api/apidom/issues/3909)) ([98cb77f](https://github.com/swagger-api/apidom/commit/98cb77f922945302bbc9200a5bc6de185437afd3)), closes [#3452](https://github.com/swagger-api/apidom/issues/3452)
11+
- **reference:** base OpenAPI 3.0.x resolver strategy on dereference strategy ([#3908](https://github.com/swagger-api/apidom/issues/3908)) ([e1ae4d1](https://github.com/swagger-api/apidom/commit/e1ae4d1c01f457e989d87ff12868033a757d4e31)), closes [#3452](https://github.com/swagger-api/apidom/issues/3452)
12+
- **reference:** base OpenAPI 3.1.0 resolver strategy on dereference strategy ([#3910](https://github.com/swagger-api/apidom/issues/3910)) ([b21d7bf](https://github.com/swagger-api/apidom/commit/b21d7bfc4e626782c4a3fd483428d8fe42bdecbe)), closes [#3452](https://github.com/swagger-api/apidom/issues/3452)
13+
614
# [0.97.0](https://github.com/swagger-api/apidom/compare/v0.96.0...v0.97.0) (2024-03-07)
715

816
### Features

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.97.0",
3+
"version": "0.97.1",
44
"description": "Advanced algorithms for semantic ApiDOM manipulations like dereferencing or resolution.",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)