Skip to content

Commit 6d2204c

Browse files
authored
Merge pull request #73 from Shopify/jas7457-rename-app-bridge-ui-types
Rename @shopify/app-bridge-ui-types to @shopify/polaris-types
1 parent 2eb890f commit 6d2204c

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/update-javascript-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
"moduleResolution": "bundler",
4949
"target": "ES2022",
5050
"baseUrl": ".",
51-
"types": ["@react-router/node", "vite/client", "@shopify/app-bridge-ui-types"]
51+
"types": ["@react-router/node", "vite/client", "@shopify/polaris-types"]
5252
}
5353
}' > tsconfig.js.json
5454

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @shopify/shopify-app-template-react-router
22

3+
## 2025.10.01
4+
5+
- [#73](https://github.com/Shopify/shopify-app-template-react-router/pull/73/files) Rename @shopify/app-bridge-ui-types to @shopify/polaris-types
6+
37
## 2025.08.30
48

59
- [#70](https://github.com/Shopify/shopify-app-template-react-router/pull/70/files) Upgrade `@shopify/app-bridge-ui-types` from 0.2.1 to 0.3.1.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@shopify/api-codegen-preset": "^1.1.1",
44-
"@shopify/app-bridge-ui-types": "^0.3.1",
44+
"@shopify/polaris-types": "^1.0.0",
4545
"@types/eslint": "^9.6.1",
4646
"@types/node": "^22.2.0",
4747
"@types/react": "^18.2.31",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"moduleResolution": "Bundler",
1717
"target": "ES2022",
1818
"baseUrl": ".",
19-
"types": ["@react-router/node", "vite/client", "@shopify/app-bridge-ui-types"],
19+
"types": ["@react-router/node", "vite/client", "@shopify/polaris-types"],
2020
"rootDirs": [".", "./.react-router/types"]
2121
}
2222
}

0 commit comments

Comments
 (0)