Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @tosspayments/[email protected]
 - @tosspayments/[email protected]
  • Loading branch information
tosspayments-bot committed Oct 16, 2023
1 parent 1914d27 commit 52c26fc
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
16 changes: 16 additions & 0 deletions packages/brandpay-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/[email protected]...@tosspayments/[email protected]) (2023-10-16)


### Features

* **brandpay-sdk:** 타입 패키지 semver 변경 ([2eadeaa](https://github.com/tosspayments/browser-sdk/commit/2eadeaaaa06a5bc2ee5203675a7912caa67d7322))


### Reverts

* Revert "chore(release): publish [skip ci]" ([c265212](https://github.com/tosspayments/browser-sdk/commit/c265212f292a14319d24645d45a6c41b91c6b7e2))





# [1.3.0](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/[email protected]...@tosspayments/[email protected]) (2023-08-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/brandpay-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tosspayments/brandpay-sdk",
"description": "TossPayments.js Brand Pay SDK",
"version": "1.3.0",
"version": "1.4.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "types/index.d.ts",
Expand Down
23 changes: 23 additions & 0 deletions packages/payment-widget-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/[email protected]...@tosspayments/[email protected]) (2023-10-16)


### Bug Fixes

* **payment-widget-sdk:** 타입 배포 트리거 ([#78](https://github.com/tosspayments/browser-sdk/issues/78)) ([f6c7815](https://github.com/tosspayments/browser-sdk/commit/f6c78159ddb2568c2b242ca2563314f3d2acdf4d))


### Features

* **payment-widget-sdk:** renderAgreement options param ([#76](https://github.com/tosspayments/browser-sdk/issues/76)) ([ea621dd](https://github.com/tosspayments/browser-sdk/commit/ea621ddf6c60b643c393f84e6ad7fa9ed98bcd92))
* **payment-widget-sdk:** 타입 배포 트리거 ([#81](https://github.com/tosspayments/browser-sdk/issues/81)) ([5730c4a](https://github.com/tosspayments/browser-sdk/commit/5730c4a891e1711f27d2cab1abb9d88f15031c9f))
* **payment-widget-service:** 결제위젯 타입 배포 트리거 ([#79](https://github.com/tosspayments/browser-sdk/issues/79)) ([31c358d](https://github.com/tosspayments/browser-sdk/commit/31c358daf694d621cb89606f6dcace030cec79d2))


### Reverts

* Revert "chore(release): publish [skip ci]" ([c265212](https://github.com/tosspayments/browser-sdk/commit/c265212f292a14319d24645d45a6c41b91c6b7e2))





## [0.9.3](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/[email protected]...@tosspayments/[email protected]) (2023-08-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/payment-widget-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tosspayments/payment-widget-sdk",
"description": "TossPayments.js Payment Widget SDK.",
"version": "0.9.3",
"version": "0.10.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 52c26fc

Please sign in to comment.