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
6 changes: 0 additions & 6 deletions .changeset/two-goats-press.md

This file was deleted.

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.

8 changes: 7 additions & 1 deletion packages/stacks-classic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackoverflow/stacks

## 2.9.0

### Minor Changes

- [#2304](https://github.com/StackExchange/Stacks/pull/2304) [`3bf24b4`](https://github.com/StackExchange/Stacks/commit/3bf24b45c0a024214b97ba418f31cdadb98038b2) Thanks [@alexwarren](https://github.com/alexwarren)! - Fix popover focus-leave dismissal

## 2.8.6

### Patch Changes
Expand Down Expand Up @@ -52,4 +58,4 @@

### Patch Changes

- [`9309a97`](https://github.com/StackExchange/Stacks/commit/9309a9718be88771a31691823de3ef0b6c8037ec) Thanks [@giamir](https://github.com/giamir)! - upgrade library dependencies
- [`9309a97`](https://github.com/StackExchange/Stacks/commit/9309a9718be88771a31691823de3ef0b6c8037ec) Thanks [@giamir](https://github.com/giamir)! - upgrade library dependencies
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": "2.8.6",
"version": "2.9.0",
"files": [
"dist",
"lib",
Expand Down
11 changes: 11 additions & 0 deletions packages/stacks-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @stackoverflow/stacks-svelte

## 1.0.0

### Minor Changes

- [#2304](https://github.com/StackExchange/Stacks/pull/2304) [`3bf24b4`](https://github.com/StackExchange/Stacks/commit/3bf24b45c0a024214b97ba418f31cdadb98038b2) Thanks [@alexwarren](https://github.com/alexwarren)! - Fix popover focus-leave dismissal

### Patch Changes

- Updated dependencies [[`3bf24b4`](https://github.com/StackExchange/Stacks/commit/3bf24b45c0a024214b97ba418f31cdadb98038b2)]:
- @stackoverflow/stacks@2.9.0

## 0.6.1

### Patch 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": "0.6.1",
"version": "1.0.0",
"exports": {
".": {
"types": "./lib/components/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"storybook:extract": "node tools/storybook-llms-extractor.js"
},
"peerDependencies": {
"@stackoverflow/stacks": "^2.8.4",
"@stackoverflow/stacks": "^2.9.0",
"svelte": "^5.0.0"
},
"dependencies": {
Expand Down
Loading