Skip to content

Commit

Permalink
[ci] release (#2405)
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] authored Dec 12, 2024
1 parent fbc0cef commit 2649335
Show file tree
Hide file tree
Showing 16 changed files with 101 additions and 51 deletions.
11 changes: 0 additions & 11 deletions .changeset/chatty-masks-beam.md

This file was deleted.

40 changes: 20 additions & 20 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.3

### Patch Changes

- [#2404](https://github.com/marko-js/marko/pull/2404) [`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade all dependencies. Fix support for latest babel version.

## 6.6.2

### 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.2",
"version": "6.6.3",
"description": "Utilities for use with Marko babel plugins.",
"keywords": [
"htmljs",
Expand Down Expand Up @@ -34,7 +34,7 @@
"relative-import-path": "^1.0.0"
},
"devDependencies": {
"@marko/compiler": "^5.38.4"
"@marko/compiler": "^5.38.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.38.5

### Patch Changes

- [#2404](https://github.com/marko-js/marko/pull/2404) [`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade all dependencies. Fix support for latest babel version.

- Updated dependencies [[`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee)]:
- @marko/babel-utils@6.6.3

## 5.38.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.38.4",
"version": "5.38.5",
"description": "Marko template to JS compiler.",
"keywords": [
"babel",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@babel/traverse": "^7.26.4",
"@babel/types": "^7.26.3",
"@luxass/strip-json-comments": "^1.3.2",
"@marko/babel-utils": "^6.6.2",
"@marko/babel-utils": "^6.6.3",
"complain": "^1.6.1",
"he": "^1.2.0",
"htmljs-parser": "^5.5.3",
Expand All @@ -80,7 +80,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@marko/translator-default": "^6.1.2"
"@marko/translator-default": "^6.1.3"
},
"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.36.5

### Patch Changes

- [#2404](https://github.com/marko-js/marko/pull/2404) [`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade all dependencies. Fix support for latest babel version.

- Updated dependencies [[`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee)]:
- @marko/translator-default@6.1.3
- @marko/compiler@5.38.5

## 5.36.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.36.4",
"version": "5.36.5",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
Expand Down Expand Up @@ -66,8 +66,8 @@
"build": "babel ./src --out-dir ./dist --extensions .js --copy-files --config-file ../../babel.config.js --env-name=production"
},
"dependencies": {
"@marko/compiler": "^5.38.4",
"@marko/translator-default": "^6.1.2",
"@marko/compiler": "^5.38.5",
"@marko/translator-default": "^6.1.3",
"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/runtime-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @marko/runtime-tags

## 0.2.5

### Patch Changes

- [#2404](https://github.com/marko-js/marko/pull/2404) [`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade all dependencies. Fix support for latest babel version.

## 0.2.4

### 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.4",
"version": "0.2.5",
"description": "Optimized runtime for Marko templates.",
"keywords": [
"api",
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

## 6.1.3

### Patch Changes

- [#2404](https://github.com/marko-js/marko/pull/2404) [`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade all dependencies. Fix support for latest babel version.

- Updated dependencies [[`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee)]:
- @marko/babel-utils@6.6.3

## 6.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1.2",
"version": "6.1.3",
"description": "Translates Marko templates to the default Marko runtime.",
"keywords": [
"babel",
Expand Down Expand Up @@ -29,13 +29,13 @@
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@marko/babel-utils": "^6.6.2",
"@marko/babel-utils": "^6.6.3",
"magic-string": "^0.30.15",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.38.4",
"marko": "^5.36.4"
"@marko/compiler": "^5.38.5",
"marko": "^5.36.5"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",
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.36

### Patch Changes

- [#2404](https://github.com/marko-js/marko/pull/2404) [`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade all dependencies. Fix support for latest babel version.

- Updated dependencies [[`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee)]:
- @marko/translator-default@6.1.3
- @marko/babel-utils@6.6.3
- @marko/translator-tags@0.4.8

## 0.1.35

### 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.35",
"version": "0.1.36",
"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.26.2",
"@marko/babel-utils": "^6.6.2",
"@marko/translator-default": "^6.1.2",
"@marko/translator-tags": "^0.4.7"
"@marko/babel-utils": "^6.6.3",
"@marko/translator-default": "^6.1.3",
"@marko/translator-tags": "^0.4.8"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/translator-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @marko/translator-tags

## 0.4.8

### Patch Changes

- [#2404](https://github.com/marko-js/marko/pull/2404) [`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade all dependencies. Fix support for latest babel version.

- Updated dependencies [[`fbc0cef`](https://github.com/marko-js/marko/commit/fbc0cefb860cd91142231df04c05b7e4c0d1b1ee)]:
- @marko/babel-utils@6.6.3
- @marko/runtime-tags@0.2.5

## 0.4.7

### 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.7",
"version": "0.4.8",
"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.2",
"@marko/runtime-tags": "^0.2.4"
"@marko/babel-utils": "^6.6.3",
"@marko/runtime-tags": "^0.2.5"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"
Expand Down

0 comments on commit 2649335

Please sign in to comment.