Skip to content

Commit 8ec8b3d

Browse files
committed
chore(release): cut the v0.1.0 release [skip ci]
1 parent 0abb580 commit 8ec8b3d

File tree

28 files changed

+658
-42
lines changed

28 files changed

+658
-42
lines changed

CHANGELOG.md

+502
Large diffs are not rendered by default.

lerna.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@
1111
"hoist": true
1212
},
1313
"version": {
14-
"allowBranch": ["master", "release"],
14+
"allowBranch": [
15+
"master",
16+
"release"
17+
],
1518
"conventionalCommits": true,
1619
"createRelease": "github",
1720
"message": "chore(release): cut the %s release [skip ci]",
18-
"ignoreChanges": ["**/test/**"]
21+
"ignoreChanges": [
22+
"**/test/**"
23+
]
1924
},
2025
"publish": {
2126
"registry": "https://npm.pkg.github.com"

packages/apidom-ast/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-ast

packages/apidom-ast/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.",
55
"publishConfig": {
6-
"registry":"https://npm.pkg.github.com"
6+
"registry": "https://npm.pkg.github.com"
77
},
88
"main": "cjs/index.js",
99
"module": "es/index.js",

packages/apidom-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-core

packages/apidom-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"license": "Apache-2.0",
3434
"dependencies": {
3535
"@babel/runtime-corejs3": "=7.15.4",
36+
"@swagger-api/apidom-ast": "^0.1.0",
3637
"@types/ramda": "=0.27.45",
37-
"@swagger-api/apidom-ast": "*",
3838
"minim": "=0.23.8",
3939
"ramda": "=0.27.1",
4040
"ramda-adjunct": "=2.33.0",

packages/apidom-ls/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-ls

packages/apidom-ls/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
},
3737
"dependencies": {
3838
"@babel/runtime-corejs3": "=7.15.4",
39+
"@swagger-api/apidom-core": "^0.1.0",
40+
"@swagger-api/apidom-ns-openapi-3-1": "^0.1.0",
41+
"@swagger-api/apidom-parser": "^0.1.0",
42+
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.1.0",
43+
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.1.0",
44+
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.1.0",
45+
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.1.0",
46+
"@swagger-api/apidom-reference": "^0.1.0",
3947
"@types/ramda": "=0.27.45",
4048
"ajv": "^6.12.2",
41-
"@swagger-api/apidom-core": "*",
42-
"@swagger-api/apidom-ns-openapi-3-1": "*",
43-
"@swagger-api/apidom-parser": "*",
44-
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "*",
45-
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "*",
46-
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "*",
47-
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "*",
48-
"@swagger-api/apidom-reference": "*",
4949
"json-source-map": "^0.6.1",
5050
"ramda": "=0.27.1",
5151
"ramda-adjunct": "=2.33.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-ns-asyncapi-2

packages/apidom-ns-asyncapi-2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"license": "Apache-2.0",
3636
"dependencies": {
3737
"@babel/runtime-corejs3": "=7.15.4",
38+
"@swagger-api/apidom-core": "^0.1.0",
3839
"@types/ramda": "=0.27.45",
39-
"@swagger-api/apidom-core": "*",
4040
"minim": "=0.23.8",
4141
"ramda": "=0.27.1",
4242
"ramda-adjunct": "=2.33.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-ns-openapi-3-1

packages/apidom-ns-openapi-3-1/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"license": "Apache-2.0",
3737
"dependencies": {
3838
"@babel/runtime-corejs3": "=7.15.4",
39+
"@swagger-api/apidom-core": "^0.1.0",
3940
"@types/ramda": "=0.27.45",
40-
"@swagger-api/apidom-core": "*",
4141
"minim": "=0.23.8",
4242
"ramda": "=0.27.1",
4343
"ramda-adjunct": "=2.33.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2

packages/apidom-parser-adapter-asyncapi-json-2/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"license": "Apache-2.0",
3838
"dependencies": {
3939
"@babel/runtime-corejs3": "=7.15.4",
40+
"@swagger-api/apidom-core": "^0.1.0",
41+
"@swagger-api/apidom-ns-asyncapi-2": "^0.1.0",
42+
"@swagger-api/apidom-parser-adapter-json": "^0.1.0",
4043
"@types/ramda": "=0.27.45",
41-
"@swagger-api/apidom-core": "*",
42-
"@swagger-api/apidom-ns-asyncapi-2": "*",
43-
"@swagger-api/apidom-parser-adapter-json": "*",
4444
"ramda": "=0.27.1",
4545
"ramda-adjunct": "=2.33.0"
4646
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-yaml-2

packages/apidom-parser-adapter-asyncapi-yaml-2/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"license": "Apache-2.0",
3838
"dependencies": {
3939
"@babel/runtime-corejs3": "=7.15.4",
40+
"@swagger-api/apidom-core": "^0.1.0",
41+
"@swagger-api/apidom-ns-asyncapi-2": "^0.1.0",
42+
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.1.0",
4043
"@types/ramda": "=0.27.45",
41-
"@swagger-api/apidom-core": "*",
42-
"@swagger-api/apidom-ns-asyncapi-2": "*",
43-
"@swagger-api/apidom-parser-adapter-yaml-1-2": "*",
4444
"ramda": "=0.27.1",
4545
"ramda-adjunct": "=2.33.0"
4646
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json

packages/apidom-parser-adapter-json/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"license": "Apache-2.0",
3838
"dependencies": {
3939
"@babel/runtime-corejs3": "=7.15.4",
40+
"@swagger-api/apidom-ast": "^0.1.0",
41+
"@swagger-api/apidom-core": "^0.1.0",
4042
"@types/ramda": "=0.27.45",
41-
"@swagger-api/apidom-core": "*",
42-
"@swagger-api/apidom-ast": "*",
4343
"ramda": "=0.27.1",
4444
"ramda-adjunct": "=2.33.0",
4545
"stampit": "=4.3.2",
@@ -60,5 +60,4 @@
6060
"README.md",
6161
"CHANGELOG.md"
6262
]
63-
6463
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-1

packages/apidom-parser-adapter-openapi-json-3-1/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"license": "Apache-2.0",
3838
"dependencies": {
3939
"@babel/runtime-corejs3": "=7.15.4",
40+
"@swagger-api/apidom-core": "^0.1.0",
41+
"@swagger-api/apidom-ns-openapi-3-1": "^0.1.0",
42+
"@swagger-api/apidom-parser-adapter-json": "^0.1.0",
4043
"@types/ramda": "=0.27.45",
41-
"@swagger-api/apidom-core": "*",
42-
"@swagger-api/apidom-ns-openapi-3-1": "*",
43-
"@swagger-api/apidom-parser-adapter-json": "*",
4444
"ramda": "=0.27.1",
4545
"ramda-adjunct": "=2.33.0"
4646
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-1

packages/apidom-parser-adapter-openapi-yaml-3-1/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"license": "Apache-2.0",
3737
"dependencies": {
3838
"@babel/runtime-corejs3": "=7.15.4",
39+
"@swagger-api/apidom-core": "^0.1.0",
40+
"@swagger-api/apidom-ns-openapi-3-1": "^0.1.0",
41+
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.1.0",
3942
"@types/ramda": "=0.27.45",
40-
"@swagger-api/apidom-core": "*",
41-
"@swagger-api/apidom-ns-openapi-3-1": "*",
42-
"@swagger-api/apidom-parser-adapter-yaml-1-2": "*",
4343
"ramda": "=0.27.1",
4444
"ramda-adjunct": "=2.33.0"
4545
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-yaml-1-2

packages/apidom-parser-adapter-yaml-1-2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"license": "Apache-2.0",
3838
"dependencies": {
3939
"@babel/runtime-corejs3": "=7.15.4",
40+
"@swagger-api/apidom-ast": "^0.1.0",
41+
"@swagger-api/apidom-core": "^0.1.0",
4042
"@types/ramda": "=0.27.45",
41-
"@swagger-api/apidom-core": "*",
42-
"@swagger-api/apidom-ast": "*",
4343
"ramda": "=0.27.1",
4444
"ramda-adjunct": "=2.33.0",
4545
"stampit": "=4.3.2",

packages/apidom-parser/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
9+
### Features
10+
11+
* attempts of POC2 ([9af4924](https://github.com/swagger-api/apidom/commit/9af4924c22c05e5be45db956dbb707ec0767bfc1)), closes [#7](https://github.com/swagger-api/apidom/issues/7) [#6](https://github.com/swagger-api/apidom/issues/6) [#5](https://github.com/swagger-api/apidom/issues/5) [#3](https://github.com/swagger-api/apidom/issues/3)

packages/apidom-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"license": "Apache-2.0",
3333
"dependencies": {
3434
"@babel/runtime-corejs3": "=7.15.4",
35+
"@swagger-api/apidom-core": "^0.1.0",
3536
"@types/ramda": "=0.27.45",
36-
"@swagger-api/apidom-core": "*",
3737
"ramda": "=0.27.1",
3838
"ramda-adjunct": "=2.33.0",
3939
"stampit": "=4.3.2"
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-09-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **reference:** fix incorrect JSON Schema dereference in OAS 3.1 ([2f1fefa](https://github.com/swagger-api/apidom/commit/2f1fefa948dbe49a80b208a3f6af054346723e8d)), closes [#607](https://github.com/swagger-api/apidom/issues/607)

packages/apidom-reference/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
"license": "Apache-2.0",
3838
"dependencies": {
3939
"@babel/runtime-corejs3": "=7.15.4",
40+
"@swagger-api/apidom-ast": "^0.1.0",
41+
"@swagger-api/apidom-core": "^0.1.0",
42+
"@swagger-api/apidom-ns-asyncapi-2": "^0.1.0",
43+
"@swagger-api/apidom-ns-openapi-3-1": "^0.1.0",
44+
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "^0.1.0",
45+
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "^0.1.0",
46+
"@swagger-api/apidom-parser-adapter-json": "^0.1.0",
47+
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "^0.1.0",
48+
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "^0.1.0",
49+
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.1.0",
4050
"@types/ramda": "=0.27.45",
41-
"@swagger-api/apidom-core": "*",
42-
"@swagger-api/apidom-ast": "*",
43-
"@swagger-api/apidom-ns-asyncapi-2": "*",
44-
"@swagger-api/apidom-ns-openapi-3-1": "*",
45-
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "*",
46-
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "*",
47-
"@swagger-api/apidom-parser-adapter-json": "*",
48-
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "*",
49-
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "*",
50-
"@swagger-api/apidom-parser-adapter-yaml-1-2": "*",
5151
"axios": "=0.21.4",
5252
"ramda": "=0.27.1",
5353
"ramda-adjunct": "=2.33.0",

0 commit comments

Comments
 (0)