Skip to content

Commit b26f16b

Browse files
authored
Merge pull request #67 from tenphi/changeset-release/main
chore: version packages
2 parents 5e5b92c + 9a6ba0a commit b26f16b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/ecuh-ydxd-otuw.md

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

.changeset/zpykx-hixzq-xffmt.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @tenphi/tasty
22

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- [#66](https://github.com/tenphi/tasty/pull/66) [`2b8620a`](https://github.com/tenphi/tasty/commit/2b8620ab70ffd76f8e0f3ac809ce9408b4c2f5e2) Thanks [@tenphi](https://github.com/tenphi)! - Remove `--line-height` CSS custom property from presets and drop the `lh` custom unit in favor of the native CSS `lh` unit.
8+
9+
### Patch Changes
10+
11+
- [#66](https://github.com/tenphi/tasty/pull/66) [`4dbcdea`](https://github.com/tenphi/tasty/commit/4dbcdea94955e0b1358c0b44e7d63bb0486fcc6f) Thanks [@tenphi](https://github.com/tenphi)! - Remove unused `--font-style` CSS custom property from preset style output.
12+
313
## 0.16.1
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tenphi/tasty",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"description": "A design-system-integrated styling system and DSL for concise, state-aware UI styling",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)