Skip to content

Commit f8e9efa

Browse files
Version Packages (next) (#81)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f23f62 commit f8e9efa

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"legal-seals-march",
2929
"light-mice-brake",
3030
"loud-rockets-tease",
31+
"mean-taxis-drive",
3132
"modern-hairs-open",
3233
"odd-dots-greet",
3334
"odd-hands-tie",

packages/tailwind/CHANGELOG.md

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

3+
## 2.0.0-next.15
4+
5+
### Patch Changes
6+
7+
- fix: Split theme generation CLI from runtime theme utils ([#80](https://github.com/techniq/layerstack/pull/80))
8+
39
## 2.0.0-next.14
410

511
### Patch Changes

packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/layerstack",
7-
"version": "2.0.0-next.14",
7+
"version": "2.0.0-next.15",
88
"scripts": {
99
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
1010
"build": "rimraf dist && tsc -p tsconfig.build.json && pnpm build:css && cp -r ./src/lib/css dist",

0 commit comments

Comments
 (0)