From 17a485aea7dc2dce8a7c8a93b7c7ccd3ab6caf01 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Wed, 13 Mar 2024 10:31:41 +0100 Subject: [PATCH] v0.17.13 --- CHANGELOG.md | 22 +++++++++++++++++++++ package.json | 2 +- packages/histoire-app/package.json | 2 +- packages/histoire-plugin-percy/package.json | 2 +- packages/histoire-plugin-vue/package.json | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8ac711..85d7e82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## v0.17.13 + +[compare changes](https://github.com/Akryum/histoire/compare/v0.17.12...v0.17.13) + + +### 🚀 Enhancements + + - **percy:** Support builder for options and adding types ([#690](https://github.com/Akryum/histoire/pull/690)) + +### 🩹 Fixes + + - **vue:** Codegen: check before using `in` on nullable object ([#688](https://github.com/Akryum/histoire/pull/688)) + - Revert "fix: Fix sandbox URL in getSandboxUrl function" ([#698](https://github.com/Akryum/histoire/pull/698)) + - Consider platform specific CRLF when generating d.ts files ([#648](https://github.com/Akryum/histoire/pull/648)) + +### ❤️ Contributors + +- Peter Budai +- Mobyrr ([@Mobyrr](http://github.com/Mobyrr)) +- Carlos Rodrigues +- Julian Meinking ([@DrJume](http://github.com/DrJume)) + ## v0.17.12 [compare changes](https://github.com/Akryum/histoire/compare/v0.17.11...v0.17.12) diff --git a/package.json b/package.json index e9bd6c26..ef907778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.17.12", + "version": "0.17.13", "private": true, "repository": { "url": "https://github.com/Akryum/histoire.git", diff --git a/packages/histoire-app/package.json b/packages/histoire-app/package.json index 176cf472..2408798a 100644 --- a/packages/histoire-app/package.json +++ b/packages/histoire-app/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/app", - "version": "0.17.10", + "version": "0.17.13", "description": "Pre-bundled UI for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-percy/package.json b/packages/histoire-plugin-percy/package.json index a76fa96a..3e9a6ee7 100644 --- a/packages/histoire-plugin-percy/package.json +++ b/packages/histoire-plugin-percy/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/plugin-percy", - "version": "0.17.8", + "version": "0.17.13", "description": "Histoire plugin to take screenshots with Percy for visual regression testing", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-vue/package.json b/packages/histoire-plugin-vue/package.json index 906887f9..3b40f550 100644 --- a/packages/histoire-plugin-vue/package.json +++ b/packages/histoire-plugin-vue/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/plugin-vue", - "version": "0.17.12", + "version": "0.17.13", "description": "Histoire plugin for Vue.js support", "license": "MIT", "author": {