Skip to content

Commit 95a806a

Browse files
authored
initial release changeset (#36)
* update workspace config * initial release changeset
1 parent b18502d commit 95a806a

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changeset/config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": [
11+
"test-app",
12+
"cart-validation-js",
13+
"cart-validation-js-tests",
14+
"discount-function-rs-tests"
15+
]
1116
}

.changeset/cuddly-poets-enjoy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@shopify/shopify-function-test-helpers": patch
3+
---
4+
5+
initial release

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
packages:
2+
- '.'
23
- 'test-app'
34
- 'test-app/extensions/*'
45
- 'test-app/extensions/*/tests'

0 commit comments

Comments
 (0)