Skip to content

Commit 6580f24

Browse files
chore(new-release) (beta)
1 parent ec61da3 commit 6580f24

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"sharp-dolls-rule",
2323
"sharp-heads-call",
2424
"silent-camels-shake",
25+
"silly-spiders-swim",
2526
"solid-mugs-jog",
2627
"tall-shrimps-deny",
2728
"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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stackoverflow/stacks
22

3+
## 3.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- [#2057](https://github.com/StackExchange/Stacks/pull/2057) [`ec61da3`](https://github.com/StackExchange/Stacks/commit/ec61da30c742ea7be21de11e932381d34e36bdba) Thanks [@dancormier](https://github.com/dancormier)! - Change popover close icon to Cross
8+
39
## 3.0.0-beta.4
410

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

packages/stacks-svelte/CHANGELOG.md

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

3+
## 1.0.0-beta.7
4+
5+
### Patch Changes
6+
7+
- [#2057](https://github.com/StackExchange/Stacks/pull/2057) [`ec61da3`](https://github.com/StackExchange/Stacks/commit/ec61da30c742ea7be21de11e932381d34e36bdba) Thanks [@dancormier](https://github.com/dancormier)! - Change popover close icon to Cross
8+
9+
- Updated dependencies [[`ec61da3`](https://github.com/StackExchange/Stacks/commit/ec61da30c742ea7be21de11e932381d34e36bdba)]:
10+
- @stackoverflow/stacks@3.0.0-beta.5
11+
312
## 1.0.0-beta.6
413

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

0 commit comments

Comments
 (0)