Skip to content

Commit 3bbd0eb

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2023-02-14) ### Features * bumped core library version to 1.3.1 ([9993bf6](9993bf6))
1 parent 9993bf6 commit 3bbd0eb

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/Salable/react-sdk/compare/v1.2.0...v1.3.0) (2023-02-14)
2+
3+
4+
### Features
5+
6+
* bumped core library version to 1.3.1 ([9993bf6](https://github.com/Salable/react-sdk/commit/9993bf642c2b138cafb662b51ab792274c9b1078))
7+
18
# [1.2.0](https://github.com/Salable/react-sdk/compare/v1.1.3...v1.2.0) (2023-02-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salable/react-sdk",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

packages/pricing-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salable/pricing-table-react",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A react component to render your Salable pricing table in your app.",
55
"scripts": {
66
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)