Skip to content

Commit 71e4a2b

Browse files
Version Packages (#13611)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @shopify/[email protected] ### Minor Changes - [#13605](#13605) [`3b0f5e9`](3b0f5e9) Thanks [@laurkim](https://github.com/laurkim)! - Deprecated `title` prop in `Page.Title` and `backAction` prop in `Page.Header` and `Breadcrumbs` - [#13995](#13995) [`a1dbca8`](a1dbca8) Thanks [@vvineet-shopify](https://github.com/vvineet-shopify)! - Added support for 8 new languages in Polaris component translations: Hindi (hi), Lithuanian (lt), Bulgarian (bg), Hungarian (hu), Romanian (ro), Russian (ru), Indonesian (id), and Greek (el). These translations provide localized user interfaces for merchants in these language regions, covering all component strings including action menus, form elements, date/time pickers, file upload interfaces, navigation, data tables, filters, modal dialogs, progress indicators, and accessibility labels. ## [email protected] ### Patch Changes - [#14015](#14015) [`0596ffb`](0596ffb) Thanks [@jppellerin](https://github.com/jppellerin)! - Add Dux and privacy controls. Move GTM to Dux. - Updated dependencies \[[`3b0f5e9`](3b0f5e9), [`a1dbca8`](a1dbca8)]: - @shopify/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0596ffb commit 71e4a2b

File tree

9 files changed

+25
-22
lines changed

9 files changed

+25
-22
lines changed

.changeset/better-rooms-rush.md

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

.changeset/curly-mails-shout.md

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

.changeset/new-language-support.md

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

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polaris-migrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@rollup/plugin-commonjs": "^22.0.2",
5656
"@rollup/plugin-json": "^4.1.0",
5757
"@rollup/plugin-node-resolve": "^13.3.0",
58-
"@shopify/polaris": "^13.9.5",
58+
"@shopify/polaris": "^13.10.0",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@
44

55
### Minor Changes
66

7+
- [#13605](https://github.com/Shopify/polaris/pull/13605) [`3b0f5e9`](https://github.com/Shopify/polaris/commit/3b0f5e9964d56391cd9eb4b1e17d58eb8cccc64b) Thanks [@laurkim](https://github.com/laurkim)! - Deprecated `title` prop in `Page.Title` and `backAction` prop in `Page.Header` and `Breadcrumbs`
8+
9+
- [#13995](https://github.com/Shopify/polaris/pull/13995) [`a1dbca8`](https://github.com/Shopify/polaris/commit/a1dbca81f11edfbb8b72d2e02334e59723faa9d5) Thanks [@vvineet-shopify](https://github.com/vvineet-shopify)! - Added support for 8 new languages in Polaris component translations: Hindi (hi), Lithuanian (lt), Bulgarian (bg), Hungarian (hu), Romanian (ro), Russian (ru), Indonesian (id), and Greek (el). These translations provide localized user interfaces for merchants in these language regions, covering all component strings including action menus, form elements, date/time pickers, file upload interfaces, navigation, data tables, filters, modal dialogs, progress indicators, and accessibility labels.
10+
11+
## 13.10.0
12+
13+
### Minor Changes
14+
715
- Added support for 8 new languages in Polaris component translations:
16+
817
- Hindi (hi)
9-
- Lithuanian (lt)
18+
- Lithuanian (lt)
1019
- Bulgarian (bg)
1120
- Hungarian (hu)
1221
- Romanian (ro)

polaris-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/polaris",
33
"description": "Shopify’s admin product component library",
4-
"version": "13.9.5",
4+
"version": "13.10.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",

polaris.shopify.com/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# polaris.shopify.com
22

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- [#14015](https://github.com/Shopify/polaris/pull/14015) [`0596ffb`](https://github.com/Shopify/polaris/commit/0596ffb23fdf031dc7d03782f1811564e699dc7a) Thanks [@jppellerin](https://github.com/jppellerin)! - Add Dux and privacy controls. Move GTM to Dux.
8+
9+
- Updated dependencies [[`3b0f5e9`](https://github.com/Shopify/polaris/commit/3b0f5e9964d56391cd9eb4b1e17d58eb8cccc64b), [`a1dbca8`](https://github.com/Shopify/polaris/commit/a1dbca81f11edfbb8b72d2e02334e59723faa9d5)]:
10+
- @shopify/polaris@13.10.0
11+
312
## 1.1.4
413

514
### Patch Changes

polaris.shopify.com/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris.shopify.com",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": true,
55
"engines": {
66
"node": ">=20.10.0"
@@ -30,7 +30,7 @@
3030
"@headlessui/react": "^1.6.5",
3131
"@juggle/resize-observer": "^3.4.0",
3232
"@radix-ui/react-polymorphic": "^0.0.14",
33-
"@shopify/polaris": "^13.9.5",
33+
"@shopify/polaris": "^13.10.0",
3434
"@shopify/polaris-icons": "^9.3.1",
3535
"@shopify/polaris-tokens": "^9.4.2",
3636
"@types/react-syntax-highlighter": "^15.5.6",

0 commit comments

Comments
 (0)