Skip to content

Commit b103b1d

Browse files
Merge pull request #157 from solapi/release-please--branches--beta--components--solapi
chore(beta): release solapi 6.0.0-beta.4
2 parents 0cb9a9c + 3fee195 commit b103b1d

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.0-beta.3"
2+
".": "6.0.0-beta.4"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [6.0.0-beta.4](https://github.com/solapi/solapi-nodejs/compare/solapi-v6.0.0-beta.3...solapi-v6.0.0-beta.4) (2026-04-20)
4+
5+
6+
### Features
7+
8+
* **bms:** add client-side pre-validation for BMS options ([c0ace11](https://github.com/solapi/solapi-nodejs/commit/c0ace118274fbcfbbc4875d300de91cca703e726))
9+
* **bms:** BMS 옵션 사전 검증 추가 (cherry-pick from master) ([0cb9a9c](https://github.com/solapi/solapi-nodejs/commit/0cb9a9c9ad10e2ae03e628109f82e10e202631a0))
10+
11+
12+
### Bug Fixes
13+
14+
* **bms:** close empty-string/malformed URL silent pass paths ([7dc0d1f](https://github.com/solapi/solapi-nodejs/commit/7dc0d1f2023e191919737593e404df933cdafc79))
15+
* **bms:** close present-but-empty gap on carousel.head and AL buttons ([a73b336](https://github.com/solapi/solapi-nodejs/commit/a73b3368913f793a53738854a54b5e607eac364d))
16+
317
## [6.0.0-beta.3](https://github.com/solapi/solapi-nodejs/compare/solapi-v6.0.0-beta.2...solapi-v6.0.0-beta.3) (2026-04-17)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solapi",
3-
"version": "6.0.0-beta.3",
3+
"version": "6.0.0-beta.4",
44
"description": "SOLAPI SDK for Node.js(Server Side Only)",
55
"keywords": [
66
"solapi",

0 commit comments

Comments
 (0)