Skip to content

Commit

Permalink
v0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 16, 2023
1 parent 772fae1 commit 66f1505
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 12 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## v0.16.5

[compare changes](https://github.com/Akryum/histoire/compare/v0.16.4...v0.16.5)


### 🩹 Fixes

- **nuxt:** Build ([bb0c0fe](https://github.com/Akryum/histoire/commit/bb0c0fe))
- **svelte:** Plugin build ([8d3872d](https://github.com/Akryum/histoire/commit/8d3872d))
- **nuxt:** Don't stub out unenv ([#578](https://github.com/Akryum/histoire/pull/578))
- **tailwind:** Allow different fontSize configuration values ([#580](https://github.com/Akryum/histoire/pull/580))

### 💅 Refactors

- Switch to vitest ([772fae1](https://github.com/Akryum/histoire/commit/772fae1))

### 🏡 Chore

- Update deps ([1fc4788](https://github.com/Akryum/histoire/commit/1fc4788))
- Ignore cypress chaining rule ([#579](https://github.com/Akryum/histoire/pull/579))
- Rename emits to emit ([dd61b3d](https://github.com/Akryum/histoire/commit/dd61b3d))

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- László Czöndör <[email protected]>
- Daniel Roe <[email protected]>

## v0.16.4

[compare changes](https://github.com/Akryum/histoire/compare/v0.16.3...v0.16.4)
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.16.4",
"version": "0.16.5",
"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.16.4",
"version": "0.16.5",
"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.16.4",
"version": "0.16.5",
"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.16.4",
"version": "0.16.5",
"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.16.3",
"version": "0.16.5",
"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.16.1",
"version": "0.16.5",
"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.16.4",
"version": "0.16.5",
"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.16.4",
"version": "0.16.5",
"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.16.4",
"version": "0.16.5",
"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.16.4",
"version": "0.16.5",
"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.16.0",
"version": "0.16.5",
"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.16.4",
"version": "0.16.5",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 66f1505

Please sign in to comment.