Skip to content

Commit 8503f18

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent a62ac60 commit 8503f18

File tree

9 files changed

+39
-21
lines changed

9 files changed

+39
-21
lines changed

.changeset/modern-feet-move.md

-7
This file was deleted.

package-lock.json

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

packages/compat-utils/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#26](https://github.com/marko-js/compat/pull/26) [`a62ac60e574c1de9dc191932a60dfe10436250b7`](https://github.com/marko-js/compat/commit/a62ac60e574c1de9dc191932a60dfe10436250b7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve handling of non standard template literals.
8+
39
## 1.0.2
410

511
### Patch Changes

packages/compat-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/compat-utils",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
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/compat-v4/CHANGELOG.md

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

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- [#26](https://github.com/marko-js/compat/pull/26) [`a62ac60e574c1de9dc191932a60dfe10436250b7`](https://github.com/marko-js/compat/commit/a62ac60e574c1de9dc191932a60dfe10436250b7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve handling of non standard template literals.
8+
9+
- Updated dependencies [[`a62ac60e574c1de9dc191932a60dfe10436250b7`](https://github.com/marko-js/compat/commit/a62ac60e574c1de9dc191932a60dfe10436250b7)]:
10+
- @marko/compat-utils@1.0.3
11+
312
## 1.0.9
413

514
### Patch Changes

packages/compat-v4/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/compat-v4",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
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": {
@@ -26,7 +26,7 @@
2626
],
2727
"dependencies": {
2828
"@marko/babel-utils": "^6.5.6",
29-
"@marko/compat-utils": "^1.0.2"
29+
"@marko/compat-utils": "^1.0.3"
3030
},
3131
"peerDependencies": {
3232
"@marko/compiler": "^5",

packages/marko-widgets/CHANGELOG.md

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

3+
## 8.0.15
4+
5+
### Patch Changes
6+
7+
- [#26](https://github.com/marko-js/compat/pull/26) [`a62ac60e574c1de9dc191932a60dfe10436250b7`](https://github.com/marko-js/compat/commit/a62ac60e574c1de9dc191932a60dfe10436250b7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve handling of non standard template literals.
8+
9+
- Updated dependencies [[`a62ac60e574c1de9dc191932a60dfe10436250b7`](https://github.com/marko-js/compat/commit/a62ac60e574c1de9dc191932a60dfe10436250b7)]:
10+
- @marko/compat-v4@1.0.10
11+
- @marko/compat-utils@1.0.3
12+
313
## 8.0.14
414

515
### Patch Changes

packages/marko-widgets/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marko-widgets",
3-
"version": "8.0.14",
3+
"version": "8.0.15",
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": {
@@ -32,8 +32,8 @@
3232
],
3333
"dependencies": {
3434
"@marko/babel-utils": "^6.5.6",
35-
"@marko/compat-utils": "^1.0.2",
36-
"@marko/compat-v4": "^1.0.9",
35+
"@marko/compat-utils": "^1.0.3",
36+
"@marko/compat-v4": "^1.0.10",
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.14"
8+
"marko-widgets": "^8.0.15"
99
}
1010
}

0 commit comments

Comments
 (0)