Skip to content

Commit 3ad3010

Browse files
committed
Chore: 5.1.2
1 parent 4bc67da commit 3ad3010

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

2-
## 5.1.1
2+
## 5.1.2
33

44
### Bugs
55
- Fix hydration support not loading in Astro 6 static builds. Astro 6 does not emit `before-hydration` chunks for the client build environment, causing a 404 and breaking Lit component hydration. Switches to `page` script injection as a workaround.
66

7-
## 5.1.0
7+
## 5.1.0-1
88

99
### Bugs
1010
- Adds new independent build system for project, fixes issues is 5.0.1-2 related to build system failure conditions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semantic-ui/astro-lit",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Use Lit components with Astro",
55
"type": "module",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)