Skip to content

Commit

Permalink
[ci] release (#2220)
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 Apr 19, 2024
1 parent 0ee141c commit 08916bb
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-seahorses-repair.md

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions packages/marko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/marko/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
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.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
Expand Down
4 changes: 2 additions & 2 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": "5.33.1",
"version": "6.0.0",
"description": "Translates Marko templates to the default Marko runtime.",
"keywords": [
"babel",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@marko/compiler": "^5.36.1",
"marko": "^5.34.1"
"marko": "^5.34.2"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/translator-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/translator-interop/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 08916bb

Please sign in to comment.