Skip to content

Commit c7d19b4

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

File tree

6 files changed

+45
-4
lines changed

6 files changed

+45
-4
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"cuddly-shoes-drum",
2020
"cuddly-years-grin",
2121
"curvy-candles-clap",
22+
"cute-parts-glow",
2223
"cute-shirts-wink",
2324
"dirty-snails-obey",
2425
"early-knives-wash",
@@ -38,6 +39,7 @@
3839
"heavy-kiwis-speak",
3940
"heavy-years-attack",
4041
"itchy-spies-cover",
42+
"itchy-tomatoes-grin",
4143
"lazy-teachers-wink",
4244
"legal-jobs-marry",
4345
"legal-pianos-own",
@@ -62,16 +64,19 @@
6264
"salty-papers-sneeze",
6365
"seven-comics-cross",
6466
"seven-dryers-smile",
67+
"shaggy-rings-agree",
6568
"sharp-banks-grin",
6669
"sharp-dolls-rule",
6770
"sharp-heads-call",
6871
"silent-camels-shake",
72+
"silent-friends-think",
6973
"silly-spiders-swim",
7074
"smooth-colts-make",
7175
"solid-mugs-jog",
7276
"sour-jobs-collect",
7377
"strong-stamps-occur",
7478
"tall-shrimps-deny",
79+
"ten-sheep-call",
7580
"thin-days-leave",
7681
"thin-peas-happen",
7782
"thirty-planes-beg",

package-lock.json

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

3+
## 3.0.0-beta.24
4+
5+
### Minor Changes
6+
7+
- [#2164](https://github.com/StackExchange/Stacks/pull/2164) [`a710c69`](https://github.com/StackExchange/Stacks/commit/a710c69a5214b7deee41f181ad3a8b2762f6822a) Thanks [@ttaylor-stack](https://github.com/ttaylor-stack)! - Update link component to new SHINE designs
8+
9+
BREAKING CHANGES:
10+
- <a> elements no longer automatically have s-link styling, `s-link` needs to be an explict class of any <a> element that needs the styling
11+
- `block-link` component deleted
12+
13+
- [#2163](https://github.com/StackExchange/Stacks/pull/2163) [`9000f2e`](https://github.com/StackExchange/Stacks/commit/9000f2eb6b2ca40b0e8a4dd4ffd95a6c9748f5c5) Thanks [@giamir](https://github.com/giamir)! - update label component to new SHINE specs
14+
15+
### Patch Changes
16+
17+
- [#2168](https://github.com/StackExchange/Stacks/pull/2168) [`c903ff0`](https://github.com/StackExchange/Stacks/commit/c903ff08d009a4165631a9b3b25e184924363c8a) Thanks [@mukunku](https://github.com/mukunku)! - patch(badges): Add star icon for new user badges
18+
19+
- [#2172](https://github.com/StackExchange/Stacks/pull/2172) [`92cd983`](https://github.com/StackExchange/Stacks/commit/92cd98363e36ffc1133bae2b67e276dc1d057444) Thanks [@dancormier](https://github.com/dancormier)! - Replace all static size variables (`--su-static*`) with dynamic ones (`--su*`)
20+
21+
- [#2171](https://github.com/StackExchange/Stacks/pull/2171) [`c122d46`](https://github.com/StackExchange/Stacks/commit/c122d463b0ca08c928aaeb43b20c99d5144d16a6) Thanks [@mukunku](https://github.com/mukunku)! - patch(navigation): Update vertical nav text color
22+
323
## 3.0.0-beta.23
424

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

packages/stacks-svelte/CHANGELOG.md

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

3+
## 1.0.0-beta.28
4+
5+
### Minor Changes
6+
7+
- [#2164](https://github.com/StackExchange/Stacks/pull/2164) [`a710c69`](https://github.com/StackExchange/Stacks/commit/a710c69a5214b7deee41f181ad3a8b2762f6822a) Thanks [@ttaylor-stack](https://github.com/ttaylor-stack)! - Update link component to new SHINE designs
8+
9+
BREAKING CHANGES:
10+
- <a> elements no longer automatically have s-link styling, `s-link` needs to be an explict class of any <a> element that needs the styling
11+
- `block-link` component deleted
12+
13+
- [#2163](https://github.com/StackExchange/Stacks/pull/2163) [`9000f2e`](https://github.com/StackExchange/Stacks/commit/9000f2eb6b2ca40b0e8a4dd4ffd95a6c9748f5c5) Thanks [@giamir](https://github.com/giamir)! - update label component to new SHINE specs
14+
15+
### Patch Changes
16+
17+
- [#2172](https://github.com/StackExchange/Stacks/pull/2172) [`92cd983`](https://github.com/StackExchange/Stacks/commit/92cd98363e36ffc1133bae2b67e276dc1d057444) Thanks [@dancormier](https://github.com/dancormier)! - Replace all static size variables (`--su-static*`) with dynamic ones (`--su*`)
18+
319
## 1.0.0-beta.27
420

521
### Minor Changes

packages/stacks-svelte/package.json

Lines changed: 1 addition & 1 deletion
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.27",
5+
"version": "1.0.0-beta.28",
66
"exports": {
77
".": {
88
"types": "./lib/components/index.d.ts",

0 commit comments

Comments
 (0)