Skip to content

Commit b6db132

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 81a9316 commit b6db132

File tree

7 files changed

+23
-14
lines changed

7 files changed

+23
-14
lines changed

.changeset/orange-needles-brush.md

-6
This file was deleted.

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compat-v4/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @marko/compat-v4
22

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- [#28](https://github.com/marko-js/compat/pull/28) [`81a9316`](https://github.com/marko-js/compat/commit/81a9316bbdd2e175f84a55997fef2fa6db12a334) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix compat with latest @marko/compiler attribute tags changes.
8+
39
## 1.0.10
410

511
### Patch Changes

packages/compat-v4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/compat-v4",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"homepage": "https://github.com/marko-js/compat/blob/main/README.md",
55
"bugs": "https://github.com/marko-js/compat/issues/new?template=Bug_report.md",
66
"repository": {

packages/marko-widgets/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# marko-widgets
22

3+
## 8.0.16
4+
5+
### Patch Changes
6+
7+
- [#28](https://github.com/marko-js/compat/pull/28) [`81a9316`](https://github.com/marko-js/compat/commit/81a9316bbdd2e175f84a55997fef2fa6db12a334) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix compat with latest @marko/compiler attribute tags changes.
8+
9+
- Updated dependencies [[`81a9316`](https://github.com/marko-js/compat/commit/81a9316bbdd2e175f84a55997fef2fa6db12a334)]:
10+
- @marko/compat-v4@1.0.11
11+
312
## 8.0.15
413

514
### Patch Changes

packages/marko-widgets/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marko-widgets",
3-
"version": "8.0.15",
3+
"version": "8.0.16",
44
"homepage": "https://github.com/marko-js/compat/blob/main/README.md",
55
"bugs": "https://github.com/marko-js/compat/issues/new?template=Bug_report.md",
66
"repository": {
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@marko/babel-utils": "^6.5.6",
3535
"@marko/compat-utils": "^1.0.3",
36-
"@marko/compat-v4": "^1.0.10",
36+
"@marko/compat-v4": "^1.0.11",
3737
"raptor-dom": "^1.1.1",
3838
"raptor-renderer": "^1.5.0"
3939
},

tests/old/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"diffable-html": "^5.0.0",
66
"jquery": "^3.7.0",
77
"mocha-autotest": "^1.1.2",
8-
"marko-widgets": "^8.0.15"
8+
"marko-widgets": "^8.0.16"
99
}
1010
}

0 commit comments

Comments
 (0)