From e42bdd75fcea3dac144a619efd0c1e18d49efac6 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Mon, 3 Aug 2020 04:22:05 +0430 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af89cd44..1e789360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://github.com/nuxt-community/storybook/compare/v1.0.0...v1.1.0) (2020-08-02) + + +### Features + +* **webpack:** Allow modules to modify webpack config ([b38d00d](https://github.com/nuxt-community/storybook/commit/b38d00de2cf4b5afc8166b8cfd455d5fe44a8f7e)) +* **webpack:** Integrate Nuxt entry ([84fdc3e](https://github.com/nuxt-community/storybook/commit/84fdc3ed39e12bf3c237c9c174eca7c82a5b55db)) + + +### Bug Fixes + +* prevent `window.onNuxtReady` is `undefined` exception ([a7c9dc5](https://github.com/nuxt-community/storybook/commit/a7c9dc5fa04c48b4adf9d58514801ac0195acb5f)) +* use `core-js@3` for storybook build ([4f33618](https://github.com/nuxt-community/storybook/commit/4f336181cda83e8a417c548220a9cb0f6fba732d)) +* **cli:** add `arg` dependency ([5a1311d](https://github.com/nuxt-community/storybook/commit/5a1311d3ed74a5ce24e10e7f06bc88dc95f6bb2f)) +* **cli:** disable version updates of storybook ([0503435](https://github.com/nuxt-community/storybook/commit/05034350c745f824dbb25d34181171ef8e7d0d48)) +* **storybook:** catch plugins exceptions ([ebc00c0](https://github.com/nuxt-community/storybook/commit/ebc00c02b63f62719779722773605bb615b9d5bc)) +* **storybook:** register components inside guard ([ac8611f](https://github.com/nuxt-community/storybook/commit/ac8611f2c2b8c87313ff31071aab7b6b0982525a)) +* **storybook:** remove `[@nuxtjs](https://github.com/nuxtjs)` from stories path ([72c2044](https://github.com/nuxt-community/storybook/commit/72c204434ec9da2792ef172770fc7d76c72c9d9c)) + ## [1.0.0](https://github.com/nuxt-community/storybook/compare/v0.0.4...v1.0.0) (2020-07-31) ### [0.0.4](https://github.com/nuxt-community/storybook/compare/v0.0.3...v0.0.4) (2020-07-30) diff --git a/package.json b/package.json index 1e06fa35..763e84a7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/storybook", - "version": "1.0.0", + "version": "1.1.0", "description": "Storybook integration with NuxtJS", "repository": "nuxt-community/storybook", "license": "MIT",