Skip to content

Commit f6bdc7b

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

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"tricky-snails-repeat",
5656
"twelve-cloths-live",
5757
"two-doodles-return",
58+
"vast-steaks-travel",
5859
"wicked-items-change"
5960
]
6061
}

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.22
4+
5+
### Minor Changes
6+
7+
- Remove extra font families per Daisy UI changes ([#97](https://github.com/techniq/layerstack/pull/97))
8+
39
## 2.0.0-next.21
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 <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/layerstack",
7-
"version": "2.0.0-next.21",
7+
"version": "2.0.0-next.22",
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)