Skip to content

Commit

Permalink
2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Sep 27, 2023
1 parent f105fb9 commit 5e1db47
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 Sprig

## 2.7.1 - 2023-09-27

### Fixed

- Removed a deprecated tag from the Sprig playground.

## 2.7.0 - 2023-09-26

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "putyourlightson/craft-sprig",
"description": "A reactive Twig component framework for Craft.",
"version": "2.7.0",
"version": "2.7.1",
"type": "craft-plugin",
"license": "mit",
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0",
"nystudio107/craft-code-editor": "^1.0.0",
"putyourlightson/craft-sprig-core": "^2.6.0"
"putyourlightson/craft-sprig-core": "^2.6.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5e1db47

Please sign in to comment.