Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"initialVersions": {
"@stackoverflow/stacks": "2.8.6",
"@stackoverflow/stacks-svelte": "0.5.0",
"@stackoverflow/stacks-utils": "0.0.1"
"@stackoverflow/stacks-utils": "0.0.1",
"@stackoverflow/stacks-email": "0.0.1"
},
"changesets": [
"afraid-cheetahs-fetch",
Expand Down Expand Up @@ -33,6 +34,7 @@
"fine-kids-watch",
"fluffy-ways-like",
"four-planets-own",
"fresh-gaps-fix",
"fresh-steaks-speak",
"funny-pens-own",
"fuzzy-dots-notice",
Expand Down Expand Up @@ -89,6 +91,7 @@
"smooth-colts-make",
"solid-mugs-jog",
"sour-jobs-collect",
"stacks-893-input-border-color",
"strong-news-float",
"strong-stamps-occur",
"swift-clocks-ring",
Expand All @@ -99,6 +102,7 @@
"thin-peas-happen",
"thirty-planes-beg",
"three-humans-search",
"tidy-emails-publish",
"transition-import-fix",
"true-guests-drive",
"two-goats-press",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/stacks-classic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @stackoverflow/stacks

## 3.0.0-beta.33

### Patch Changes

- [#2315](https://github.com/StackExchange/Stacks/pull/2315) [`e35b99c`](https://github.com/StackExchange/Stacks/commit/e35b99c989c83fffc5a076a86a73d515b966bbe7) Thanks [@dancormier](https://github.com/dancormier)! - Fix atomic gap utilities so axis-specific classes emit targeted gap properties.

- [#2322](https://github.com/StackExchange/Stacks/pull/2322) [`4fb27bb`](https://github.com/StackExchange/Stacks/commit/4fb27bbd0b5570fc193e7e356574a8e7875f6dda) Thanks [@dancormier](https://github.com/dancormier)! - Update default form input border colors to black-350.

## 3.0.0-beta.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stacks-classic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stackoverflow/stacks",
"description": "Stack Overflow’s CSS and Design Pattern Library. Stacks is an atomic CSS library with classes and components for rapidly building Stack Overflow.",
"version": "3.0.0-beta.32",
"version": "3.0.0-beta.33",
"files": [
"dist",
"lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/stacks-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"vite": "^7.3.3"
},
"dependencies": {
"@stackoverflow/stacks-email": "*",
"@stackoverflow/stacks-email": "1.0.0-beta.0",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@stackoverflow/stacks": "*",
"@stackoverflow/stacks": "3.0.0-beta.33",
"@stackoverflow/stacks-editor": "*",
"@stackoverflow/stacks-icons": "*",
"@stackoverflow/stacks-icons-legacy": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/stacks-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @stackoverflow/stacks-email

## 1.0.0-beta.0

### Major Changes

- [#2292](https://github.com/StackExchange/Stacks/pull/2292) [`d41a57e`](https://github.com/StackExchange/Stacks/commit/d41a57e071d74a931a5c6dec805ea2ca499bd9ad) Thanks [@abovedave](https://github.com/abovedave)! - Publish the new `@stackoverflow/stacks-email` package with ESM library and SvelteKit integration exports.
4 changes: 2 additions & 2 deletions packages/stacks-email/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stackoverflow/stacks-email",
"description": "Stack Overflow email components, templates, and compilation tools",
"version": "0.0.1",
"version": "1.0.0-beta.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/types/src/lib/api/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/kit": "^2.70.2",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@stackoverflow/stacks": "*",
"@stackoverflow/stacks": "3.0.0-beta.33",
"@stackoverflow/stacks-icons": "^7.0.0-beta.25",
"@stackoverflow/stacks-svelte": "*",
"@types/mjml": "^5.0.0",
Expand Down
Loading