Skip to content

Commit 60eec85

Browse files
committed
1.0.0-RC.2
1 parent 7b4e84b commit 60eec85

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.0.0-RC.2 - 2025-07-16
4+
5+
- The plugin now includes Datastar [1.0.0-RC.2](https://github.com/starfederation/datastar/releases/tag/v1.0.0-RC.2).
6+
37
## 1.0.0-RC.1 - 2025-07-15
48

59
- The plugin now requires Datastar [1.0.0-RC.1](https://github.com/starfederation/datastar/releases/tag/v1.0.0-RC.1) or later, and Craft CMS 5.4.0 or later.

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 reactive hypermedia framework for Craft.",
4-
"version": "1.0.0-RC.1",
4+
"version": "1.0.0-RC.2",
55
"type": "craft-plugin",
66
"license": "mit",
77
"require": {
88
"php": "^8.2",
99
"craftcms/cms": "^5.4",
10-
"putyourlightson/craft-datastar-module": "^1.0.0-RC.1"
10+
"putyourlightson/craft-datastar-module": "^1.0.0-RC.3"
1111
},
1212
"require-dev": {
1313
"craftcms/ecs": "dev-main",

0 commit comments

Comments
 (0)