Skip to content

Commit b2e188b

Browse files
authored
Merge branch 'main' into fix/method-card-spacing
2 parents bdbef2c + e5c46da commit b2e188b

33 files changed

+321
-64
lines changed

.github/workflows/cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
cla:
1111
runs-on: ubuntu-latest
1212
if: |
13-
(github.event.issue.pull_request
13+
(github.event.issue.pull_request
1414
&& !github.event.issue.pull_request.merged_at
1515
&& contains(github.event.comment.body, 'signed')
16-
)
16+
)
1717
|| (github.event.pull_request && !github.event.pull_request.merged)
1818
steps:
1919
- uses: Shopify/shopify-cla-action@v1

CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- [#188](https://github.com/Shopify/discount-app-components/pull/188) [`0e366a8`](https://github.com/Shopify/discount-app-components/commit/0e366a8f9ede089de37ec4f8fcf0a86577c4711f) Thanks [@mathiusj](https://github.com/mathiusj)! - move strategy to constants
8+
9+
## 2.1.1
10+
11+
### Patch Changes
12+
13+
- [#186](https://github.com/Shopify/discount-app-components/pull/186) [`4b47938`](https://github.com/Shopify/discount-app-components/commit/4b479380fb64cc4c730b9faff3baa22dc1227789) Thanks [@mathiusj](https://github.com/mathiusj)! - export strategy type from index
14+
15+
## 2.1.0
16+
17+
### Minor Changes
18+
19+
- [#178](https://github.com/Shopify/discount-app-components/pull/178) [`0d67597`](https://github.com/Shopify/discount-app-components/commit/0d67597354622bd9fd616bfc7ca93dca1c013401) Thanks [@mathiusj](https://github.com/mathiusj)! - add strategy all to DiscountApplicationStrategyCard
20+
321
## 2.0.0
422

523
### Major Changes

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
`@shopify/discount-app-components` provides a set of stateless discount components to help 3p app developers create [AppBridge](https://shopify.dev/apps/tools/app-bridge)-powered discounts apps.
77

8+
## Note on updates
9+
10+
While we strive to keep the library updated, please note that the current version available in the Shopify admin may be different from this version. We will communicate upcoming updates as they are planned.
11+
812
## App development
913

1014
For more information about creating apps for the Shopify App Store, see the [app development documentation](https://shopify.dev/apps).

locales/cs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,10 @@
596596
"maximum": {
597597
"label": "Maximum",
598598
"helpText": "Uplatní se jen sleva, která nabízí maximální snížení částky."
599+
},
600+
"all": {
601+
"label": "Vše",
602+
"helpText": "Uplatní se všechny slevy za splnění příslušných podmínek."
599603
}
600604
}
601605
}

locales/da.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,10 @@
576576
"maximum": {
577577
"label": "Maksimum",
578578
"helpText": "Anvend kun den rabat, der giver den maksimale prisnedsættelse."
579+
},
580+
"all": {
581+
"label": "Alle",
582+
"helpText": "Anvend alle rabatter med betingelser, der er opfyldt."
579583
}
580584
}
581585
}

locales/de.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,10 @@
576576
"maximum": {
577577
"label": "Maximal",
578578
"helpText": "Nur den Rabatt verwenden, bei dem am meisten gespart wird."
579+
},
580+
"all": {
581+
"label": "Alle",
582+
"helpText": "Alle Rabatte anwenden, deren Bedingungen erfüllt sind."
579583
}
580584
}
581585
}

locales/en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,10 @@
576576
"maximum": {
577577
"label": "Maximum",
578578
"helpText": "Only apply the discount that offers the maximum reduction."
579+
},
580+
"all": {
581+
"label": "All",
582+
"helpText": "Apply all discounts with conditions that are satisfied."
579583
}
580584
}
581585
}

locales/es.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,10 @@
586586
"maximum": {
587587
"label": "Máximo",
588588
"helpText": "Aplica solo el descuento que ofrezca la máxima reducción del precio."
589+
},
590+
"all": {
591+
"label": "Todos",
592+
"helpText": "Aplica todos los descuentos cuyas condiciones se cumplan."
589593
}
590594
}
591595
}

locales/fi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,10 @@
576576
"maximum": {
577577
"label": "Enimmäistaso",
578578
"helpText": "Käytä vain sellaista alennusta, joka tarjoaa suurimman alennuksen."
579+
},
580+
"all": {
581+
"label": "Kaikki",
582+
"helpText": "Sovella kaikkia alennuksia ehdoilla, jotka täyttyvät."
579583
}
580584
}
581585
}

locales/fr.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,10 @@
586586
"maximum": {
587587
"label": "Maximale",
588588
"helpText": "Appliquer uniquement la réduction maximale."
589+
},
590+
"all": {
591+
"label": "Tout",
592+
"helpText": "Appliquez toutes les réductions dont les conditions sont satisfaites."
589593
}
590594
}
591595
}

0 commit comments

Comments
 (0)