Skip to content

Commit 61bc46a

Browse files
chore(new-release) (beta)
1 parent 96224f0 commit 61bc46a

File tree

6 files changed

+37
-6
lines changed

6 files changed

+37
-6
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@
1818
"fine-chefs-write",
1919
"fine-kids-watch",
2020
"fluffy-ways-like",
21+
"four-planets-own",
2122
"funny-pens-own",
2223
"fuzzy-dots-notice",
2324
"giant-suns-look",
2425
"goofy-toys-attend",
2526
"great-coats-remain",
2627
"heavy-years-attack",
2728
"itchy-spies-cover",
29+
"lazy-teachers-wink",
2830
"legal-jobs-marry",
2931
"legal-pianos-own",
3032
"lemon-coins-chew",

package-lock.json

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

packages/stacks-classic/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @stackoverflow/stacks
22

3+
## 3.0.0-beta.15
4+
5+
### Minor Changes
6+
7+
- [#2109](https://github.com/StackExchange/Stacks/pull/2109) [`96224f0`](https://github.com/StackExchange/Stacks/commit/96224f0bdf3c9208489c4053d34af86df9ffe25b) Thanks [@mukunku](https://github.com/mukunku)! - feat(notice): update styles for SHINE
8+
feat(toast): update styles for SHINE
9+
10+
BREAKING CHANGES
11+
- Markup for notices has been updated
12+
13+
### Patch Changes
14+
15+
- [#2119](https://github.com/StackExchange/Stacks/pull/2119) [`85c14d4`](https://github.com/StackExchange/Stacks/commit/85c14d41a33f36cadc338d1f83b166b8ba1ff01f) Thanks [@dancormier](https://github.com/dancormier)! - Fix rem font size values
16+
317
## 3.0.0-beta.14
418

519
### Minor Changes

packages/stacks-classic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackoverflow/stacks",
33
"description": "Stack Overflow’s CSS and Design Pattern Library. Stacks is an atomic CSS library with classes and components for rapidly building Stack Overflow.",
4-
"version": "3.0.0-beta.14",
4+
"version": "3.0.0-beta.15",
55
"files": [
66
"dist",
77
"lib",

packages/stacks-svelte/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @stackoverflow/stacks-svelte
22

3+
## 1.0.0-beta.17
4+
5+
### Minor Changes
6+
7+
- [#2109](https://github.com/StackExchange/Stacks/pull/2109) [`96224f0`](https://github.com/StackExchange/Stacks/commit/96224f0bdf3c9208489c4053d34af86df9ffe25b) Thanks [@mukunku](https://github.com/mukunku)! - feat(notice): update styles for SHINE
8+
feat(toast): update styles for SHINE
9+
10+
BREAKING CHANGES
11+
- Markup for notices has been updated
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`85c14d4`](https://github.com/StackExchange/Stacks/commit/85c14d41a33f36cadc338d1f83b166b8ba1ff01f), [`96224f0`](https://github.com/StackExchange/Stacks/commit/96224f0bdf3c9208489c4053d34af86df9ffe25b)]:
16+
- @stackoverflow/stacks@3.0.0-beta.15
17+
318
## 1.0.0-beta.16
419

520
### Minor Changes

packages/stacks-svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stackoverflow/stacks-svelte",
33
"description": "Stacks Components built in Svelte",
44
"type": "module",
5-
"version": "1.0.0-beta.16",
5+
"version": "1.0.0-beta.17",
66
"exports": {
77
".": {
88
"types": "./lib/components/index.d.ts",
@@ -27,7 +27,7 @@
2727
"storybook:extract": "node tools/storybook-llms-extractor.js"
2828
},
2929
"peerDependencies": {
30-
"@stackoverflow/stacks": "^3.0.0-beta.14",
30+
"@stackoverflow/stacks": "^3.0.0-beta.15",
3131
"svelte": "^5.0.0"
3232
},
3333
"dependencies": {

0 commit comments

Comments
 (0)