Skip to content

Commit 4d2c7df

Browse files
committed
prepare release
1 parent 6f6a98d commit 4d2c7df

8 files changed

Lines changed: 21 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 6.0.0-alpha.5 - 2025-05-23
99
- Implement CSRF protection
1010
- Add remember me checkbox
1111
- New user email verification

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,6 @@
7878
"slam/phpstan-extensions": "^6.0",
7979
"symplify/monorepo-builder": "^11.2"
8080
},
81-
"replace": {
82-
"userfrosting/framework": "6.0.0-alpha.4",
83-
"userfrosting/sprinkle-account": "6.0.0-alpha.4",
84-
"userfrosting/sprinkle-admin": "6.0.0-alpha.4",
85-
"userfrosting/sprinkle-core": "6.0.0-alpha.4",
86-
"userfrosting/userfrosting": "6.0.0-alpha.4"
87-
},
88-
"minimum-stability": "dev",
89-
"prefer-stable": true,
9081
"autoload": {
9182
"psr-4": {
9283
"UserFrosting\\": "packages/framework/src",
@@ -105,5 +96,14 @@
10596
"UserFrosting\\Tests\\App\\": "packages/skeleton/app/tests/",
10697
"Workers\\MonoRepo\\": "utils/"
10798
}
108-
}
99+
},
100+
"replace": {
101+
"userfrosting/framework": "6.0.0-alpha.5",
102+
"userfrosting/sprinkle-account": "6.0.0-alpha.5",
103+
"userfrosting/sprinkle-admin": "6.0.0-alpha.5",
104+
"userfrosting/sprinkle-core": "6.0.0-alpha.5",
105+
"userfrosting/userfrosting": "6.0.0-alpha.5"
106+
},
107+
"minimum-stability": "dev",
108+
"prefer-stable": true
109109
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/skeleton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "userfrosting",
3-
"version": "6.0.0-alpha.4",
3+
"version": "6.0.0-alpha.5",
44
"private": true,
55
"type": "module",
66
"dependencies": {

packages/sprinkle-account/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@userfrosting/sprinkle-account",
3-
"version": "6.0.0-alpha.4",
3+
"version": "6.0.0-alpha.5",
44
"type": "module",
55
"description": "Account Sprinkle for UserFrosting",
66
"funding": "https://opencollective.com/userfrosting",

packages/sprinkle-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@userfrosting/sprinkle-admin",
3-
"version": "6.0.0-alpha.4",
3+
"version": "6.0.0-alpha.5",
44
"type": "module",
55
"description": "Admin Sprinkle for UserFrosting 6",
66
"funding": "https://opencollective.com/userfrosting",

packages/sprinkle-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@userfrosting/sprinkle-core",
3-
"version": "6.0.0-alpha.4",
3+
"version": "6.0.0-alpha.5",
44
"type": "module",
55
"description": "Core Sprinkle for UserFrosting",
66
"funding": "https://opencollective.com/userfrosting",

packages/theme-pink-cupcake/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@userfrosting/theme-pink-cupcake",
3-
"version": "6.0.0-alpha.4",
3+
"version": "6.0.0-alpha.5",
44
"type": "module",
55
"description": "Pink Cupcake Theme for UserFrosting",
66
"funding": "https://opencollective.com/userfrosting",

0 commit comments

Comments
 (0)