Skip to content

Commit 90a734f

Browse files
committed
prepare release
1 parent 53089b0 commit 90a734f

8 files changed

Lines changed: 16 additions & 16 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.6 - 2025-07-07
99
- Add AlertsStore + Notification Plugin
1010
- Add Axios interceptor for global error handling
1111
- Add Axios interceptor for unsetting the user on 401 errors

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@
9898
}
9999
},
100100
"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"
101+
"userfrosting/framework": "6.0.0-alpha.6",
102+
"userfrosting/sprinkle-account": "6.0.0-alpha.6",
103+
"userfrosting/sprinkle-admin": "6.0.0-alpha.6",
104+
"userfrosting/sprinkle-core": "6.0.0-alpha.6",
105+
"userfrosting/userfrosting": "6.0.0-alpha.6"
106106
},
107107
"minimum-stability": "dev",
108108
"prefer-stable": true

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.5",
3+
"version": "6.0.0-alpha.6",
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.5",
3+
"version": "6.0.0-alpha.6",
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.5",
3+
"version": "6.0.0-alpha.6",
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.5",
3+
"version": "6.0.0-alpha.6",
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.5",
3+
"version": "6.0.0-alpha.6",
44
"type": "module",
55
"description": "Pink Cupcake Theme for UserFrosting",
66
"funding": "https://opencollective.com/userfrosting",

0 commit comments

Comments
 (0)