Skip to content

Commit 9c4cd00

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

4 files changed

Lines changed: 22 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
"nine-wolves-share",
6363
"ninety-dogs-pump",
6464
"plain-teams-tell",
65+
"plenty-regions-shake",
66+
"popover-horizontal-shift",
6567
"proud-items-study",
6668
"proud-wasps-travel",
6769
"proud-worms-end",
@@ -71,6 +73,7 @@
7173
"rare-badgers-vanish",
7274
"ready-tigers-bathe",
7375
"red-cobras-make",
76+
"rich-poets-hug",
7477
"ripe-paths-tell",
7578
"salty-papers-sneeze",
7679
"seven-comics-cross",
@@ -85,6 +88,7 @@
8588
"smooth-colts-make",
8689
"solid-mugs-jog",
8790
"sour-jobs-collect",
91+
"strong-news-float",
8892
"strong-stamps-occur",
8993
"swift-clocks-ring",
9094
"tall-shrimps-deny",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.32
4+
5+
### Patch Changes
6+
7+
- [#2262](https://github.com/StackExchange/Stacks/pull/2262) [`0179d9b`](https://github.com/StackExchange/Stacks/commit/0179d9be7772126479d7ca89195ca337f30ae6e5) Thanks [@dancormier](https://github.com/dancormier)! - Allow class prop to be array or object
8+
9+
- [#2288](https://github.com/StackExchange/Stacks/pull/2288) [`a84dd91`](https://github.com/StackExchange/Stacks/commit/a84dd915185946ee1b8ed8178dd4b2d3418cb644) Thanks [@giamir](https://github.com/giamir)! - Shift Popover content horizontally when it would overflow the viewport.
10+
11+
- [#2261](https://github.com/StackExchange/Stacks/pull/2261) [`2c9bd95`](https://github.com/StackExchange/Stacks/commit/2c9bd958bf2e405271ba5e1f5a32e4db7ead5a67) Thanks [@dancormier](https://github.com/dancormier)! - Updated Button component to use string for badges
12+
13+
BREAKING CHANGES:
14+
- `badge` prop in Button component now uses string (numbers only) instead of a Snippet
15+
16+
- [#2206](https://github.com/StackExchange/Stacks/pull/2206) [`a9d6edf`](https://github.com/StackExchange/Stacks/commit/a9d6edf80a51869139b67e2047c56b057a3bad38) Thanks [@abovedave](https://github.com/abovedave)! - \* `<Avatar>` nested `<img>` dimensions.
17+
- Screen reader text for the private badge variant.
18+
319
## 1.0.0-beta.31
420

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

0 commit comments

Comments
 (0)