Skip to content

Commit 14c71ca

Browse files
github-actions[bot]LarsDenBakker
authored andcommitted
Version Packages (next)
1 parent b9b11ad commit 14c71ca

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

Diff for: .changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"changesets": [
2222
"breezy-camels-attend",
23+
"chilly-terms-drive",
2324
"clean-lies-rescue",
2425
"cold-rockets-wash",
2526
"early-rockets-matter",

Diff for: packages/semantic-dom-diff/CHANGELOG.md

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

3+
## 0.19.5-next.0
4+
5+
### Patch Changes
6+
7+
- b9b11adc: support snapshot testing with Web Test Runner
8+
39
## 0.19.4
410

511
### Patch Changes

Diff for: packages/semantic-dom-diff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/semantic-dom-diff",
3-
"version": "0.19.4",
3+
"version": "0.19.5-next.0",
44
"publishConfig": {
55
"access": "public"
66
},

Diff for: packages/testing/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 3.0.0-next.2
4+
5+
### Minor Changes
6+
7+
- b9b11adc: support snapshot testing with Web Test Runner
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b9b11adc]
12+
- @open-wc/[email protected]
13+
314
## 3.0.0-next.1
415

516
### Patch Changes

Diff for: packages/testing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/testing",
3-
"version": "3.0.0-next.1",
3+
"version": "3.0.0-next.2",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@esm-bundle/chai": "^4.3.4",
3939
"@open-wc/chai-dom-equals": "^0.12.36",
40-
"@open-wc/semantic-dom-diff": "^0.19.3",
40+
"@open-wc/semantic-dom-diff": "^0.19.5-next.0",
4141
"@open-wc/testing-helpers": "^2.0.0-next.0",
4242
"@types/chai": "^4.2.11",
4343
"@types/chai-dom": "^0.0.9",

0 commit comments

Comments
 (0)