chore(release): version package (rc) (#1898)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-08-18 09:55:49 -05:00
committed by GitHub
parent 3de8d0f52a
commit 158d029eb0
3 changed files with 8 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
"clean-roses-vanish", "clean-roses-vanish",
"clean-tables-boil", "clean-tables-boil",
"fast-queens-travel", "fast-queens-travel",
"five-deers-listen",
"flat-insects-film", "flat-insects-film",
"forty-cobras-leave", "forty-cobras-leave",
"forty-seahorses-tan", "forty-seahorses-tan",

View File

@@ -1,5 +1,11 @@
# @skeletonlabs/tw-plugin # @skeletonlabs/tw-plugin
## 0.1.0-rc.4
### Minor Changes
- feat: Added optional properties that are applied in dark mode ([#1896](https://github.com/skeletonlabs/skeleton/pull/1896))
## 0.0.1-rc.3 ## 0.0.1-rc.3
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@skeletonlabs/tw-plugin", "name": "@skeletonlabs/tw-plugin",
"version": "0.0.1-rc.3", "version": "0.1.0-rc.4",
"description": "Core plugin for Skeleton.", "description": "Core plugin for Skeleton.",
"scripts": { "scripts": {
"build": "tsx ./scripts/generate-jss.ts && tsup", "build": "tsx ./scripts/generate-jss.ts && tsup",