Skip to content

Commit

Permalink
v0.17.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Apr 9, 2024
1 parent 1e679fd commit 6d5ba5c
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 12 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,24 @@
## v0.17.17

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


### 🚀 Enhancements

- Remove counter animation ([a6a9b81d](https://github.com/Akryum/histoire/commit/a6a9b81d))

### 🩹 Fixes

- **vue:** Codegen setup directives ([92f91cc7](https://github.com/Akryum/histoire/commit/92f91cc7))

### 💅 Refactors

- Typescript 5 + eslint 9 + antfu eslint ([1e679fda](https://github.com/Akryum/histoire/commit/1e679fda))

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v0.17.16

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.15...v0.17.16)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "histoire-monorepo",
"version": "0.17.16",
"version": "0.17.17",
"private": true,
"packageManager": "pnpm@8.6.2",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-app/package.json
@@ -1,7 +1,7 @@
{
"name": "@histoire/app",
"type": "module",
"version": "0.17.16",
"version": "0.17.17",
"description": "Pre-bundled UI for Histoire",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-controls/package.json
@@ -1,7 +1,7 @@
{
"name": "@histoire/controls",
"type": "module",
"version": "0.17.16",
"version": "0.17.17",
"description": "Prebuilt controls components",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-nuxt/package.json
@@ -1,7 +1,7 @@
{
"name": "@histoire/plugin-nuxt",
"type": "module",
"version": "0.17.16",
"version": "0.17.17",
"description": "Histoire plugin to integrate with Nuxt 3",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-percy/package.json
@@ -1,7 +1,7 @@
{
"name": "@histoire/plugin-percy",
"type": "module",
"version": "0.17.16",
"version": "0.17.17",
"description": "Histoire plugin to take screenshots with Percy for visual regression testing",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-screenshot/package.json
@@ -1,7 +1,7 @@
{
"name": "@histoire/plugin-screenshot",
"type": "module",
"version": "0.17.16",
"version": "0.17.17",
"description": "Histoire plugin to take screenshots for visual regression testing",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-svelte/package.json
@@ -1,7 +1,7 @@
{
"name": "@histoire/plugin-svelte",
"type": "module",
"version": "0.17.16",
"version": "0.17.17",
"description": "Histoire plugin for Svelte support",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue/package.json
@@ -1,7 +1,7 @@
{
"name": "@histoire/plugin-vue",
"type": "module",
"version": "0.17.16",
"version": "0.17.17",
"description": "Histoire plugin for Vue.js support",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue2/package.json
@@ -1,7 +1,7 @@
{
"name": "@histoire/plugin-vue2",
"type": "module",
"version": "0.17.16",
"version": "0.17.17",
"description": "Histoire plugin for Vue.js 2 support",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-shared/package.json
@@ -1,7 +1,7 @@
{
"name": "@histoire/shared",
"type": "module",
"version": "0.17.16",
"version": "0.17.17",
"description": "Shared utilities for Histoire",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-vendors/package.json
@@ -1,7 +1,7 @@
{
"name": "@histoire/vendors",
"type": "module",
"version": "0.17.16",
"version": "0.17.17",
"description": "Bundled vendors for histoire",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire/package.json
@@ -1,7 +1,7 @@
{
"name": "histoire",
"type": "module",
"version": "0.17.16",
"version": "0.17.17",
"description": "A fast story book powered by Vite",
"author": {
"name": "Guillaume Chau"
Expand Down

0 comments on commit 6d5ba5c

Please sign in to comment.