Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit bbb5220

Browse files
chore(release): 1.11.0 [skip ci]
# [1.11.0](v1.10.0...v1.11.0) (2023-06-14) ### Features * added currency to envConfig interface ([0d902aa](0d902aa))
1 parent 41ef048 commit bbb5220

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.11.0](https://github.com/Salable/react-sdk/compare/v1.10.0...v1.11.0) (2023-06-14)
2+
3+
4+
### Features
5+
6+
* added currency to envConfig interface ([0d902aa](https://github.com/Salable/react-sdk/commit/0d902aa457c4b8ec95afe4a513901b55ba93c94d))
7+
18
# [1.10.0](https://github.com/Salable/react-sdk/compare/v1.9.0...v1.10.0) (2023-05-05)
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.10.0",
3+
"version": "1.11.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.10.0",
3+
"version": "1.11.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)