Skip to content

Commit 2147c6d

Browse files
chore(release): 1.1.3 [skip ci]
## [1.1.3](v1.1.2...v1.1.3) (2023-01-20) ### Bug Fixes * changed rollup config ([afd54e4](afd54e4))
1 parent ae8ecf5 commit 2147c6d

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.1.3](https://github.com/Salable/react-sdk/compare/v1.1.2...v1.1.3) (2023-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* changed rollup config ([afd54e4](https://github.com/Salable/react-sdk/commit/afd54e4bcc07c5b4f559098c107180941cec701f))
7+
18
## [1.1.2](https://github.com/Salable/react-sdk/compare/v1.1.1...v1.1.2) (2023-01-20)
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.1.2",
3+
"version": "1.1.3",
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.1.2",
3+
"version": "1.1.3",
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)