Skip to content

Commit 6151414

Browse files
chore: release 12.0.0-alpha.1 (#107)
1 parent 3185c83 commit 6151414

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [12.0.0-alpha.1](https://github.com/blackbaud/stache/compare/12.0.0-alpha.0...12.0.0-alpha.1) (2025-03-17)
4+
5+
6+
### Features
7+
8+
* **stache:** add `sidebar-no-margin` layout type ([#106](https://github.com/blackbaud/stache/issues/106)) ([309eaa0](https://github.com/blackbaud/stache/commit/309eaa0db50676e1f7fa081210ce95747f09e1e7))
9+
10+
11+
### Bug Fixes
12+
13+
* **stache:** re-implement global margin and line-height styles ([#109](https://github.com/blackbaud/stache/issues/109)) ([3185c83](https://github.com/blackbaud/stache/commit/3185c837cd6624dadfff244041a4d518b60a2d2b))
14+
* **stache:** use correct selector in stylesheet ([#108](https://github.com/blackbaud/stache/issues/108)) ([994cee8](https://github.com/blackbaud/stache/commit/994cee8743c356aef61234419034897b9641d1cb))
15+
316
## [12.0.0-alpha.0](https://github.com/blackbaud/stache/compare/11.0.0...12.0.0-alpha.0) (2025-01-10)
417

518

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stache",
3-
"version": "12.0.0-alpha.0",
3+
"version": "12.0.0-alpha.1",
44
"license": "MIT",
55
"scripts": {
66
"build": "nx run-many --target=build --all --parallel",

0 commit comments

Comments
 (0)