Skip to content

Commit

Permalink
[ci] release (#2233)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 16, 2024
1 parent a67e1c4 commit ec0d35c
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .changeset/perfect-doors-bow.md

This file was deleted.

16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.36.2

### Patch Changes

- [#2232](https://github.com/marko-js/marko/pull/2232) [`a67e1c4`](https://github.com/marko-js/marko/commit/a67e1c42b04ede5d9b9ef3cb2f8e21bedd2f004f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where the `ignoreUnrecognizedTags` compiler option was incorrectly escaping attribute tags for recognized tags that did not explicitly define their attribute tags in a marko.json

## 5.36.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/compiler",
"version": "5.36.1",
"version": "5.36.2",
"description": "Marko template to JS compiler.",
"keywords": [
"babel",
Expand Down Expand Up @@ -80,7 +80,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@marko/translator-default": "^6.0.0"
"@marko/translator-default": "^6.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/marko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 5.34.5

### Patch Changes

- [#2232](https://github.com/marko-js/marko/pull/2232) [`a67e1c4`](https://github.com/marko-js/marko/commit/a67e1c42b04ede5d9b9ef3cb2f8e21bedd2f004f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where the `ignoreUnrecognizedTags` compiler option was incorrectly escaping attribute tags for recognized tags that did not explicitly define their attribute tags in a marko.json

- Updated dependencies [[`a67e1c4`](https://github.com/marko-js/marko/commit/a67e1c42b04ede5d9b9ef3cb2f8e21bedd2f004f)]:
- @marko/translator-default@6.0.1
- @marko/compiler@5.36.2

## 5.34.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/marko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.34.4",
"version": "5.34.5",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
Expand Down Expand Up @@ -64,8 +64,8 @@
"build": "babel ./src --out-dir ./dist --extensions .js --copy-files --config-file ../../babel.config.js --env-name=production"
},
"dependencies": {
"@marko/compiler": "^5.36.1",
"@marko/translator-default": "^6.0.0",
"@marko/compiler": "^5.36.2",
"@marko/translator-default": "^6.0.1",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/translator-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.0.1

### Patch Changes

- [#2232](https://github.com/marko-js/marko/pull/2232) [`a67e1c4`](https://github.com/marko-js/marko/commit/a67e1c42b04ede5d9b9ef3cb2f8e21bedd2f004f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where the `ignoreUnrecognizedTags` compiler option was incorrectly escaping attribute tags for recognized tags that did not explicitly define their attribute tags in a marko.json

## 6.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/translator-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/translator-default",
"version": "6.0.0",
"version": "6.0.1",
"description": "Translates Marko templates to the default Marko runtime.",
"keywords": [
"babel",
Expand Down Expand Up @@ -34,8 +34,8 @@
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.36.1",
"marko": "^5.34.2"
"@marko/compiler": "^5.36.2",
"marko": "^5.34.5"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",
Expand Down

0 comments on commit ec0d35c

Please sign in to comment.