Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
"@stackoverflow/stacks-svelte": "0.5.0"
},
"changesets": [
"curvy-candles-clap",
"early-knives-wash",
"giant-suns-look",
"itchy-spies-cover",
"moody-banks-study",
"nine-wolves-share",
"salty-papers-sneeze",
"silent-camels-shake",
"solid-mugs-jog",
"thin-days-leave"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/stacks-classic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @stackoverflow/stacks

## 3.0.0-beta.2

### Minor Changes

- [#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

- [#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

### Patch Changes

- [#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

## 3.0.0-beta.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stacks-classic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stackoverflow/stacks",
"description": "Stack Overflow’s CSS and Design Pattern Library. Stacks is an atomic CSS library with classes and components for rapidly building Stack Overflow.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"files": [
"dist",
"lib",
Expand Down
7 changes: 7 additions & 0 deletions packages/stacks-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @stackoverflow/stacks-svelte

## 1.0.0-beta.3

### Patch Changes

- 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)]:
- @stackoverflow/stacks@3.0.0-beta.2

## 1.0.0-beta.2

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stacks-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stackoverflow/stacks-svelte",
"description": "Stacks Components built in Svelte",
"type": "module",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"exports": {
".": {
"types": "./lib/components/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"storybook:extract": "node tools/storybook-llms-extractor.js"
},
"peerDependencies": {
"@stackoverflow/stacks": "^3.0.0-beta.1",
"@stackoverflow/stacks": "^3.0.0-beta.2",
"svelte": "^5.0.0"
},
"dependencies": {
Expand Down