Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wattanx committed Jul 16, 2023
1 parent 8ad0cab commit 6ce8a79
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## v0.1.0

[compare changes](https://github.com/wattanx/nuxt-pandacss/compare/v0.0.2...v0.1.0)


### 🚀 Enhancements

- Support theme config ([5675bd7](https://github.com/wattanx/nuxt-pandacss/commit/5675bd7))

### 🩹 Fixes

- Initialized config in buildDir. ([01c2e65](https://github.com/wattanx/nuxt-pandacss/commit/01c2e65))

### ❤️ Contributors

- Wattanx <[email protected]>

## v0.0.2


Expand Down
1 change: 1 addition & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export default defineBuildConfig({
"@pandacss/logger",
"@pandacss/preset-base",
"@pandacss/preset-panda",
"@pandacss/types",
],
});
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wattanx/nuxt-pandacss",
"version": "0.0.2",
"version": "0.1.0",
"description": "Panda CSS module for Nuxt.",
"repository": "https://github.com/wattanx/nuxt-pandacss",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release --major --no-commit",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down

0 comments on commit 6ce8a79

Please sign in to comment.