Skip to content

Commit 0fbbdb5

Browse files
committed
chore(release): cut the v1.0.0-alpha.10 release [skip ci]
1 parent 54c291f commit 0fbbdb5

File tree

67 files changed

+410
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+410
-272
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
# [1.0.0-alpha.10](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-10-21)
7+
8+
### Bug Fixes
9+
10+
- **apidom-parser-adapter-openapi-json-3-0:** drop rc version support ([#4320](https://github.com/swagger-api/apidom/issues/4320)) ([b8afa76](https://github.com/swagger-api/apidom/commit/b8afa766c9cef5f98bbfd2f0bfd784956600dd54)), closes [#2265](https://github.com/swagger-api/apidom/issues/2265)
11+
- **playground:** fix importing definition from URL ([#4318](https://github.com/swagger-api/apidom/issues/4318)) ([3d32525](https://github.com/swagger-api/apidom/commit/3d325257bd07ad195ff02b23151223bbbef5727f))
12+
- **security:** fix security issue in jsonpath-plus prod dependency ([54c291f](https://github.com/swagger-api/apidom/commit/54c291fc672fe6185c5aa7af01b362a6dd1425b4)), closes [#4380](https://github.com/swagger-api/apidom/issues/4380) [#4386](https://github.com/swagger-api/apidom/issues/4386)
13+
614
# [1.0.0-alpha.9](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-08-14)
715

816
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "npm",
4-
"version": "1.0.0-alpha.9",
4+
"version": "1.0.0-alpha.10",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

package-lock.json

Lines changed: 135 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/apidom-ast/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [1.0.0-alpha.10](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-10-21)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-ast
9+
610
# [1.0.0-alpha.9](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-08-14)
711

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

packages/apidom-ast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swagger-api/apidom-ast",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
44
"description": "Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.",
55
"publishConfig": {
66
"access": "public",
@@ -42,7 +42,7 @@
4242
"homepage": "https://github.com/swagger-api/apidom#readme",
4343
"dependencies": {
4444
"@babel/runtime-corejs3": "^7.20.7",
45-
"@swagger-api/apidom-error": "^1.0.0-alpha.9",
45+
"@swagger-api/apidom-error": "^1.0.0-alpha.10",
4646
"@types/ramda": "~0.30.0",
4747
"ramda": "~0.30.0",
4848
"ramda-adjunct": "^5.0.0",

packages/apidom-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [1.0.0-alpha.10](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-10-21)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-core
9+
610
# [1.0.0-alpha.9](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-08-14)
711

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

packages/apidom-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swagger-api/apidom-core",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
44
"description": "Tools for manipulating ApiDOM structures.",
55
"publishConfig": {
66
"access": "public",
@@ -42,8 +42,8 @@
4242
"license": "Apache-2.0",
4343
"dependencies": {
4444
"@babel/runtime-corejs3": "^7.20.7",
45-
"@swagger-api/apidom-ast": "^1.0.0-alpha.9",
46-
"@swagger-api/apidom-error": "^1.0.0-alpha.9",
45+
"@swagger-api/apidom-ast": "^1.0.0-alpha.10",
46+
"@swagger-api/apidom-error": "^1.0.0-alpha.10",
4747
"@types/ramda": "~0.30.0",
4848
"minim": "~0.23.8",
4949
"ramda": "~0.30.0",

packages/apidom-error/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [1.0.0-alpha.10](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-10-21)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-error
9+
610
# [1.0.0-alpha.9](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-08-14)
711

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

packages/apidom-error/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swagger-api/apidom-error",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
44
"description": "Backward compatible custom ApiDOM errors with causes.",
55
"publishConfig": {
66
"access": "public",

packages/apidom-json-path/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [1.0.0-alpha.10](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-10-21)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-json-path
9+
610
# [1.0.0-alpha.9](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-08-14)
711

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

0 commit comments

Comments
 (0)