mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
[ci] release (#2220)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0ee141c525
commit
08916bb5de
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/translator-default": major
|
||||
---
|
||||
|
||||
Update runtime entry files
|
||||
14
package-lock.json
generated
14
package-lock.json
generated
@ -12038,7 +12038,7 @@
|
||||
"source-map-support": "^0.5.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/translator-default": "^5.33.1"
|
||||
"@marko/translator-default": "^6.0.0"
|
||||
}
|
||||
},
|
||||
"packages/compiler/node_modules/jsesc": {
|
||||
@ -12052,11 +12052,11 @@
|
||||
}
|
||||
},
|
||||
"packages/marko": {
|
||||
"version": "5.34.1",
|
||||
"version": "5.34.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.36.1",
|
||||
"@marko/translator-default": "^5.33.1",
|
||||
"@marko/translator-default": "^6.0.0",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.2.0",
|
||||
"browser-refresh-client": "1.1.4",
|
||||
@ -12095,7 +12095,7 @@
|
||||
},
|
||||
"packages/translator-default": {
|
||||
"name": "@marko/translator-default",
|
||||
"version": "5.33.1",
|
||||
"version": "6.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.24.1",
|
||||
@ -12105,7 +12105,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.36.1",
|
||||
"marko": "^5.34.1"
|
||||
"marko": "^5.34.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@marko/compiler": "^5.16.1",
|
||||
@ -12114,12 +12114,12 @@
|
||||
},
|
||||
"packages/translator-interop": {
|
||||
"name": "@marko/translator-interop-class-tags",
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.24.2",
|
||||
"@marko/babel-utils": "^6.4.3",
|
||||
"@marko/translator-default": "^5.32.13",
|
||||
"@marko/translator-default": "^6.0.0",
|
||||
"@marko/translator-tags": "^0.1.14"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
"source-map-support": "^0.5.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/translator-default": "^5.33.1"
|
||||
"@marko/translator-default": "^6.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 5.34.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0ee141c`](https://github.com/marko-js/marko/commit/0ee141c525899dcccd0ffa69b8012c8c23ed5d4f)]:
|
||||
- @marko/translator-default@6.0.0
|
||||
|
||||
## 5.34.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.34.1",
|
||||
"version": "5.34.2",
|
||||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
||||
"keywords": [
|
||||
"front-end",
|
||||
@ -65,7 +65,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.36.1",
|
||||
"@marko/translator-default": "^5.33.1",
|
||||
"@marko/translator-default": "^6.0.0",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.2.0",
|
||||
"browser-refresh-client": "1.1.4",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 6.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#2219](https://github.com/marko-js/marko/pull/2219) [`0ee141c`](https://github.com/marko-js/marko/commit/0ee141c525899dcccd0ffa69b8012c8c23ed5d4f) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Update runtime entry files
|
||||
|
||||
## 5.33.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/translator-default",
|
||||
"version": "5.33.1",
|
||||
"version": "6.0.0",
|
||||
"description": "Translates Marko templates to the default Marko runtime.",
|
||||
"keywords": [
|
||||
"babel",
|
||||
@ -35,7 +35,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.36.1",
|
||||
"marko": "^5.34.1"
|
||||
"marko": "^5.34.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@marko/compiler": "^5.16.1",
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @marko/translator-interop-class-tags
|
||||
|
||||
## 0.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0ee141c`](https://github.com/marko-js/marko/commit/0ee141c525899dcccd0ffa69b8012c8c23ed5d4f)]:
|
||||
- @marko/translator-default@6.0.0
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/translator-interop-class-tags",
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
|
||||
"keywords": [
|
||||
"babel",
|
||||
@ -30,7 +30,7 @@
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.24.2",
|
||||
"@marko/babel-utils": "^6.4.3",
|
||||
"@marko/translator-default": "^5.32.13",
|
||||
"@marko/translator-default": "^6.0.0",
|
||||
"@marko/translator-tags": "^0.1.14"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user