Skip to content

Commit

Permalink
Merge pull request #2400 from marko-js/changeset-release/main
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
DylanPiercey and github-actions[bot] authored Dec 11, 2024
2 parents 35115d8 + 23187c8 commit 586d378
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .changeset/honest-trainers-smoke.md

This file was deleted.

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

## 6.6.2

### Patch Changes

- [#2399](https://github.com/marko-js/marko/pull/2399) [`032afa1`](https://github.com/marko-js/marko/commit/032afa125b19969346639ac99ae9740521d0c3a2) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor and improve logic around functon registration, binding renaming, and binding assignments.

## 6.6.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.6.1",
"version": "6.6.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.38.1"
"@marko/compiler": "^5.38.4"
},
"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.38.4

### Patch Changes

- [#2401](https://github.com/marko-js/marko/pull/2401) [`46f8d7c`](https://github.com/marko-js/marko/commit/46f8d7cfba231d1ab724fec83f07d1192d5d4d7f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add support for tags API script tag.

- Updated dependencies [[`032afa1`](https://github.com/marko-js/marko/commit/032afa125b19969346639ac99ae9740521d0c3a2)]:
- @marko/babel-utils@6.6.2

## 5.38.3

### 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.38.3",
"version": "5.38.4",
"description": "Marko template to JS compiler.",
"keywords": [
"babel",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@babel/traverse": "^7.25.9",
"@babel/types": "^7.26.0",
"@luxass/strip-json-comments": "^1.3.2",
"@marko/babel-utils": "^6.6.1",
"@marko/babel-utils": "^6.6.2",
"complain": "^1.6.1",
"he": "^1.2.0",
"htmljs-parser": "^5.5.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @marko/runtime-tags

## 0.2.4

### Patch Changes

- [#2399](https://github.com/marko-js/marko/pull/2399) [`032afa1`](https://github.com/marko-js/marko/commit/032afa125b19969346639ac99ae9740521d0c3a2) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor and improve logic around functon registration, binding renaming, and binding assignments.

- [#2401](https://github.com/marko-js/marko/pull/2401) [`46f8d7c`](https://github.com/marko-js/marko/commit/46f8d7cfba231d1ab724fec83f07d1192d5d4d7f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add support for tags API script tag.

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/runtime-tags",
"version": "0.2.3",
"version": "0.2.4",
"description": "Optimized runtime for Marko templates.",
"keywords": [
"api",
Expand Down
12 changes: 12 additions & 0 deletions packages/translator-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @marko/translator-tags

## 0.4.7

### Patch Changes

- [#2399](https://github.com/marko-js/marko/pull/2399) [`032afa1`](https://github.com/marko-js/marko/commit/032afa125b19969346639ac99ae9740521d0c3a2) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor and improve logic around functon registration, binding renaming, and binding assignments.

- [#2401](https://github.com/marko-js/marko/pull/2401) [`46f8d7c`](https://github.com/marko-js/marko/commit/46f8d7cfba231d1ab724fec83f07d1192d5d4d7f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add support for tags API script tag.

- Updated dependencies [[`032afa1`](https://github.com/marko-js/marko/commit/032afa125b19969346639ac99ae9740521d0c3a2), [`46f8d7c`](https://github.com/marko-js/marko/commit/46f8d7cfba231d1ab724fec83f07d1192d5d4d7f)]:
- @marko/runtime-tags@0.2.4
- @marko/babel-utils@6.6.2

## 0.4.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4.6",
"version": "0.4.7",
"description": "Translates Marko templates to the experimental fast, lean, unified, update & render target.",
"keywords": [
"babel",
Expand Down Expand Up @@ -30,8 +30,8 @@
"build": "node -r ~ts ./scripts/bundle.ts"
},
"dependencies": {
"@marko/babel-utils": "^6.6.1",
"@marko/runtime-tags": "^0.2.3"
"@marko/babel-utils": "^6.6.2",
"@marko/runtime-tags": "^0.2.4"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"
Expand Down

0 comments on commit 586d378

Please sign in to comment.