Skip to content

Commit 0e77af0

Browse files
chore(new-release) (beta)
1 parent 051f747 commit 0e77af0

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@
4040
"great-coats-remain",
4141
"heavy-kiwis-speak",
4242
"heavy-years-attack",
43+
"icy-maps-play",
4344
"itchy-mirrors-yawn",
4445
"itchy-spies-cover",
4546
"itchy-tomatoes-grin",
47+
"large-rooms-cheer",
4648
"lazy-lies-exercise",
4749
"lazy-teachers-wink",
4850
"legal-jobs-marry",
@@ -84,6 +86,7 @@
8486
"solid-mugs-jog",
8587
"sour-jobs-collect",
8688
"strong-stamps-occur",
89+
"swift-clocks-ring",
8790
"tall-shrimps-deny",
8891
"ten-sheep-call",
8992
"ten-sides-fail",

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

3+
## 3.0.0-beta.30
4+
5+
### Minor Changes
6+
7+
- [#2214](https://github.com/StackExchange/Stacks/pull/2214) [`97d31ab`](https://github.com/StackExchange/Stacks/commit/97d31ab9e0a66ae231fdfea534849101e447f165) Thanks [@dancormier](https://github.com/dancormier)! - Add brand color set
8+
9+
### Patch Changes
10+
11+
- [#2191](https://github.com/StackExchange/Stacks/pull/2191) [`2ccdfaf`](https://github.com/StackExchange/Stacks/commit/2ccdfaf1a83469347a6ad678445fa1709e28e363) Thanks [@dancormier](https://github.com/dancormier)! - Fully remove cruft from removed components
12+
313
## 3.0.0-beta.29
414

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

packages/stacks-svelte/CHANGELOG.md

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

3+
## 1.0.0-beta.31
4+
5+
### Patch Changes
6+
7+
- [#2224](https://github.com/StackExchange/Stacks/pull/2224) [`051f747`](https://github.com/StackExchange/Stacks/commit/051f74771721484ae99a69375c7ff709c1d89e2a) Thanks [@dancormier](https://github.com/dancormier)! - Pre-bundle dayjs plugins with .js extension in optimizeDeps
8+
39
## 1.0.0-beta.30
410

511
### Patch 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.30",
5+
"version": "1.0.0-beta.31",
66
"exports": {
77
".": {
88
"types": "./lib/components/index.d.ts",

0 commit comments

Comments
 (0)