Skip to content

Commit

Permalink
v0.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 4, 2024
1 parent 13c75b5 commit c9735e8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v0.17.10

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.9...v0.17.10)


### 🚀 Enhancements

- Add auto state controls ([#191](https://github.com/Akryum/histoire/pull/191), [#673](https://github.com/Akryum/histoire/pull/673))

### 🩹 Fixes

- Silent throw for state sync ([#674](https://github.com/Akryum/histoire/pull/674))
- **nuxt:** Import preset access in nuxt ([#672](https://github.com/Akryum/histoire/pull/672))

### ❤️ Contributors

- Hugo ATTAL
- Hollis Wu

## v0.17.9

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.8...v0.17.9)
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.9",
"version": "0.17.10",
"private": true,
"repository": {
"url": "https://github.com/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.9",
"version": "0.17.10",
"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.9",
"version": "0.17.10",
"description": "Histoire plugin to integrate with Nuxt 3",
"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.9",
"version": "0.17.10",
"description": "Shared utilities for Histoire",
"license": "MIT",
"author": {
Expand Down

0 comments on commit c9735e8

Please sign in to comment.