Skip to content

Commit

Permalink
[ci] release (#2249)
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 Jun 13, 2024
1 parent 0ced6e1 commit 2ccd992
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 28 deletions.
8 changes: 0 additions & 8 deletions .changeset/four-beers-build.md

This file was deleted.

20 changes: 10 additions & 10 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.37.3

### Patch Changes

- [#2248](https://github.com/marko-js/marko/pull/2248) [`0ced6e1`](https://github.com/marko-js/marko/commit/0ced6e17c24808586bd24f025d77cfb3c391ea2e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix typo in upgrade docs and adding missing `browser-refresh` module.

## 5.37.2

### 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.37.2",
"version": "5.37.3",
"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.3"
"@marko/translator-default": "^6.0.4"
},
"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.35.3

### Patch Changes

- [#2248](https://github.com/marko-js/marko/pull/2248) [`0ced6e1`](https://github.com/marko-js/marko/commit/0ced6e17c24808586bd24f025d77cfb3c391ea2e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix typo in upgrade docs and adding missing `browser-refresh` module.

- Updated dependencies [[`0ced6e1`](https://github.com/marko-js/marko/commit/0ced6e17c24808586bd24f025d77cfb3c391ea2e)]:
- @marko/compiler@5.37.3
- @marko/translator-default@6.0.4

## 5.35.2

### 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.35.2",
"version": "5.35.3",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
Expand Down Expand Up @@ -65,8 +65,8 @@
"build": "babel ./src --out-dir ./dist --extensions .js --copy-files --config-file ../../babel.config.js --env-name=production"
},
"dependencies": {
"@marko/compiler": "^5.37.2",
"@marko/translator-default": "^6.0.3",
"@marko/compiler": "^5.37.3",
"@marko/translator-default": "^6.0.4",
"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.4

### Patch Changes

- [#2248](https://github.com/marko-js/marko/pull/2248) [`0ced6e1`](https://github.com/marko-js/marko/commit/0ced6e17c24808586bd24f025d77cfb3c391ea2e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix typo in upgrade docs and adding missing `browser-refresh` module.

## 6.0.3

### 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": "6.0.3",
"version": "6.0.4",
"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.37.2",
"marko": "^5.35.2"
"@marko/compiler": "^5.37.3",
"marko": "^5.35.3"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/translator-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @marko/translator-interop-class-tags

## 0.1.17

### Patch Changes

- [#2248](https://github.com/marko-js/marko/pull/2248) [`0ced6e1`](https://github.com/marko-js/marko/commit/0ced6e17c24808586bd24f025d77cfb3c391ea2e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix typo in upgrade docs and adding missing `browser-refresh` module.

- Updated dependencies [[`0ced6e1`](https://github.com/marko-js/marko/commit/0ced6e17c24808586bd24f025d77cfb3c391ea2e)]:
- @marko/translator-default@6.0.4

## 0.1.16

### 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.16",
"version": "0.1.17",
"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.5.0",
"@marko/translator-default": "^6.0.3",
"@marko/translator-default": "^6.0.4",
"@marko/translator-tags": "^0.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 2ccd992

Please sign in to comment.