mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
[ci] release
This commit is contained in:
parent
5ea69a60c1
commit
413a37df0e
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@marko/compiler": minor
|
||||
"marko": minor
|
||||
"@marko/translator-default": minor
|
||||
---
|
||||
|
||||
Expose the ability to intercept errors from the taglib builder.
|
||||
26
package-lock.json
generated
26
package-lock.json
generated
@ -10478,7 +10478,7 @@
|
||||
},
|
||||
"packages/compiler": {
|
||||
"name": "@marko/compiler",
|
||||
"version": "5.24.0",
|
||||
"version": "5.25.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.16.0",
|
||||
@ -10505,7 +10505,7 @@
|
||||
"strip-json-comments": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/translator-default": "^5.22.6"
|
||||
"@marko/translator-default": "^5.23.0"
|
||||
}
|
||||
},
|
||||
"packages/compiler/node_modules/jsesc": {
|
||||
@ -10524,11 +10524,11 @@
|
||||
"integrity": "sha512-uEDMMkBCJvjTqYMBnJNxn+neiS6a0rhybQNA9RaexGor1uvKjwyHA5VcbZMZEuqXhKUWbL+WNS7PhuZVZNB7pw=="
|
||||
},
|
||||
"packages/marko": {
|
||||
"version": "5.22.9",
|
||||
"version": "5.23.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.23.6",
|
||||
"@marko/translator-default": "^5.22.6",
|
||||
"@marko/compiler": "^5.25.0",
|
||||
"@marko/translator-default": "^5.23.0",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.2.0",
|
||||
"browser-refresh-client": "1.1.4",
|
||||
@ -10552,7 +10552,7 @@
|
||||
},
|
||||
"packages/translator-default": {
|
||||
"name": "@marko/translator-default",
|
||||
"version": "5.22.6",
|
||||
"version": "5.23.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
@ -10562,8 +10562,8 @@
|
||||
"self-closing-tags": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.23.6",
|
||||
"marko": "^5.22.7"
|
||||
"@marko/compiler": "^5.25.0",
|
||||
"marko": "^5.23.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@marko/compiler": "^5.16.1",
|
||||
@ -12197,7 +12197,7 @@
|
||||
"@babel/traverse": "^7.16.0",
|
||||
"@babel/types": "^7.16.0",
|
||||
"@marko/babel-utils": "^5.21.4",
|
||||
"@marko/translator-default": "^5.22.6",
|
||||
"@marko/translator-default": "^5.23.0",
|
||||
"complain": "^1.6.0",
|
||||
"he": "^1.2.0",
|
||||
"htmljs-parser": "^5.1.5",
|
||||
@ -12226,10 +12226,10 @@
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
"@marko/babel-utils": "^5.21.4",
|
||||
"@marko/compiler": "^5.23.6",
|
||||
"@marko/compiler": "^5.25.0",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"magic-string": "^0.27.0",
|
||||
"marko": "^5.22.7",
|
||||
"marko": "^5.23.0",
|
||||
"self-closing-tags": "^1.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -15680,8 +15680,8 @@
|
||||
"marko": {
|
||||
"version": "file:packages/marko",
|
||||
"requires": {
|
||||
"@marko/compiler": "^5.23.6",
|
||||
"@marko/translator-default": "^5.22.6",
|
||||
"@marko/compiler": "^5.25.0",
|
||||
"@marko/translator-default": "^5.23.0",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.2.0",
|
||||
"browser-refresh-client": "1.1.4",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 5.25.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1899](https://github.com/marko-js/marko/pull/1899) [`4fc38e800`](https://github.com/marko-js/marko/commit/4fc38e80010241da76d24a46c2cd838aa5cf309f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Expose the ability to intercept errors from the taglib builder.
|
||||
|
||||
## 5.24.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@marko/compiler",
|
||||
"description": "Marko template to JS compiler.",
|
||||
"version": "5.24.0",
|
||||
"version": "5.25.0",
|
||||
"author": "Dylan Piercey <dpiercey@ebay.com>",
|
||||
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
|
||||
"dependencies": {
|
||||
@ -29,7 +29,7 @@
|
||||
"strip-json-comments": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/translator-default": "^5.22.6"
|
||||
"@marko/translator-default": "^5.23.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# Change Log
|
||||
|
||||
## 5.23.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1899](https://github.com/marko-js/marko/pull/1899) [`4fc38e800`](https://github.com/marko-js/marko/commit/4fc38e80010241da76d24a46c2cd838aa5cf309f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Expose the ability to intercept errors from the taglib builder.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`4fc38e800`](https://github.com/marko-js/marko/commit/4fc38e80010241da76d24a46c2cd838aa5cf309f)]:
|
||||
- @marko/compiler@5.25.0
|
||||
- @marko/translator-default@5.23.0
|
||||
|
||||
## 5.22.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.22.9",
|
||||
"version": "5.23.0",
|
||||
"license": "MIT",
|
||||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.23.6",
|
||||
"@marko/translator-default": "^5.22.6",
|
||||
"@marko/compiler": "^5.25.0",
|
||||
"@marko/translator-default": "^5.23.0",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.2.0",
|
||||
"browser-refresh-client": "1.1.4",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 5.23.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1899](https://github.com/marko-js/marko/pull/1899) [`4fc38e800`](https://github.com/marko-js/marko/commit/4fc38e80010241da76d24a46c2cd838aa5cf309f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Expose the ability to intercept errors from the taglib builder.
|
||||
|
||||
## 5.22.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@marko/translator-default",
|
||||
"description": "Translates Marko templates to the default Marko runtime.",
|
||||
"version": "5.22.6",
|
||||
"version": "5.23.0",
|
||||
"author": "Dylan Piercey <dpiercey@ebay.com>",
|
||||
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
|
||||
"dependencies": {
|
||||
@ -12,8 +12,8 @@
|
||||
"self-closing-tags": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.23.6",
|
||||
"marko": "^5.22.7"
|
||||
"@marko/compiler": "^5.25.0",
|
||||
"marko": "^5.23.0"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user