Skip to content

Commit

Permalink
1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jan 18, 2025
1 parent b193c8f commit 629cf8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes for Datastar

## 1.0.0-beta.6 - 2025-01-18

### Added

- Added the `datastar.signals()` and `datastar.signalsFromClass()` and methods.

## 1.0.0-beta.5 - 2025-01-06

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "putyourlightson/craft-datastar",
"description": "A template-driven, reactive hypermedia framework for Craft.",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"type": "craft-plugin",
"license": "mit",
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0",
"putyourlightson/craft-datastar-module": "^1.0.0-beta.5"
"putyourlightson/craft-datastar-module": "^1.0.0-beta.8"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down

0 comments on commit 629cf8e

Please sign in to comment.