Skip to content

Commit

Permalink
v0.17.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 13, 2024
1 parent 8a521c0 commit 17a485a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
- Mobyrr ([@Mobyrr](http://github.com/Mobyrr))
- Carlos Rodrigues <[email protected]>
- Julian Meinking ([@DrJume](http://github.com/DrJume))

## v0.17.12

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.11...v0.17.12)
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.12",
"version": "0.17.13",
"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.10",
"version": "0.17.13",
"description": "Pre-bundled UI for Histoire",
"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.8",
"version": "0.17.13",
"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-vue/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 17a485a

Please sign in to comment.