Skip to content

Commit 0635223

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

6 files changed

Lines changed: 42 additions & 6 deletions

File tree

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"changesets": [
99
"afraid-cheetahs-fetch",
1010
"beige-bats-like",
11+
"beige-cycles-spend",
1112
"blue-regions-give",
1213
"clever-carrots-lie",
1314
"cold-kids-matter",
@@ -18,13 +19,15 @@
1819
"fine-chefs-write",
1920
"fine-kids-watch",
2021
"fluffy-ways-like",
22+
"four-planets-own",
2123
"funny-pens-own",
2224
"fuzzy-dots-notice",
2325
"giant-suns-look",
2426
"goofy-toys-attend",
2527
"great-coats-remain",
2628
"heavy-years-attack",
2729
"itchy-spies-cover",
30+
"lazy-teachers-wink",
2831
"legal-jobs-marry",
2932
"legal-pianos-own",
3033
"lemon-coins-chew",

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

3+
## 3.0.0-beta.15
4+
5+
### Minor Changes
6+
7+
- [#2092](https://github.com/StackExchange/Stacks/pull/2092) [`c1443ec`](https://github.com/StackExchange/Stacks/commit/c1443ecfc69784be393fa26edefb63cca24a80f2) Thanks [@ttaylor-stack](https://github.com/ttaylor-stack)! - Update User card to new SHINE design (part 1)
8+
9+
- [#2109](https://github.com/StackExchange/Stacks/pull/2109) [`96224f0`](https://github.com/StackExchange/Stacks/commit/96224f0bdf3c9208489c4053d34af86df9ffe25b) Thanks [@mukunku](https://github.com/mukunku)! - feat(notice): update styles for SHINE
10+
feat(toast): update styles for SHINE
11+
12+
BREAKING CHANGES
13+
- Markup for notices has been updated
14+
15+
### Patch Changes
16+
17+
- [#2119](https://github.com/StackExchange/Stacks/pull/2119) [`85c14d4`](https://github.com/StackExchange/Stacks/commit/85c14d41a33f36cadc338d1f83b166b8ba1ff01f) Thanks [@dancormier](https://github.com/dancormier)! - Fix rem font size values
18+
319
## 3.0.0-beta.14
420

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

packages/stacks-svelte/CHANGELOG.md

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

3+
## 1.0.0-beta.17
4+
5+
### Minor Changes
6+
7+
- [#2092](https://github.com/StackExchange/Stacks/pull/2092) [`c1443ec`](https://github.com/StackExchange/Stacks/commit/c1443ecfc69784be393fa26edefb63cca24a80f2) Thanks [@ttaylor-stack](https://github.com/ttaylor-stack)! - Update User card to new SHINE design (part 1)
8+
9+
- [#2109](https://github.com/StackExchange/Stacks/pull/2109) [`96224f0`](https://github.com/StackExchange/Stacks/commit/96224f0bdf3c9208489c4053d34af86df9ffe25b) Thanks [@mukunku](https://github.com/mukunku)! - feat(notice): update styles for SHINE
10+
feat(toast): update styles for SHINE
11+
12+
BREAKING CHANGES
13+
- Markup for notices has been updated
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`c1443ec`](https://github.com/StackExchange/Stacks/commit/c1443ecfc69784be393fa26edefb63cca24a80f2), [`85c14d4`](https://github.com/StackExchange/Stacks/commit/85c14d41a33f36cadc338d1f83b166b8ba1ff01f), [`96224f0`](https://github.com/StackExchange/Stacks/commit/96224f0bdf3c9208489c4053d34af86df9ffe25b)]:
18+
- @stackoverflow/stacks@3.0.0-beta.15
19+
320
## 1.0.0-beta.16
421

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

0 commit comments

Comments
 (0)