From fff26b799a7e7e6e05739c2724557be310d99b8e Mon Sep 17 00:00:00 2001 From: Vlad Gerasimovich Date: Thu, 5 May 2022 12:26:57 +0200 Subject: [PATCH] 1.1.1 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f176d9d..8386082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.1.1](https://github.com/hotepp/next-story/compare/v1.1.0...v1.1.1) (2022-05-05) + + +### Bug Fixes + +* includes variables usage in plugins; columns styles extend ([06448db](https://github.com/hotepp/next-story/commit/06448dbd2770cae374c8b8d6ef1450a264c38aa6)) +* update dependecies; update a bit of card styling ([b725123](https://github.com/hotepp/next-story/commit/b725123241682debcedb2b044304a1f22d29f626)) +* update README.md ([853fb69](https://github.com/hotepp/next-story/commit/853fb696e9423340b2eb8ae00c7f84e5904bab5e)) +* update storybook packages ([a9e84f6](https://github.com/hotepp/next-story/commit/a9e84f6918394f51703cdb2751d40198803ee1b4)) + + + # [1.1.0](https://github.com/hotepp/next-story/compare/v1.0.1...v1.1.0) (2022-04-19) diff --git a/package-lock.json b/package-lock.json index 6d8b9f8..140043d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hotepp/next-story", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hotepp/next-story", - "version": "1.1.0", + "version": "1.1.1", "license": "ISC", "dependencies": { "bulma": "^0.9.3", diff --git a/package.json b/package.json index 14433f7..8de712e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotepp/next-story", - "version": "1.1.0", + "version": "1.1.1", "description": "Create Next App coupled with Storybook and extended with linters, styles adjustments, pre-commit feature and more", "repository": { "type": "git",