diff --git a/.changeset/chilled-elephants-marry.md b/.changeset/chilled-elephants-marry.md deleted file mode 100644 index c4720d40f4c..00000000000 --- a/.changeset/chilled-elephants-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-tokens': minor ---- - -Added new media queries that target touch/non-touch devices diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e0bf98bd012..9396558aad3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -138,7 +138,7 @@ importers: polaris-for-vscode: dependencies: '@shopify/polaris-tokens': - specifier: ^9.1.0 + specifier: ^9.2.0 version: link:../polaris-tokens vscode-languageclient: specifier: ^9.0.1 @@ -194,10 +194,10 @@ importers: polaris-migrator: dependencies: '@shopify/polaris-tokens': - specifier: ^9.1.0 + specifier: ^9.2.0 version: link:../polaris-tokens '@shopify/stylelint-polaris': - specifier: ^16.0.2 + specifier: ^16.0.3 version: link:../stylelint-polaris chalk: specifier: ^4.1.0 @@ -240,7 +240,7 @@ importers: specifier: ^13.3.0 version: 13.3.0(rollup@2.79.1) '@shopify/polaris': - specifier: ^13.6.0 + specifier: ^13.6.1 version: link:../polaris-react '@types/is-git-clean': specifier: ^1.1.0 @@ -267,7 +267,7 @@ importers: specifier: ^9.2.0 version: link:../polaris-icons '@shopify/polaris-tokens': - specifier: ^9.1.0 + specifier: ^9.2.0 version: link:../polaris-tokens '@types/react': specifier: '*' @@ -451,13 +451,13 @@ importers: specifier: ^0.0.14 version: 0.0.14(react@18.2.0) '@shopify/polaris': - specifier: ^13.6.0 + specifier: ^13.6.1 version: link:../polaris-react '@shopify/polaris-icons': specifier: ^9.2.0 version: link:../polaris-icons '@shopify/polaris-tokens': - specifier: ^9.1.0 + specifier: ^9.2.0 version: link:../polaris-tokens '@types/react-syntax-highlighter': specifier: ^15.5.6 @@ -692,7 +692,7 @@ importers: stylelint-polaris: dependencies: '@shopify/polaris-tokens': - specifier: ^9.1.0 + specifier: ^9.2.0 version: link:../polaris-tokens postcss-media-query-parser: specifier: ^0.2.3 diff --git a/polaris-for-vscode/CHANGELOG.md b/polaris-for-vscode/CHANGELOG.md index 9b63c79ee2b..8bb5c88da4f 100644 --- a/polaris-for-vscode/CHANGELOG.md +++ b/polaris-for-vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.3 + +### Patch Changes + +- Updated dependencies [[`6ca51eb02`](https://github.com/Shopify/polaris/commit/6ca51eb02b976cf894d7bb7165c7831b16c3bb6b)]: + - @shopify/polaris-tokens@9.2.0 + ## 1.0.2 ### Patch Changes diff --git a/polaris-for-vscode/package.json b/polaris-for-vscode/package.json index 2d000e013ef..8bc8feeae82 100644 --- a/polaris-for-vscode/package.json +++ b/polaris-for-vscode/package.json @@ -13,7 +13,7 @@ "bugs": { "url": "https://github.com/Shopify/polaris/issues" }, - "version": "1.0.2", + "version": "1.0.3", "private": true, "keywords": [ "polaris", @@ -38,7 +38,7 @@ "clean": "rm -rf .turbo node_modules dist *.tsbuildinfo" }, "dependencies": { - "@shopify/polaris-tokens": "^9.1.0", + "@shopify/polaris-tokens": "^9.2.0", "vscode-languageclient": "^9.0.1", "vscode-languageserver": "^9.0.1", "vscode-languageserver-textdocument": "^1.0.11" diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index 00caadc471d..229004078eb 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/polaris-migrator +## 1.0.3 + +### Patch Changes + +- Updated dependencies [[`6ca51eb02`](https://github.com/Shopify/polaris/commit/6ca51eb02b976cf894d7bb7165c7831b16c3bb6b)]: + - @shopify/polaris-tokens@9.2.0 + - @shopify/stylelint-polaris@16.0.3 + ## 1.0.2 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 715f63e889d..cb886dfce76 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "1.0.2", + "version": "1.0.3", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -36,8 +36,8 @@ "generate": "plop" }, "dependencies": { - "@shopify/polaris-tokens": "^9.1.0", - "@shopify/stylelint-polaris": "^16.0.2", + "@shopify/polaris-tokens": "^9.2.0", + "@shopify/stylelint-polaris": "^16.0.3", "chalk": "^4.1.0", "globby": "11.0.1", "is-git-clean": "^1.1.0", @@ -55,7 +55,7 @@ "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", - "@shopify/polaris": "^13.6.0", + "@shopify/polaris": "^13.6.1", "plop": "^3.1.1", "plop-dir": "^0.0.5", "prettier": "^2.7.1", diff --git a/polaris-react/CHANGELOG.md b/polaris-react/CHANGELOG.md index 822dcc5a378..cdebd2e2d5b 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 13.6.1 + +### Patch Changes + +- Updated dependencies [[`6ca51eb02`](https://github.com/Shopify/polaris/commit/6ca51eb02b976cf894d7bb7165c7831b16c3bb6b)]: + - @shopify/polaris-tokens@9.2.0 + ## 13.6.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index 6e3fcfe0a23..c2f45c22739 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/polaris", "description": "Shopify’s admin product component library", - "version": "13.6.0", + "version": "13.6.1", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -57,7 +57,7 @@ }, "dependencies": { "@shopify/polaris-icons": "^9.2.0", - "@shopify/polaris-tokens": "^9.1.0", + "@shopify/polaris-tokens": "^9.2.0", "@types/react": "*", "@types/react-dom": "*", "@types/react-transition-group": "^4.4.2", diff --git a/polaris-tokens/CHANGELOG.md b/polaris-tokens/CHANGELOG.md index 914b84242d3..b5075ca4173 100644 --- a/polaris-tokens/CHANGELOG.md +++ b/polaris-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.2.0 + +### Minor Changes + +- [#12331](https://github.com/Shopify/polaris/pull/12331) [`6ca51eb02`](https://github.com/Shopify/polaris/commit/6ca51eb02b976cf894d7bb7165c7831b16c3bb6b) Thanks [@ssetem](https://github.com/ssetem)! - Added new media queries that target touch/non-touch devices + ## 9.1.0 ### Minor Changes diff --git a/polaris-tokens/package.json b/polaris-tokens/package.json index 5a899aca080..79b37724e5e 100644 --- a/polaris-tokens/package.json +++ b/polaris-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-tokens", - "version": "9.1.0", + "version": "9.2.0", "description": "", "main": "dist/cjs/build/index.js", "module": "dist/esm/build/index.mjs", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index cb2cd45adf0..fd5d4bba307 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,13 @@ # polaris.shopify.com +## 1.0.9 + +### Patch Changes + +- Updated dependencies [[`6ca51eb02`](https://github.com/Shopify/polaris/commit/6ca51eb02b976cf894d7bb7165c7831b16c3bb6b)]: + - @shopify/polaris-tokens@9.2.0 + - @shopify/polaris@13.6.1 + ## 1.0.8 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 41ffec3c4c4..be813e307c0 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "1.0.8", + "version": "1.0.9", "private": true, "engines": { "node": ">=20.10.0" @@ -30,9 +30,9 @@ "@headlessui/react": "^1.6.5", "@juggle/resize-observer": "^3.4.0", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^13.6.0", + "@shopify/polaris": "^13.6.1", "@shopify/polaris-icons": "^9.2.0", - "@shopify/polaris-tokens": "^9.1.0", + "@shopify/polaris-tokens": "^9.2.0", "@types/react-syntax-highlighter": "^15.5.6", "base-64": "^1.0.0", "codesandbox": "^2.2.3", diff --git a/stylelint-polaris/CHANGELOG.md b/stylelint-polaris/CHANGELOG.md index 82ce884b74c..e2c424a0f1f 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 16.0.3 + +### Patch Changes + +- Updated dependencies [[`6ca51eb02`](https://github.com/Shopify/polaris/commit/6ca51eb02b976cf894d7bb7165c7831b16c3bb6b)]: + - @shopify/polaris-tokens@9.2.0 + ## 16.0.2 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index ca3ae92a2e3..17c3851a7e8 100644 --- a/stylelint-polaris/package.json +++ b/stylelint-polaris/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/stylelint-polaris", "description": "Polaris Design System Stylelint tooling", - "version": "16.0.2", + "version": "16.0.3", "private": false, "license": "MIT", "author": "Shopify ", @@ -39,7 +39,7 @@ "postcss-scss": "^4.0.9", "postcss-value-parser": "^4.2.0", "postcss-media-query-parser": "^0.2.3", - "@shopify/polaris-tokens": "^9.1.0" + "@shopify/polaris-tokens": "^9.2.0" }, "peerDependencies": { "stylelint": "^14.15.0 || ^15.0.0"