Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @unleashit/[email protected]
 - @unleashit/[email protected]
 - @unleashit/[email protected]
 - @unleashit/[email protected]
 - @unleashit/[email protected]
 - @unleashit/[email protected]
 - @unleashit/[email protected]
  • Loading branch information
unleashit committed Mar 25, 2019
1 parent 4167a68 commit 51da21e
Show file tree
Hide file tree
Showing 14 changed files with 82 additions and 11 deletions.
11 changes: 11 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.3](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-25)


### Bug Fixes

* **common:** checkbox bug ([#2](https://github.com/unleashit/npm-library/issues/2)) ([86641b1](https://github.com/unleashit/npm-library/commit/86641b1))





## [0.8.2](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-23)

**Note:** Version bump only for package @unleashit/common
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/common",
"version": "0.8.2",
"version": "0.8.3",
"main": "dist/index.js",
"description": "Shared library for @unleashit components. Probabaly not otherwise useful.",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/demos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.4](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-25)


### Bug Fixes

* **common:** checkbox bug ([#2](https://github.com/unleashit/npm-library/issues/2)) ([86641b1](https://github.com/unleashit/npm-library/commit/86641b1))





## [0.8.3](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-23)

**Note:** Version bump only for package @unleashit/demos
Expand Down
4 changes: 2 additions & 2 deletions packages/demos/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@unleashit/demos",
"version": "0.8.3",
"version": "0.8.4",
"private": true,
"dependencies": {
"@unleashit/mock-data": "*",
"@unleashit/mock-data": "^0.6.4",
"formik": "^1.5.1",
"react": "^16.8.5",
"react-dom": "^16.8.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/forgotPassword/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.3](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-25)


### Bug Fixes

* handle errors better in react components ([#1](https://github.com/unleashit/npm-library/issues/1)) ([0b2eb64](https://github.com/unleashit/npm-library/commit/0b2eb64))





## [0.9.2](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-23)

**Note:** Version bump only for package @unleashit/forgot-password
Expand Down
4 changes: 2 additions & 2 deletions packages/forgotPassword/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/forgot-password",
"version": "0.9.2",
"version": "0.9.3",
"main": "dist/index.js",
"description": "Forgot password component for React with custom fields.",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"yup": ">=0.26.10"
},
"dependencies": {
"@unleashit/common": "^0.8.2"
"@unleashit/common": "^0.8.3"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/login/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.3](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-25)


### Bug Fixes

* handle errors better in react components ([#1](https://github.com/unleashit/npm-library/issues/1)) ([0b2eb64](https://github.com/unleashit/npm-library/commit/0b2eb64))





## [0.9.2](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-23)

**Note:** Version bump only for package @unleashit/login
Expand Down
4 changes: 2 additions & 2 deletions packages/login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/login",
"version": "0.9.2",
"version": "0.9.3",
"main": "dist/index.js",
"description": "Responsive login component for React with custom fields.",
"scripts": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"yup": ">=0.26.10"
},
"dependencies": {
"@unleashit/common": ">=0.8.2"
"@unleashit/common": "^0.8.3"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/mockData/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-25)

**Note:** Version bump only for package @unleashit/mock-data





## [0.6.3](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-23)

**Note:** Version bump only for package @unleashit/mock-data
Expand Down
2 changes: 1 addition & 1 deletion packages/mockData/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/mock-data",
"version": "0.6.3",
"version": "0.6.4",
"description": "Wrapper for mocker-data-generator providing a set of templates and arguments. Can optionally write to a file (node)",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.3](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-25)

**Note:** Version bump only for package @unleashit/pagination





## [0.7.2](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-23)

**Note:** Version bump only for package @unleashit/pagination
Expand Down
2 changes: 1 addition & 1 deletion packages/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/pagination",
"version": "0.7.2",
"version": "0.7.3",
"main": "dist/index.js",
"description": "Responsive pagination component for React.",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/signup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.3](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-25)


### Bug Fixes

* handle errors better in react components ([#1](https://github.com/unleashit/npm-library/issues/1)) ([0b2eb64](https://github.com/unleashit/npm-library/commit/0b2eb64))





## [0.8.2](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-23)

**Note:** Version bump only for package @unleashit/signup
Expand Down
4 changes: 2 additions & 2 deletions packages/signup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/signup",
"version": "0.8.2",
"version": "0.8.3",
"main": "dist/index.js",
"description": "Responsive signup component for React with custom fields.",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"yup": ">=0.26.10"
},
"dependencies": {
"@unleashit/common": "^0.8.2"
"@unleashit/common": "^0.8.3"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down

0 comments on commit 51da21e

Please sign in to comment.