diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 760dd7c2..f837d17d 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.7.0](https://github.com/unleashit/npm-library/compare/@unleashit/common@0.2.0...@unleashit/common@0.7.0) (2019-03-21) + + +### Bug Fixes + +* various css modules issues ([b1802fe](https://github.com/unleashit/npm-library/commit/b1802fe)) + + +### Features + +* **all:** css and css module improvements ([6b64c5e](https://github.com/unleashit/npm-library/commit/6b64c5e)) +* **common:** move fabrik custom input to common package ([c82f0cf](https://github.com/unleashit/npm-library/commit/c82f0cf)) + + + + + # 0.2.0 (2019-03-16) diff --git a/packages/common/package.json b/packages/common/package.json index 4084ac88..c6163c65 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/common", - "version": "0.6.0", + "version": "0.7.0", "main": "dist/index.js", "description": "Shared library for @unleashit components.", "scripts": { diff --git a/packages/demos/CHANGELOG.md b/packages/demos/CHANGELOG.md index 4883e854..826a5686 100644 --- a/packages/demos/CHANGELOG.md +++ b/packages/demos/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.7.0](https://github.com/unleashit/npm-library/compare/@unleashit/demos@0.1.0...@unleashit/demos@0.7.0) (2019-03-21) + + +### Bug Fixes + +* various css modules issues ([b1802fe](https://github.com/unleashit/npm-library/commit/b1802fe)) + + +### Features + +* **all:** css and css module improvements ([6b64c5e](https://github.com/unleashit/npm-library/commit/6b64c5e)) + + + + + # [0.1.0](https://github.com/unleashit/npm-library/compare/@unleashit/demos@0.0.10...@unleashit/demos@0.1.0) (2019-03-16) diff --git a/packages/demos/package.json b/packages/demos/package.json index 7b092901..7badc7ca 100644 --- a/packages/demos/package.json +++ b/packages/demos/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/demos", - "version": "0.6.0", + "version": "0.7.0", "private": true, "dependencies": { "@unleashit/mock-data": "^0.6.0", diff --git a/packages/login/CHANGELOG.md b/packages/login/CHANGELOG.md index 0ad240fe..e3669fac 100644 --- a/packages/login/CHANGELOG.md +++ b/packages/login/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.7.0](https://github.com/unleashit/npm-library/compare/@unleashit/login@0.2.0...@unleashit/login@0.7.0) (2019-03-21) + + +### Bug Fixes + +* various css modules issues ([b1802fe](https://github.com/unleashit/npm-library/commit/b1802fe)) + + +### Features + +* **common:** move fabrik custom input to common package ([c82f0cf](https://github.com/unleashit/npm-library/commit/c82f0cf)) + + + + + # [0.2.0](https://github.com/unleashit/npm-library/compare/@unleashit/login@0.1.3...@unleashit/login@0.2.0) (2019-03-16) diff --git a/packages/login/package.json b/packages/login/package.json index 7f6c7545..7b858e5d 100644 --- a/packages/login/package.json +++ b/packages/login/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/login", - "version": "0.6.0", + "version": "0.7.0", "main": "dist/index.js", "description": "Responsive login component for React.", "scripts": { diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index 7b58d809..dec50f72 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.1](https://github.com/unleashit/npm-library/compare/@unleashit/pagination@0.1.0...@unleashit/pagination@0.6.1) (2019-03-21) + +**Note:** Version bump only for package @unleashit/pagination + + + + + # [0.1.0](https://github.com/unleashit/npm-library/compare/@unleashit/pagination@0.0.9...@unleashit/pagination@0.1.0) (2019-03-16) diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 0df81261..3da15e1f 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/pagination", - "version": "0.6.0", + "version": "0.6.1", "main": "dist/index.js", "description": "Responsive pagination component for React.", "scripts": { diff --git a/packages/signup/CHANGELOG.md b/packages/signup/CHANGELOG.md index 3f61bb8f..47ceb28c 100644 --- a/packages/signup/CHANGELOG.md +++ b/packages/signup/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.7.0](https://github.com/unleashit/npm-library/compare/@unleashit/signup@0.4.1...@unleashit/signup@0.7.0) (2019-03-21) + + +### Bug Fixes + +* various css modules issues ([b1802fe](https://github.com/unleashit/npm-library/commit/b1802fe)) + + +### Features + +* **all:** css and css module improvements ([6b64c5e](https://github.com/unleashit/npm-library/commit/6b64c5e)) +* **common:** move fabrik custom input to common package ([c82f0cf](https://github.com/unleashit/npm-library/commit/c82f0cf)) + + + + + ## [0.4.1](https://github.com/unleashit/npm-library/compare/@unleashit/signup@0.4.0...@unleashit/signup@0.4.1) (2019-03-16) **Note:** Version bump only for package @unleashit/signup diff --git a/packages/signup/package.json b/packages/signup/package.json index 3511ba91..e1f61f55 100644 --- a/packages/signup/package.json +++ b/packages/signup/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/signup", - "version": "0.6.0", + "version": "0.7.0", "main": "dist/index.js", "description": "Responsive signup component for React.", "scripts": {