Skip to content

Commit

Permalink
v0.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 15, 2024
1 parent c101356 commit bc08dec
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 14 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.8

[compare changes](https:/Akryum/histoire/compare/v0.17.7...v0.17.8)


### 🚀 Enhancements

- Support Vite 5.0 ([#647](https:/Akryum/histoire/pull/647))

### 🩹 Fixes

- Fix sandbox URL in getSandboxUrl function ([#652](https:/Akryum/histoire/pull/652))
- Fixes #657 ([#658](https:/Akryum/histoire/pull/658), [#657](https:/Akryum/histoire/issues/657))

### ❤️ Contributors

- Filip Joelsson <[email protected]>
- Peter Budai <[email protected]>

## v0.17.7

[compare changes](https:/Akryum/histoire/compare/v0.17.6...v0.17.7)
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.7",
"version": "0.17.8",
"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.6",
"version": "0.17.8",
"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.6",
"version": "0.17.8",
"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.7",
"version": "0.17.8",
"description": "Histoire plugin to integrate with Nuxt 3",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-percy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-percy",
"version": "0.17.6",
"version": "0.17.8",
"description": "Histoire plugin to take screenshots with Percy for visual regression testing",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-screenshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-screenshot",
"version": "0.17.6",
"version": "0.17.8",
"description": "Histoire plugin to take screenshots for visual regression testing",
"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.6",
"version": "0.17.8",
"description": "Histoire plugin for Svelte support",
"license": "MIT",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "0.17.8",
"description": "Histoire plugin for Vue.js support",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -65,4 +65,4 @@
"histoire": "workspace:^",
"vue": "^3.2.47"
}
}
}
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.6",
"version": "0.17.8",
"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.6",
"version": "0.17.8",
"description": "Shared utilities for Histoire",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-vendors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/vendors",
"version": "0.17.6",
"version": "0.17.8",
"description": "Bundled vendors for histoire",
"license": "MIT",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/histoire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "histoire",
"version": "0.17.6",
"version": "0.17.8",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -89,4 +89,4 @@
"vite": "^5.0.7",
"vitest": "^0.34.6"
}
}
}

0 comments on commit bc08dec

Please sign in to comment.