Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and DylanPiercey committed Mar 11, 2024
1 parent 9dae3ae commit c3f0235
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 37 deletions.
9 changes: 0 additions & 9 deletions .changeset/rich-plants-rescue.md

This file was deleted.

28 changes: 14 additions & 14 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/babel-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.4.2

### Patch Changes

- [#2164](https://github.com/marko-js/marko/pull/2164) [`08823b9`](https://github.com/marko-js/marko/commit/08823b916b0aca172edeaba86b632a4cf5462a8a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with interop translator not outputting correct hydrate entry code.

## 6.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/babel-utils",
"version": "6.4.1",
"version": "6.4.2",
"description": "Utilities for use with Marko babel plugins.",
"keywords": [
"htmljs",
Expand Down Expand Up @@ -33,7 +33,7 @@
"relative-import-path": "^1.0.0"
},
"devDependencies": {
"@marko/compiler": "^5.35.4"
"@marko/compiler": "^5.35.5"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.35.5

### Patch Changes

- [#2164](https://github.com/marko-js/marko/pull/2164) [`08823b9`](https://github.com/marko-js/marko/commit/08823b916b0aca172edeaba86b632a4cf5462a8a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with interop translator not outputting correct hydrate entry code.

- Updated dependencies [[`08823b9`](https://github.com/marko-js/marko/commit/08823b916b0aca172edeaba86b632a4cf5462a8a)]:
- @marko/babel-utils@6.4.2

## 5.35.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/compiler",
"version": "5.35.4",
"version": "5.35.5",
"description": "Marko template to JS compiler.",
"keywords": [
"babel",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@babel/traverse": "^7.24.0",
"@babel/types": "^7.24.0",
"@luxass/strip-json-comments": "^1.2.0",
"@marko/babel-utils": "^6.4.1",
"@marko/babel-utils": "^6.4.2",
"complain": "^1.6.0",
"he": "^1.2.0",
"htmljs-parser": "^5.5.2",
Expand All @@ -80,7 +80,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@marko/translator-default": "^5.32.5"
"@marko/translator-default": "^5.32.6"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/translator-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.32.6

### Patch Changes

- [#2164](https://github.com/marko-js/marko/pull/2164) [`08823b9`](https://github.com/marko-js/marko/commit/08823b916b0aca172edeaba86b632a4cf5462a8a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with interop translator not outputting correct hydrate entry code.

- Updated dependencies [[`08823b9`](https://github.com/marko-js/marko/commit/08823b916b0aca172edeaba86b632a4cf5462a8a)]:
- @marko/babel-utils@6.4.2

## 5.32.5

### Patch 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": "5.32.5",
"version": "5.32.6",
"description": "Translates Marko templates to the default Marko runtime.",
"keywords": [
"babel",
Expand Down Expand Up @@ -29,12 +29,12 @@
},
"dependencies": {
"@babel/runtime": "^7.24.0",
"@marko/babel-utils": "^6.4.1",
"@marko/babel-utils": "^6.4.2",
"magic-string": "^0.30.8",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.35.4",
"@marko/compiler": "^5.35.5",
"marko": "^5.33.6"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/translator-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @marko/translator-interop-class-tags

## 0.1.6

### Patch Changes

- [#2164](https://github.com/marko-js/marko/pull/2164) [`08823b9`](https://github.com/marko-js/marko/commit/08823b916b0aca172edeaba86b632a4cf5462a8a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with interop translator not outputting correct hydrate entry code.

- Updated dependencies [[`08823b9`](https://github.com/marko-js/marko/commit/08823b916b0aca172edeaba86b632a4cf5462a8a)]:
- @marko/translator-default@5.32.6
- @marko/translator-tags@0.1.7
- @marko/babel-utils@6.4.2

## 0.1.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.5",
"version": "0.1.6",
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
"keywords": [
"babel",
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@babel/code-frame": "^7.23.5",
"@marko/babel-utils": "^6.4.1",
"@marko/translator-default": "^5.32.5",
"@marko/translator-tags": "^0.1.6"
"@marko/babel-utils": "^6.4.2",
"@marko/translator-default": "^5.32.6",
"@marko/translator-tags": "^0.1.7"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/translator-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @marko/translator-tags

## 0.1.7

### Patch Changes

- [#2164](https://github.com/marko-js/marko/pull/2164) [`08823b9`](https://github.com/marko-js/marko/commit/08823b916b0aca172edeaba86b632a4cf5462a8a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with interop translator not outputting correct hydrate entry code.

- Updated dependencies [[`08823b9`](https://github.com/marko-js/marko/commit/08823b916b0aca172edeaba86b632a4cf5462a8a)]:
- @marko/babel-utils@6.4.2

## 0.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/translator-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/translator-tags",
"version": "0.1.6",
"version": "0.1.7",
"description": "Translates Marko templates to the experimental fast, lean, unified, update & render target.",
"keywords": [
"babel",
Expand Down Expand Up @@ -28,7 +28,7 @@
"build": "node -r ~ts ./scripts/bundle.ts"
},
"dependencies": {
"@marko/babel-utils": "^6.4.1",
"@marko/babel-utils": "^6.4.2",
"@marko/runtime-tags": "^0.1.4"
},
"peerDependencies": {
Expand Down

0 comments on commit c3f0235

Please sign in to comment.