Skip to content

Commit 1c709f0

Browse files
github-actions[bot]mathiusj
authored andcommitted
Version Packages
1 parent 20ec7ed commit 1c709f0

File tree

8 files changed

+23
-33
lines changed

8 files changed

+23
-33
lines changed

.changeset/gentle-windows-juggle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-avocados-crash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-trains-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/small-falcons-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-brooms-think.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tidy-eagles-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @shopify/discount-app-components
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#146](https://github.com/Shopify/discount-app-components/pull/146) [`ddb0906`](https://github.com/Shopify/discount-app-components/commit/ddb0906dcca9d4c23654e192dc68e1e269195830) Thanks [@devisscher](https://github.com/devisscher)! - Upgrade to Polaris 12. See https://polaris.shopify.com/new-design-language to learn more about Polaris 12.
8+
9+
### Minor Changes
10+
11+
- [#154](https://github.com/Shopify/discount-app-components/pull/154) [`0d3c459`](https://github.com/Shopify/discount-app-components/commit/0d3c459082ee3484de3a92c49c8f97f1e4b88de7) Thanks [@mathiusj](https://github.com/mathiusj)! - Add DiscountApplicationStrategyCard, which allows the user to select the discount application strategy, MAXIMUM or FIRST.
12+
13+
- [#159](https://github.com/Shopify/discount-app-components/pull/159) [`1eab1f6`](https://github.com/Shopify/discount-app-components/commit/1eab1f6fba36f6323c288c983949398d3b0f06a2) Thanks [@devisscher](https://github.com/devisscher)! - Add AppliesTo section, which allows users to select products or collections that are eligible for discounts.
14+
15+
Add AppliesTo section to the ValueCard.
16+
17+
- [#161](https://github.com/Shopify/discount-app-components/pull/161) [`5e7c0c1`](https://github.com/Shopify/discount-app-components/commit/5e7c0c1ce055756c1a801a88ed4ef48e335c1a58) Thanks [@bkspace](https://github.com/bkspace)! - Update Polaris to beta-1
18+
19+
### Patch Changes
20+
21+
- [#150](https://github.com/Shopify/discount-app-components/pull/150) [`97f0b1a`](https://github.com/Shopify/discount-app-components/commit/97f0b1a56cfcac30072a3646eeab2a14b200cb6c) Thanks [@devisscher](https://github.com/devisscher)! - style method card title
22+
23+
- [#129](https://github.com/Shopify/discount-app-components/pull/129) [`b4f513e`](https://github.com/Shopify/discount-app-components/commit/b4f513e2aa3d37d1f503a3e4bddc6db24d4ab932) Thanks [@bkspace](https://github.com/bkspace)! - Update spacing and capitalization in SummaryCard component
24+
325
## 1.5.0
426

527
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/discount-app-components",
33
"description": "Shopify’s discounts component library",
4-
"version": "1.5.0",
4+
"version": "2.0.0",
55
"author": "Shopify <dev@shopify.com>",
66
"repository": "https://github.com/Shopify/discount-app-components",
77
"bugs": "https://github.com/Shopify/discount-app-components/issues",

0 commit comments

Comments
 (0)