Skip to content

Commit 132211e

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent cd2b725 commit 132211e

File tree

7 files changed

+23
-14
lines changed

7 files changed

+23
-14
lines changed

.changeset/orange-rice-hope.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.9
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/marko-js/compat/pull/24) [`cd2b725ddb5ae07a6b4973831d68c823472c8acb`](https://github.com/marko-js/compat/commit/cd2b725ddb5ae07a6b4973831d68c823472c8acb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where non standard template literals were not transformed when used inside of the legacy dynamic attributes syntax.
8+
39
## 1.0.8
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.8",
3+
"version": "1.0.9",
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.14
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/marko-js/compat/pull/24) [`cd2b725ddb5ae07a6b4973831d68c823472c8acb`](https://github.com/marko-js/compat/commit/cd2b725ddb5ae07a6b4973831d68c823472c8acb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where non standard template literals were not transformed when used inside of the legacy dynamic attributes syntax.
8+
9+
- Updated dependencies [[`cd2b725ddb5ae07a6b4973831d68c823472c8acb`](https://github.com/marko-js/compat/commit/cd2b725ddb5ae07a6b4973831d68c823472c8acb)]:
10+
- @marko/compat-v4@1.0.9
11+
312
## 8.0.13
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.13",
3+
"version": "8.0.14",
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.2",
36-
"@marko/compat-v4": "^1.0.8",
36+
"@marko/compat-v4": "^1.0.9",
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.13"
8+
"marko-widgets": "^8.0.14"
99
}
1010
}

0 commit comments

Comments
 (0)