Skip to content

Commit

Permalink
v0.17.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Apr 8, 2024
1 parent acae3ec commit 354087d
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
## v0.17.16

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.15...v0.17.16)


### 🩹 Fixes

- StoryResponsivePreview full height ([#708](https://github.com/Akryum/histoire/pull/708))

### ❤️ Contributors

- Mobyrr ([@Mobyrr](http://github.com/Mobyrr))

## v0.17.15

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.14...v0.17.15)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "histoire-monorepo",
"version": "0.17.15",
"version": "0.17.16",
"private": true,
"repository": {
"url": "https://github.com/Akryum/histoire.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-app/package.json
@@ -1,6 +1,6 @@
{
"name": "@histoire/app",
"version": "0.17.15",
"version": "0.17.16",
"description": "Pre-bundled UI for Histoire",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-controls/package.json
@@ -1,6 +1,6 @@
{
"name": "@histoire/controls",
"version": "0.17.15",
"version": "0.17.16",
"description": "Prebuilt controls components",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-nuxt",
"version": "0.17.15",
"version": "0.17.16",
"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
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-percy",
"version": "0.17.15",
"version": "0.17.16",
"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
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-screenshot",
"version": "0.17.15",
"version": "0.17.16",
"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
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-svelte",
"version": "0.17.15",
"version": "0.17.16",
"description": "Histoire plugin for Svelte support",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-vue",
"version": "0.17.15",
"version": "0.17.16",
"description": "Histoire plugin for Vue.js support",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue2/package.json
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-vue2",
"version": "0.17.15",
"version": "0.17.16",
"description": "Histoire plugin for Vue.js 2 support",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@histoire/shared",
"version": "0.17.15",
"version": "0.17.16",
"description": "Shared utilities for Histoire",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-vendors/package.json
@@ -1,6 +1,6 @@
{
"name": "@histoire/vendors",
"version": "0.17.15",
"version": "0.17.16",
"description": "Bundled vendors for histoire",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire/package.json
@@ -1,6 +1,6 @@
{
"name": "histoire",
"version": "0.17.15",
"version": "0.17.16",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 354087d

Please sign in to comment.