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]
  • Loading branch information
unleashit committed Mar 22, 2019
1 parent b726127 commit 36e0951
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/common/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.1](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-22)

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





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


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.7.0",
"version": "0.7.1",
"main": "dist/index.js",
"description": "Shared library for @unleashit components.",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/demos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **demos:** add forgot password demo ([8afa2aa](https://github.com/unleashit/npm-library/commit/8afa2aa))
* **forgotpassword:** add forgot password package ([f1e7178](https://github.com/unleashit/npm-library/commit/f1e7178))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/demos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/demos",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"dependencies": {
"@unleashit/mock-data": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/forgotPassword/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.8.0 (2019-03-22)


### Features

* **forgotpassword:** add forgot password package ([f1e7178](https://github.com/unleashit/npm-library/commit/f1e7178))
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.7.0",
"version": "0.8.0",
"main": "dist/index.js",
"description": "Forgot password component for React.",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"yup": "^0.26.10"
},
"dependencies": {
"@unleashit/common": "*"
"@unleashit/common": "^0.7.1"
},
"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.8.0](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-22)


### Features

* **login:** custom fields support ([edc7df7](https://github.com/unleashit/npm-library/commit/edc7df7))





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


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.7.0",
"version": "0.8.0",
"main": "dist/index.js",
"description": "Responsive login component for React.",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"yup": "^0.26.10"
},
"dependencies": {
"@unleashit/common": "*"
"@unleashit/common": "^0.7.1"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/signup/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.1](https://github.com/unleashit/npm-library/compare/@unleashit/[email protected]...@unleashit/[email protected]) (2019-03-22)

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





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


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.7.0",
"version": "0.7.1",
"main": "dist/index.js",
"description": "Responsive signup component for React.",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"yup": "^0.26.10"
},
"dependencies": {
"@unleashit/common": "*"
"@unleashit/common": "^0.7.1"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down

0 comments on commit 36e0951

Please sign in to comment.