Skip to content

Commit a29b10c

Browse files
committed
1.0.0-beta.8
1 parent 2e588a1 commit a29b10c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes for Datastar
22

3+
## 1.0.0-beta.8 - 2025-02-25
4+
5+
### Removed
6+
7+
- Removed the ability to expose the Datastar object, since the framework no longer exposes it.
8+
39
## 1.0.0-beta.7 - 2025-02-01
410

511
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "putyourlightson/craft-datastar",
33
"description": "A template-driven, reactive hypermedia framework for Craft.",
4-
"version": "1.0.0-beta.7",
4+
"version": "1.0.0-beta.8",
55
"type": "craft-plugin",
66
"license": "mit",
77
"require": {
88
"php": "^8.2",
99
"craftcms/cms": "^5.0",
10-
"putyourlightson/craft-datastar-module": "^1.0.0-beta.10"
10+
"putyourlightson/craft-datastar-module": "^1.0.0-beta.14"
1111
},
1212
"require-dev": {
1313
"craftcms/ecs": "dev-main",

0 commit comments

Comments
 (0)