Skip to content

Commit

Permalink
v0.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 25, 2024
1 parent 2d16838 commit 52253d3
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 9 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.9

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


### 🩹 Fixes

- Missing vite 5 in peer deps, fix #662 ([#662](https://github.com/Akryum/histoire/issues/662))
- Issue 426, add mock ResizeObserver to dom ([#664](https://github.com/Akryum/histoire/pull/664))

### 🏡 Chore

- Update vite ([d74416f0](https://github.com/Akryum/histoire/commit/d74416f0))

### ❤️ Contributors

- Filip Joelsson <[email protected]>
- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v0.17.8

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.7...v0.17.8)
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.8",
"version": "0.17.9",
"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.8",
"version": "0.17.9",
"description": "Pre-bundled UI for Histoire",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/controls",
"version": "0.17.8",
"version": "0.17.9",
"description": "Prebuilt controls components",
"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.8",
"version": "0.17.9",
"description": "Histoire plugin to integrate with Nuxt 3",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-svelte",
"version": "0.17.8",
"version": "0.17.9",
"description": "Histoire plugin for Svelte support",
"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.8",
"version": "0.17.9",
"description": "Histoire plugin for Vue.js support",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-vue2",
"version": "0.17.8",
"version": "0.17.9",
"description": "Histoire plugin for Vue.js 2 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.8",
"version": "0.17.9",
"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.8",
"version": "0.17.9",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 52253d3

Please sign in to comment.