Skip to content

Commit 3896ad5

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 4fc4614 commit 3896ad5

File tree

8 files changed

+38
-23
lines changed

8 files changed

+38
-23
lines changed

.changeset/warm-plums-look.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compiler/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.36.1
4+
5+
### Patch Changes
6+
7+
- [#2217](https://github.com/marko-js/marko/pull/2217) [`4fc4614`](https://github.com/marko-js/marko/commit/4fc46149ae046dd0fac0e7cc7e904b188f616f7f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where element keys could be different because of hoisted const elements not always being keyed. This could cause a hydration issue since the server and client compilations would not agree on the keys.
8+
39
## 5.36.0
410

511
### Minor Changes

packages/compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/compiler",
3-
"version": "5.36.0",
3+
"version": "5.36.1",
44
"description": "Marko template to JS compiler.",
55
"keywords": [
66
"babel",
@@ -80,7 +80,7 @@
8080
"source-map-support": "^0.5.21"
8181
},
8282
"devDependencies": {
83-
"@marko/translator-default": "^5.33.0"
83+
"@marko/translator-default": "^5.33.1"
8484
},
8585
"publishConfig": {
8686
"access": "public"

packages/marko/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 5.34.1
4+
5+
### Patch Changes
6+
7+
- [#2217](https://github.com/marko-js/marko/pull/2217) [`4fc4614`](https://github.com/marko-js/marko/commit/4fc46149ae046dd0fac0e7cc7e904b188f616f7f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where element keys could be different because of hoisted const elements not always being keyed. This could cause a hydration issue since the server and client compilations would not agree on the keys.
8+
9+
- Updated dependencies [[`4fc4614`](https://github.com/marko-js/marko/commit/4fc46149ae046dd0fac0e7cc7e904b188f616f7f)]:
10+
- @marko/translator-default@5.33.1
11+
- @marko/compiler@5.36.1
12+
313
## 5.34.0
414

515
### Minor Changes

packages/marko/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marko",
3-
"version": "5.34.0",
3+
"version": "5.34.1",
44
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
55
"keywords": [
66
"front-end",
@@ -64,8 +64,8 @@
6464
"build": "babel ./src --out-dir ./dist --extensions .js --copy-files --config-file ../../babel.config.js --env-name=production"
6565
},
6666
"dependencies": {
67-
"@marko/compiler": "^5.36.0",
68-
"@marko/translator-default": "^5.33.0",
67+
"@marko/compiler": "^5.36.1",
68+
"@marko/translator-default": "^5.33.1",
6969
"app-module-path": "^2.2.0",
7070
"argly": "^1.2.0",
7171
"browser-refresh-client": "1.1.4",

packages/translator-default/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.33.1
4+
5+
### Patch Changes
6+
7+
- [#2217](https://github.com/marko-js/marko/pull/2217) [`4fc4614`](https://github.com/marko-js/marko/commit/4fc46149ae046dd0fac0e7cc7e904b188f616f7f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where element keys could be different because of hoisted const elements not always being keyed. This could cause a hydration issue since the server and client compilations would not agree on the keys.
8+
39
## 5.33.0
410

511
### Minor Changes

packages/translator-default/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/translator-default",
3-
"version": "5.33.0",
3+
"version": "5.33.1",
44
"description": "Translates Marko templates to the default Marko runtime.",
55
"keywords": [
66
"babel",
@@ -34,8 +34,8 @@
3434
"self-closing-tags": "^1.0.1"
3535
},
3636
"devDependencies": {
37-
"@marko/compiler": "^5.36.0",
38-
"marko": "^5.34.0"
37+
"@marko/compiler": "^5.36.1",
38+
"marko": "^5.34.1"
3939
},
4040
"peerDependencies": {
4141
"@marko/compiler": "^5.16.1",

0 commit comments

Comments
 (0)