Skip to content

Commit 9ba5f5a

Browse files
chore(new-release) (beta)
1 parent 6f6d576 commit 9ba5f5a

File tree

6 files changed

+33
-6
lines changed

6 files changed

+33
-6
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@
1616
"legal-jobs-marry",
1717
"moody-banks-study",
1818
"nine-wolves-share",
19+
"plain-teams-tell",
1920
"quiet-groups-lie",
2021
"rare-badgers-vanish",
2122
"salty-papers-sneeze",
23+
"seven-comics-cross",
2224
"sharp-dolls-rule",
2325
"sharp-heads-call",
2426
"silent-camels-shake",
27+
"silly-spiders-swim",
2528
"solid-mugs-jog",
2629
"tall-shrimps-deny",
2730
"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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @stackoverflow/stacks
22

3+
## 3.0.0-beta.5
4+
5+
### Minor Changes
6+
7+
- [#2043](https://github.com/StackExchange/Stacks/pull/2043) [`6f6d576`](https://github.com/StackExchange/Stacks/commit/6f6d576b65cd0db5d9ed2747d8cba474d4633680) Thanks [@giamir](https://github.com/giamir)! - Navigation updates:
8+
- Deprecated muted variant (`.s-navigation__muted`)
9+
10+
### Patch Changes
11+
12+
- [#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
13+
314
## 3.0.0-beta.4
415

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

3+
## 1.0.0-beta.7
4+
5+
### Minor Changes
6+
7+
- [#2043](https://github.com/StackExchange/Stacks/pull/2043) [`6f6d576`](https://github.com/StackExchange/Stacks/commit/6f6d576b65cd0db5d9ed2747d8cba474d4633680) Thanks [@giamir](https://github.com/giamir)! - Added new Navigation Component
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
- Updated dependencies [[`6f6d576`](https://github.com/StackExchange/Stacks/commit/6f6d576b65cd0db5d9ed2747d8cba474d4633680), [`ec61da3`](https://github.com/StackExchange/Stacks/commit/ec61da30c742ea7be21de11e932381d34e36bdba)]:
14+
- @stackoverflow/stacks@3.0.0-beta.5
15+
316
## 1.0.0-beta.6
417

518
### 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)