Skip to content

Commit

Permalink
v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 24, 2023
1 parent 483efb7 commit 95b1313
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v0.17.2

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.1...v0.17.2)


### 🩹 Fixes

- Update `vite-node` version to fix `__vite_ssr_import_meta__ ` error ([#588](https://github.com/Akryum/histoire/pull/588))
- **nuxt:** UseNuxtApp error ([d8bb144](https://github.com/Akryum/histoire/commit/d8bb144))

### ✅ Tests

- Fix ([483efb7](https://github.com/Akryum/histoire/commit/483efb7))

### 🤖 CI

- Fix ([67ec022](https://github.com/Akryum/histoire/commit/67ec022))

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- SerKo

## v0.17.1

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.0...v0.17.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "histoire-monorepo",
"version": "0.17.1",
"version": "0.17.2",
"private": true,
"repository": {
"url": "https://github.com/Akryum/histoire.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-nuxt",
"version": "0.17.0",
"version": "0.17.2",
"description": "Histoire plugin to integrate with Nuxt 3",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "histoire",
"version": "0.17.0",
"version": "0.17.2",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 95b1313

Please sign in to comment.