@d-zero/scaffold 5.0.0-alpha.35 → 5.0.0-alpha.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [5.0.0-alpha.37](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.36...v5.0.0-alpha.37) (2025-02-03)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **scaffold:** .bge-contentsクラス名のsが抜けていたので修正 ([c9b4757](https://github.com/d-zero-dev/frontend-env/commit/c9b4757e16aa35178883fed8e8e0fb5a34b24c90))
11
+ - **scaffold:** 301_form_confirmテンプレートの最初の.cc-form-fieldset直下にdiv要素追加 ([32aba92](https://github.com/d-zero-dev/frontend-env/commit/32aba92639dacae38579c5a5e3b0966de57a97d0))
12
+ - **scaffold:** bge-style.scssのファイル名を変更 ([071dc15](https://github.com/d-zero-dev/frontend-env/commit/071dc15ae0647455bb25f707c6edf537c89e2058))
13
+
14
+ ### Features
15
+
16
+ - **scaffold:** componentsレイヤーの廃止 ([024eda3](https://github.com/d-zero-dev/frontend-env/commit/024eda3e417396b0f33637f6803f346c822503dd))
17
+ - **scaffold:** componentsレイヤーの廃止 ([1339a56](https://github.com/d-zero-dev/frontend-env/commit/1339a565655d8ed6e168dc6eb790a2d21b543718))
18
+
19
+ ### BREAKING CHANGES
20
+
21
+ - **scaffold:** componentsレイヤーの廃止
22
+ - **scaffold:** componentsレイヤーの廃止
23
+
24
+ # [5.0.0-alpha.36](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.35...v5.0.0-alpha.36) (2025-01-06)
25
+
26
+ ### Bug Fixes
27
+
28
+ - **scaffold:** fix markuplint config ([e302169](https://github.com/d-zero-dev/frontend-env/commit/e302169a04d5e45afe0b5f6b3b080846e9fe496b))
29
+
6
30
  # [5.0.0-alpha.35](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.34...v5.0.0-alpha.35) (2024-12-23)
7
31
 
8
32
  **Note:** Version bump only for package @d-zero/scaffold
@@ -1,6 +1,6 @@
1
1
  @use './c-content-main.scss' as *;
2
2
 
3
3
  // stylelint-disable-next-line selector-class-pattern
4
- .bge-content {
4
+ .bge-contents {
5
5
  @extend .c-content-main;
6
6
  }