Skip to content

Commit e27c61b

Browse files
[ci] release (#1866)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 797e904 commit e27c61b

File tree

8 files changed

+45
-28
lines changed

8 files changed

+45
-28
lines changed

.changeset/hungry-olives-agree.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compiler/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.23.0
4+
5+
### Minor Changes
6+
7+
- [#1865](https://github.com/marko-js/marko/pull/1865) [`797e90489`](https://github.com/marko-js/marko/commit/797e90489359e1e87a9756da5082c1e085555546) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Changes the "default" attributes name to be "value". This is technically a breaking change, but it primarily only impacts the tags-api-preview which will also be getting a release to support this change.
8+
39
## 5.22.10
410

511
### Patch Changes

packages/compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@marko/compiler",
33
"description": "Marko template to JS compiler.",
4-
"version": "5.22.10",
4+
"version": "5.23.0",
55
"author": "Dylan Piercey <[email protected]>",
66
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
77
"dependencies": {
@@ -30,7 +30,7 @@
3030
"strip-json-comments": "^3.1.1"
3131
},
3232
"devDependencies": {
33-
"@marko/translator-default": "^5.21.8"
33+
"@marko/translator-default": "^5.22.0"
3434
},
3535
"files": [
3636
"dist",

packages/marko/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 5.22.0
4+
5+
### Minor Changes
6+
7+
- [#1865](https://github.com/marko-js/marko/pull/1865) [`797e90489`](https://github.com/marko-js/marko/commit/797e90489359e1e87a9756da5082c1e085555546) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Changes the "default" attributes name to be "value". This is technically a breaking change, but it primarily only impacts the tags-api-preview which will also be getting a release to support this change.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`797e90489`](https://github.com/marko-js/marko/commit/797e90489359e1e87a9756da5082c1e085555546)]:
12+
- @marko/compiler@5.23.0
13+
- @marko/translator-default@5.22.0
14+
315
## 5.21.11
416

517
### Patch Changes

packages/marko/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "marko",
3-
"version": "5.21.11",
3+
"version": "5.22.0",
44
"license": "MIT",
55
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
66
"dependencies": {
7-
"@marko/compiler": "^5.22.10",
8-
"@marko/translator-default": "^5.21.8",
7+
"@marko/compiler": "^5.23.0",
8+
"@marko/translator-default": "^5.22.0",
99
"app-module-path": "^2.2.0",
1010
"argly": "^1.2.0",
1111
"browser-refresh-client": "1.1.4",

packages/translator-default/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.22.0
4+
5+
### Minor Changes
6+
7+
- [#1865](https://github.com/marko-js/marko/pull/1865) [`797e90489`](https://github.com/marko-js/marko/commit/797e90489359e1e87a9756da5082c1e085555546) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Changes the "default" attributes name to be "value". This is technically a breaking change, but it primarily only impacts the tags-api-preview which will also be getting a release to support this change.
8+
39
## 5.21.8
410

511
### Patch Changes

packages/translator-default/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@marko/translator-default",
33
"description": "Translates Marko templates to the default Marko runtime.",
4-
"version": "5.21.8",
4+
"version": "5.22.0",
55
"author": "Dylan Piercey <[email protected]>",
66
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
77
"dependencies": {
@@ -12,8 +12,8 @@
1212
"self-closing-tags": "^1.0.1"
1313
},
1414
"devDependencies": {
15-
"@marko/compiler": "^5.22.10",
16-
"marko": "^5.21.11"
15+
"@marko/compiler": "^5.23.0",
16+
"marko": "^5.22.0"
1717
},
1818
"files": [
1919
"dist"

0 commit comments

Comments
 (0)