Skip to content

Commit e9cadb4

Browse files
committed
prepare release
1 parent e470296 commit e9cadb4

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

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-beta.8 - 2026-01-13
99
- Packages now ship built modules instead of source code. All `package.json`, Vite configs and scripts have been updated accordingly.
1010
- Specify node engine version in each packages
1111
- [Skeleton] Updated `vite.config.ts` : Other packages removed from `optimizeDeps`

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@
9999
}
100100
},
101101
"replace": {
102-
"userfrosting/framework": "6.0.0-beta.7",
103-
"userfrosting/sprinkle-account": "6.0.0-beta.7",
104-
"userfrosting/sprinkle-admin": "6.0.0-beta.7",
105-
"userfrosting/sprinkle-core": "6.0.0-beta.7",
106-
"userfrosting/userfrosting": "6.0.0-beta.7"
102+
"userfrosting/framework": "6.0.0-beta.8",
103+
"userfrosting/sprinkle-account": "6.0.0-beta.8",
104+
"userfrosting/sprinkle-admin": "6.0.0-beta.8",
105+
"userfrosting/sprinkle-core": "6.0.0-beta.8",
106+
"userfrosting/userfrosting": "6.0.0-beta.8"
107107
},
108108
"minimum-stability": "dev",
109109
"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-beta.7",
3+
"version": "6.0.0-beta.8",
44
"private": true,
55
"type": "module",
66
"engines": {

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

0 commit comments

Comments
 (0)