Skip to content

Commit

Permalink
v0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Nov 13, 2023
1 parent 3ab40ae commit eaeb3d0
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 6 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## v0.17.5

[compare changes](https:/Akryum/histoire/compare/v0.17.4...v0.17.5)


### 🩹 Fixes

- **nuxt:** Support multiple app presets ([#627](https:/Akryum/histoire/pull/627))
- **nuxt:** Disable typescript `typeCheck` ([#632](https:/Akryum/histoire/pull/632), [#633](https:/Akryum/histoire/pull/633))
- **dev:** Remove dependency on resolve order for linking in markdown … ([#599](https:/Akryum/histoire/pull/599))
- **hmr:** Make HMR work with Nuxt ([#631](https:/Akryum/histoire/pull/631))
- Fix Vue warning 'Non-function value encountered' ([#615](https:/Akryum/histoire/pull/615))

### 📖 Documentation

- **github:** Add a link to `Nuxt Stackblitz` to bug report template ([#471](https:/Akryum/histoire/pull/471), [#619](https:/Akryum/histoire/pull/619))
- Add visual regression testing section to the examples ([#621](https:/Akryum/histoire/pull/621))

### 🌊 Types

- Fix keyboardShortcut param ([#628](https:/Akryum/histoire/pull/628))
- Add type inference for `Story` and `Variant` slots items ([#622](https:/Akryum/histoire/pull/622), [#623](https:/Akryum/histoire/pull/623))

### 🏡 Chore

- Vite server comments ([e0c6057](https:/Akryum/histoire/commit/e0c6057))

### ❤️ Contributors

- Peter Budai <[email protected]>
- Guillaume Chau ([@Akryum](http:/Akryum))
- Kane G
- Dima Ivashchuk ([@d-ivashchuk](http:/d-ivashchuk))
- Mehdi Lahlou ([@medfreeman](http:/medfreeman))
- Daniel Roe ([@danielroe](http:/danielroe))

## v0.17.4

[compare changes](https:/Akryum/histoire/compare/v0.17.3...v0.17.4)
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.4",
"version": "0.17.5",
"private": true,
"repository": {
"url": "https:/Akryum/histoire.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/app",
"version": "0.17.4",
"version": "0.17.5",
"description": "Pre-bundled UI for Histoire",
"license": "MIT",
"author": {
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.4",
"version": "0.17.5",
"description": "Histoire plugin to integrate with Nuxt 3",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-vue",
"version": "0.17.4",
"version": "0.17.5",
"description": "Histoire plugin for Vue.js support",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/shared",
"version": "0.17.4",
"version": "0.17.5",
"description": "Shared utilities for Histoire",
"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.4",
"version": "0.17.5",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down

0 comments on commit eaeb3d0

Please sign in to comment.