Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Apr 11, 2023
1 parent a75ffbd commit b1a913a
Show file tree
Hide file tree
Showing 14 changed files with 136 additions and 32 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## v0.16.0

[compare changes](https:/Akryum/histoire/compare/v0.15.9...v0.16.0)


### 🚀 Enhancements

- Update to vite 4.2 ([df3067d](https:/Akryum/histoire/commit/df3067d))
- Add booleanish checkbox ([#506](https:/Akryum/histoire/pull/506))
- Update jiti + update nuxt example ([d830e19](https:/Akryum/histoire/commit/d830e19))

### 🩹 Fixes

- **MD:** ⚠️ Set breaks to false in Markdown (default behavior) ([#457](https:/Akryum/histoire/pull/457))
- Histoire-vendors broken build ([#505](https:/Akryum/histoire/pull/505))

### 🏡 Chore

- Switch to pnpm-lock v6.0 ([c62fc6a](https:/Akryum/histoire/commit/c62fc6a))

### 🤖 CI

- Update release-notes workflow ([43b04d7](https:/Akryum/histoire/commit/43b04d7))
- Pin release-tag version ([dc26d0d](https:/Akryum/histoire/commit/dc26d0d))
- Update pnpm version in GH actions ([a75ffbd](https:/Akryum/histoire/commit/a75ffbd))

#### ⚠️ Breaking Changes

- **MD:** ⚠️ Set breaks to false in Markdown (default behavior) ([#457](https:/Akryum/histoire/pull/457))

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http:/Akryum))
- Hugo ATTAL <[email protected]>
- Sam Hulick

## v0.15.9

[compare changes](https:/Akryum/histoire/compare/v0.15.8...v0.15.9)
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.15.9",
"version": "0.16.0",
"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.15.9",
"version": "0.16.0",
"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.15.9",
"version": "0.16.0",
"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.15.9",
"version": "0.16.0",
"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.15.8",
"version": "0.16.0",
"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.15.9",
"version": "0.16.0",
"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.15.9",
"version": "0.16.0",
"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.15.8",
"version": "0.16.0",
"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.15.8",
"version": "0.16.0",
"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.15.8",
"version": "0.16.0",
"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.15.8",
"version": "0.16.0",
"description": "Bundled vendors 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.15.9",
"version": "0.16.0",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down
108 changes: 88 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1a913a

Please sign in to comment.