File tree Expand file tree Collapse file tree 13 files changed +47
-74
lines changed
Expand file tree Collapse file tree 13 files changed +47
-74
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 5.0.0-beta.3] ( https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.2...v5.0.0-beta.3 ) (2025-07-11)
7+
8+ ### Features
9+
10+ - ** builder:** restore SASS compilation functionality as hidden feature ([ f4deb58] ( https://github.com/d-zero-dev/frontend-env/commit/f4deb58094fb87ef8ab130c4574e497e0addac39 ) )
11+
612# [ 5.0.0-beta.2] ( https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.1...v5.0.0-beta.2 ) (2025-07-11)
713
814### Features
Original file line number Diff line number Diff line change 11{
22 "lerna" : " 8.1.2" ,
3- "version" : " 5.0.0-beta.2 " ,
3+ "version" : " 5.0.0-beta.3 " ,
44 "npmClient" : " yarn" ,
55 "packages" : [" packages/@d-zero/*" ],
66 "command" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 5.0.0-beta.3] ( https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.2...v5.0.0-beta.3 ) (2025-07-11)
7+
8+ ### Features
9+
10+ - ** builder:** restore SASS compilation functionality as hidden feature ([ f4deb58] ( https://github.com/d-zero-dev/frontend-env/commit/f4deb58094fb87ef8ab130c4574e497e0addac39 ) )
11+
612# [ 5.0.0-beta.2] ( https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.1...v5.0.0-beta.2 ) (2025-07-11)
713
814** Note:** Version bump only for package @d-zero/builder
Original file line number Diff line number Diff line change 11{
22 "name" : " @d-zero/builder" ,
3- "version" : " 5.0.0-beta.2 " ,
3+ "version" : " 5.0.0-beta.3 " ,
44 "description" : " Builder of D-ZERO Frontend" ,
55 "repository" : " https://github.com/d-zero-dev/frontend-env.git" ,
66 "author" : " D-ZERO Co., Ltd." ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 5.0.0-beta.3] ( https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.2...v5.0.0-beta.3 ) (2025-07-11)
7+
8+ ** Note:** Version bump only for package @d-zero/create-frontend
9+
610# [ 5.0.0-beta.2] ( https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.1...v5.0.0-beta.2 ) (2025-07-11)
711
812### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @d-zero/create-frontend" ,
3- "version" : " 5.0.0-beta.2 " ,
3+ "version" : " 5.0.0-beta.3 " ,
44 "description" : " Create a new frontend project from a scaffolding template" ,
55 "repository" : " https://github.com/d-zero-dev/frontend-env.git" ,
66 "author" : " D-ZERO Co., Ltd." ,
1313 "create-dzero-frontend" : " ./index.js"
1414 },
1515 "dependencies" : {
16- "@d-zero/scaffold" : " 5.0.0-beta.2 " ,
16+ "@d-zero/scaffold" : " 5.0.0-beta.3 " ,
1717 "glob" : " 11.0.3" ,
1818 "i18n-js" : " 4.5.1" ,
1919 "ignore" : " 7.0.5" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 5.0.0-beta.3] ( https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.2...v5.0.0-beta.3 ) (2025-07-11)
7+
8+ ** Note:** Version bump only for package @d-zero/custom-components
9+
610# [ 5.0.0-beta.2] ( https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.1...v5.0.0-beta.2 ) (2025-07-11)
711
812** Note:** Version bump only for package @d-zero/custom-components
Original file line number Diff line number Diff line change 11{
22 "name" : " @d-zero/custom-components" ,
3- "version" : " 5.0.0-beta.2 " ,
3+ "version" : " 5.0.0-beta.3 " ,
44 "description" : " D-ZERO custom components" ,
55 "author" : " D-ZERO" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 5.0.0-beta.3] ( https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.2...v5.0.0-beta.3 ) (2025-07-11)
7+
8+ ** Note:** Version bump only for package @d-zero/postcss-config
9+
610# [ 5.0.0-beta.2] ( https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.1...v5.0.0-beta.2 ) (2025-07-11)
711
812** Note:** Version bump only for package @d-zero/postcss-config
Original file line number Diff line number Diff line change 11{
22 "name" : " @d-zero/postcss-config" ,
3- "version" : " 5.0.0-beta.2 " ,
3+ "version" : " 5.0.0-beta.3 " ,
44 "description" : " Configurations of PostCSS" ,
55 "repository" : " https://github.com/d-zero-dev/frontend-env.git" ,
66 "author" : " D-ZERO Co., Ltd." ,
You can’t perform that action at this time.
0 commit comments