Skip to content

Commit

Permalink
Merge pull request #70 from searchspring/patch-generate-preact-0.57.0
Browse files Browse the repository at this point in the history
Patch file preact/0.57.0
  • Loading branch information
korgon authored Jun 26, 2024
2 parents ca44c56 + 13b5006 commit 2f6412a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions preact/0.57.0/maintenance.preact.0.57.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 0.57.0
description: 'find and replace old Shopify API endpoints'

steps:
- files:
'**/*.{js,jsx,ts,tsx}':
action: find-replace
changes:
- replace:
pattern: \/api\/\d{4}-\d{2}\/graphql.json
replacement: /api/2024-04/graphql.json
14 changes: 14 additions & 0 deletions preact/0.57.0/patch.preact.0.57.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 0.57.0
description: 'release 0.57.0'

steps:
- files:
package.json:
action: edit-json
changes:
- update:
properties:
"dependencies": {
"@searchspring/snap-preact": "0.57.0",
"@searchspring/snap-preact-components": "0.57.0"
}

0 comments on commit 2f6412a

Please sign in to comment.