Skip to content

Commit 6cf36d4

Browse files
committed
publish new version
1 parent 355301d commit 6cf36d4

File tree

7 files changed

+21
-6
lines changed

7 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.1.7-alpha.2](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.1...v0.1.7-alpha.2) (2023-08-22)
7+
8+
### Bug Fixes
9+
10+
- **update:** packages ([8f89e34](https://github.com/InfinityBotList/node-sdk/commit/8f89e342e3d0351737050eaac03a1144b061e103))
11+
- **update:** packages ([b424d19](https://github.com/InfinityBotList/node-sdk/commit/b424d195b0ea901ed56221d6d288283e7f4e86b3))
12+
613
## [0.1.7-alpha.1](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.0...v0.1.7-alpha.1) (2023-08-22)
714

815
### Bug Fixes

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"npmClient": "npm"
88
},
99
"version": {
10-
"ignoreChanges": ["**"],
10+
"conventionalCommits": true,
1111
"conventionalGraduate": true,
1212
"allowBranch": "master",
1313
"message": "publish new version",
@@ -18,5 +18,5 @@
1818
}
1919
},
2020
"packages": ["packages/*"],
21-
"version": "0.1.7-alpha.1"
21+
"version": "0.1.7-alpha.2"
2222
}

package-lock.json

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

packages/sdk/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+
## [0.1.7-alpha.2](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.1...v0.1.7-alpha.2) (2023-08-22)
7+
8+
**Note:** Version bump only for package @infinitylist/sdk
9+
610
## [0.1.7-alpha.1](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.0...v0.1.7-alpha.1) (2023-08-22)
711

812
### Bug Fixes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7-
"version": "0.1.7-alpha.1",
7+
"version": "0.1.7-alpha.2",
88
"directories": {
99
"src": "src",
1010
"test": "__tests__"

packages/spider/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+
## [0.1.7-alpha.2](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.1...v0.1.7-alpha.2) (2023-08-22)
7+
8+
**Note:** Version bump only for package @infinitylist/spider
9+
610
## [0.1.7-alpha.0](https://github.com/InfinityBotList/node-sdk/compare/v0.1.6...v0.1.7-alpha.0) (2023-08-22)
711

812
**Note:** Version bump only for package @infinitylist/spider

packages/spider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7-
"version": "0.1.7-alpha.0",
7+
"version": "0.1.7-alpha.2",
88
"directories": {
99
"src": "src",
1010
"test": "__tests__"

0 commit comments

Comments
 (0)