Skip to content

Commit aefd939

Browse files
chore(new-release) (beta) (#2175)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ee463f2 commit aefd939

File tree

8 files changed

+31
-8
lines changed

8 files changed

+31
-8
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"beige-cycles-spend",
1414
"blue-regions-give",
1515
"bold-tables-hug",
16+
"breezy-sheep-exist",
1617
"clever-carrots-lie",
1718
"cold-kids-matter",
1819
"cold-months-mix",
@@ -51,6 +52,7 @@
5152
"new-bees-grab",
5253
"nice-islands-worry",
5354
"nine-gifts-learn",
55+
"nine-pears-attack",
5456
"nine-wolves-share",
5557
"ninety-dogs-pump",
5658
"plain-teams-tell",

package-lock.json

Lines changed: 4 additions & 4 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.25
4+
5+
### Patch Changes
6+
7+
- [#2166](https://github.com/StackExchange/Stacks/pull/2166) [`c8fb945`](https://github.com/StackExchange/Stacks/commit/c8fb945af04e5b554ae585c834a8e21d4657d052) Thanks [@mukunku](https://github.com/mukunku)! - patch(toggle-switch): update to SHINE styles
8+
39
## 3.0.0-beta.24
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.24",
4+
"version": "3.0.0-beta.25",
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.29
4+
5+
### Patch Changes
6+
7+
- [#2177](https://github.com/StackExchange/Stacks/pull/2177) [`a035461`](https://github.com/StackExchange/Stacks/commit/a035461505a1199bde96063e26ed7da97edc5934) Thanks [@giamir](https://github.com/giamir)! - ensure correct module resolution in nodejs
8+
9+
- Updated dependencies [[`a035461`](https://github.com/StackExchange/Stacks/commit/a035461505a1199bde96063e26ed7da97edc5934)]:
10+
- @stackoverflow/stacks-utils@1.0.0-beta.3
11+
312
## 1.0.0-beta.28
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.28",
5+
"version": "1.0.0-beta.29",
66
"exports": {
77
".": {
88
"types": "./lib/components/index.d.ts",
@@ -36,7 +36,7 @@
3636
"@floating-ui/core": "^1.7.3",
3737
"@stackoverflow/stacks-icons": "^7.0.0-beta.18",
3838
"@stackoverflow/stacks-icons-legacy": "npm:@stackoverflow/stacks-icons@^6.9.0",
39-
"@stackoverflow/stacks-utils": "^1.0.0-beta.2",
39+
"@stackoverflow/stacks-utils": "^1.0.0-beta.3",
4040
"svelte-floating-ui": "^1.6.2",
4141
"svelte-sonner": "^1.0.7"
4242
},

packages/stacks-utils/CHANGELOG.md

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

3+
## 1.0.0-beta.3
4+
5+
### Patch Changes
6+
7+
- [#2177](https://github.com/StackExchange/Stacks/pull/2177) [`a035461`](https://github.com/StackExchange/Stacks/commit/a035461505a1199bde96063e26ed7da97edc5934) Thanks [@giamir](https://github.com/giamir)! - ensure correct module resolution in nodejs
8+
39
## 1.0.0-beta.2
410

511
### Patch Changes

packages/stacks-utils/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-utils",
33
"description": "Stack Overflow utility functions for formatting and data manipulation",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.0.0-beta.3",
55
"type": "module",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)