Skip to content

Commit

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


## v0.1.1

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


### 🩹 Fixes

- Execution order is different between prepare and build. ([bdc08dd](https://github.com/wattanx/nuxt-pandacss/commit/bdc08dd))

### ❤️ Contributors

- Wattanx <wattan.dev@gmail.com>

## v0.1.0

[compare changes](https://github.com/wattanx/nuxt-pandacss/compare/v0.0.2...v0.1.0)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wattanx/nuxt-pandacss",
"version": "0.1.0",
"version": "0.1.1",
"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 --major --no-commit",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release --major --no-commit --no-tag",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
Expand All @@ -49,4 +49,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 39c8a02

Please sign in to comment.