Skip to content

Commit e3fcbfb

Browse files
[ci] release v1.x-2022-07 (#2567)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d7d0619 commit e3fcbfb

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/gorgeous-brooms-jam.md

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

packages/eslint-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.12.4
4+
5+
### Patch Changes
6+
7+
- Add provenance statement to NPM ([#2566](https://github.com/Shopify/hydrogen-v1/pull/2566)) by [@blittle](https://github.com/blittle)
8+
39
## 0.12.3
410

511
### Patch Changes

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": "eslint-plugin-hydrogen",
3-
"version": "0.12.3",
3+
"version": "0.12.4",
44
"description": "Eslint rules for hydrogen",
55
"license": "MIT",
66
"main": "./dist/index.js",

templates/demo-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@tailwindcss/typography": "^0.5.2",
2525
"@types/react": "^18.0.14",
2626
"eslint": "^8.18.0",
27-
"eslint-plugin-hydrogen": "^0.12.3",
27+
"eslint-plugin-hydrogen": "^0.12.4",
2828
"playwright": "^1.22.2",
2929
"postcss": "^8.4.31",
3030
"postcss-import": "^14.1.0",

0 commit comments

Comments
 (0)