Skip to content

Commit

Permalink
chore: release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys committed Dec 26, 2023
1 parent bdaf2c9 commit bd3408c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/mantine-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rss3/mantine-theme",
"version": "0.0.8",
"version": "0.0.9",
"description": "The RSS3 theme for mantine app development",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,9 @@
"main": "./dist/mantine/index.js",
"module": "./dist/mantine/index.mjs",
"types": "./dist/mantine/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"format": "biome format . --write",
Expand Down

0 comments on commit bd3408c

Please sign in to comment.