Skip to content

Commit 9301580

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

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/curvy-kids-joke.md

-5
This file was deleted.

packages/eslint-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.12.5
4+
5+
### Patch Changes
6+
7+
- Update provenance ([#2568](https://github.com/Shopify/hydrogen-v1/pull/2568)) by [@blittle](https://github.com/blittle)
8+
39
## 0.12.4
410

511
### Patch Changes

packages/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-hydrogen",
3-
"version": "0.12.4",
3+
"version": "0.12.5",
44
"description": "Eslint rules for hydrogen",
55
"license": "MIT",
66
"main": "./dist/index.js",

templates/demo-store/package.json

+1-1
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.4",
27+
"eslint-plugin-hydrogen": "^0.12.5",
2828
"playwright": "^1.22.2",
2929
"postcss": "^8.4.31",
3030
"postcss-import": "^14.1.0",

0 commit comments

Comments
 (0)