Skip to content

Commit 21bf8bb

Browse files
authored
minor package bumps (#468)
* minor package bumps * changelog
1 parent 8b923b8 commit 21bf8bb

File tree

9 files changed

+20
-8
lines changed

9 files changed

+20
-8
lines changed

.changeset/curly-melons-relate.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@shopify/browserslist-config': patch
3+
'@shopify/typescript-configs': patch
4+
'@shopify/stylelint-plugin': patch
5+
'@shopify/prettier-config': patch
6+
'@shopify/postcss-plugin': patch
7+
'@shopify/eslint-plugin': patch
8+
'@shopify/babel-preset': patch
9+
'@shopify/images': patch
10+
---
11+
12+
NPM provenance statements

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/babel-preset",
3-
"version": "25.0.0",
3+
"version": "25.0.1",
44
"license": "MIT",
55
"description": "Shopify's org-wide Babel preset",
66
"main": "index.js",

packages/browserslist-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/browserslist-config",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"license": "MIT",
55
"description": "Shareable browserslist configuration for Shopify.",
66
"keywords": [

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/eslint-plugin",
3-
"version": "48.0.0",
3+
"version": "48.0.1",
44
"license": "MIT",
55
"description": "Shopify's ESLint rules and configs.",
66
"keywords": [

packages/images/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/images",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"license": "MIT",
55
"description": "Packages to help us wrangle images at Shopify.",
66
"typings": "index.d.ts",

packages/postcss-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/postcss-plugin",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"license": "MIT",
55
"description": "Shopify's org-wide PostCSS preset",
66
"keywords": [

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/prettier-config",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"license": "MIT",
55
"description": "Shared prettier configuration",
66
"main": "index.json",

packages/stylelint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/stylelint-plugin",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"license": "MIT",
55
"description": "Shopify's stylelint rules and config",
66
"keywords": [

packages/typescript-configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/typescript-configs",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"license": "MIT",
55
"description": "A set of typescript configuration files that can be extended.",
66
"author": "Shopify Inc.",

0 commit comments

Comments
 (0)