Skip to content

Commit 754c9b6

Browse files
chore(new-release) (beta)
1 parent 66bfd40 commit 754c9b6

File tree

6 files changed

+28
-6
lines changed

6 files changed

+28
-6
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
"@stackoverflow/stacks-svelte": "0.5.0"
77
},
88
"changesets": [
9+
"curvy-candles-clap",
910
"early-knives-wash",
11+
"giant-suns-look",
1012
"itchy-spies-cover",
1113
"moody-banks-study",
1214
"nine-wolves-share",
15+
"salty-papers-sneeze",
1316
"silent-camels-shake",
1417
"solid-mugs-jog",
1518
"thin-days-leave"

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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @stackoverflow/stacks
22

3+
## 3.0.0-beta.2
4+
5+
### Minor Changes
6+
7+
- [#2015](https://github.com/StackExchange/Stacks/pull/2015) [`66bfd40`](https://github.com/StackExchange/Stacks/commit/66bfd409b4643db3970457eb884066aa799c15d9) Thanks [@dancormier](https://github.com/dancormier)! - Updated colors for SHINE
8+
9+
- [#2028](https://github.com/StackExchange/Stacks/pull/2028) [`c9bd0f6`](https://github.com/StackExchange/Stacks/commit/c9bd0f6ed0286bd2b1b2935662f96c537445bf12) Thanks [@dancormier](https://github.com/dancormier)! - Update typography for new SHINE design system
10+
11+
### Patch Changes
12+
13+
- [#2037](https://github.com/StackExchange/Stacks/pull/2037) [`73c8edd`](https://github.com/StackExchange/Stacks/commit/73c8edd05eacee5d26e9267279a1cb5b32923710) Thanks [@dancormier](https://github.com/dancormier)! - Add legacy sm, lg border radius custom properties
14+
315
## 3.0.0-beta.1
416

517
### 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.1",
4+
"version": "3.0.0-beta.2",
55
"files": [
66
"dist",
77
"lib",

packages/stacks-svelte/CHANGELOG.md

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

3+
## 1.0.0-beta.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`66bfd40`](https://github.com/StackExchange/Stacks/commit/66bfd409b4643db3970457eb884066aa799c15d9), [`c9bd0f6`](https://github.com/StackExchange/Stacks/commit/c9bd0f6ed0286bd2b1b2935662f96c537445bf12), [`73c8edd`](https://github.com/StackExchange/Stacks/commit/73c8edd05eacee5d26e9267279a1cb5b32923710)]:
8+
- @stackoverflow/stacks@3.0.0-beta.2
9+
310
## 1.0.0-beta.2
411

512
### 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.2",
5+
"version": "1.0.0-beta.3",
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.1",
30+
"@stackoverflow/stacks": "^3.0.0-beta.2",
3131
"svelte": "^5.0.0"
3232
},
3333
"dependencies": {

0 commit comments

Comments
 (0)