Skip to content

Commit 214ae3d

Browse files
chore(new-release) (#1979)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 720c019 commit 214ae3d

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.changeset/eighty-pillows-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @stackoverflow/stacks
2+
3+
## 2.8.5
4+
5+
### Patch Changes
6+
7+
- [#1969](https://github.com/StackExchange/Stacks/pull/1969) [`1add86d`](https://github.com/StackExchange/Stacks/commit/1add86d0987e24bb1cc43022620747b717b8059d) Thanks [@mukunku](https://github.com/mukunku)! - SPARK-12: Move to monorepo setup by splitting Stacks Docs and Classic into NPM workspaces

packages/stacks-classic/package.json

Lines changed: 2 additions & 2 deletions
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": "2.8.4",
4+
"version": "2.8.5",
55
"files": [
66
"dist",
77
"lib",
@@ -19,7 +19,7 @@
1919
"test:unit": "web-test-runner --group=unit",
2020
"test:unit:watch": "web-test-runner --group=unit --watch",
2121
"test:visual:ci": "pwsh run-test-visual.ps1 npx web-test-runner --group=visual",
22-
"test:visual" : "npm run test:visual:ci -- --config ./visual-runner/stacks-classic-runner-config/web-test-runner.config.mjs",
22+
"test:visual": "npm run test:visual:ci -- --config ./visual-runner/stacks-classic-runner-config/web-test-runner.config.mjs",
2323
"test:less": "vitest run .less.test.ts",
2424
"test:less:update": "npm run test:less -- -u",
2525
"format": "prettier ./lib --write --config ../../.prettierrc --ignore-path ../../.prettierignore",

0 commit comments

Comments
 (0)