Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @unleashit/common@0.8.0
 - @unleashit/demos@0.8.1
 - @unleashit/forgot-password@0.9.0
 - @unleashit/login@0.9.0
 - @unleashit/mock-data@0.6.1
 - @unleashit/pagination@0.7.0
 - @unleashit/signup@0.8.0
  • Loading branch information
unleashit committed Mar 23, 2019
1 parent 7c1409b commit a4aa852
Show file tree
Hide file tree
Showing 14 changed files with 115 additions and 13 deletions.
16 changes: 16 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/unleashit/npm-library/compare/@unleashit/common@0.7.1...@unleashit/common@0.8.0) (2019-03-23)


### Bug Fixes

* **all:** optimize peer dep versions in package.json ([6e05c13](https://github.com/unleashit/npm-library/commit/6e05c13))


### Features

* **all:** make builds significantly smaller ([163d456](https://github.com/unleashit/npm-library/commit/163d456))





## [0.7.1](https://github.com/unleashit/npm-library/compare/@unleashit/common@0.7.0...@unleashit/common@0.7.1) (2019-03-22)

**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.7.1",
"version": "0.8.0",
"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.1](https://github.com/unleashit/npm-library/compare/@unleashit/demos@0.8.0...@unleashit/demos@0.8.1) (2019-03-23)


### Bug Fixes

* **all:** optimize peer dep versions in package.json ([6e05c13](https://github.com/unleashit/npm-library/commit/6e05c13))





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


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.0",
"version": "0.8.1",
"private": true,
"dependencies": {
"@unleashit/mock-data": "*",
"@unleashit/mock-data": "^0.6.1",
"formik": "^1.5.1",
"react": "^16.8.2",
"react-dom": "^16.8.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/forgotPassword/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0](https://github.com/unleashit/npm-library/compare/@unleashit/forgot-password@0.8.0...@unleashit/forgot-password@0.9.0) (2019-03-23)


### Bug Fixes

* **all:** optimize peer dep versions in package.json ([6e05c13](https://github.com/unleashit/npm-library/commit/6e05c13))


### Features

* **all:** make builds significantly smaller ([163d456](https://github.com/unleashit/npm-library/commit/163d456))





# 0.8.0 (2019-03-22)


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.8.0",
"version": "0.9.0",
"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.7.0"
"@unleashit/common": "^0.8.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/login/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0](https://github.com/unleashit/npm-library/compare/@unleashit/login@0.8.0...@unleashit/login@0.9.0) (2019-03-23)


### Bug Fixes

* **all:** optimize peer dep versions in package.json ([6e05c13](https://github.com/unleashit/npm-library/commit/6e05c13))


### Features

* **all:** make builds significantly smaller ([163d456](https://github.com/unleashit/npm-library/commit/163d456))





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


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.8.0",
"version": "0.9.0",
"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.7.0"
"@unleashit/common": "^0.8.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/mockData/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.6.1](https://github.com/unleashit/npm-library/compare/@unleashit/mock-data@0.6.0...@unleashit/mock-data@0.6.1) (2019-03-23)


### Bug Fixes

* **all:** optimize peer dep versions in package.json ([6e05c13](https://github.com/unleashit/npm-library/commit/6e05c13))





# [0.6.0](https://github.com/unleashit/npm-library/compare/@unleashit/mock-data@0.5.10...@unleashit/mock-data@0.6.0) (2019-03-16)


Expand Down
6 changes: 3 additions & 3 deletions 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.0",
"version": "0.6.1",
"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 Expand Up @@ -60,13 +60,13 @@
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"uglifyjs-webpack-plugin": "^2.1.2",
"jest": "23.6.0",
"prettier": "^1.16.4",
"ts-jest": "^23.10.5",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.2",
"typescript": "3.2.1"
"typescript": "3.2.1",
"uglifyjs-webpack-plugin": "^2.1.2"
},
"jest": {
"globalSetup": "./jest.config.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/pagination@0.6.1...@unleashit/pagination@0.7.0) (2019-03-23)


### Bug Fixes

* **pagination:** fix duplicate react key warning for ellipsis ([acab887](https://github.com/unleashit/npm-library/commit/acab887))


### Features

* **all:** make builds significantly smaller ([163d456](https://github.com/unleashit/npm-library/commit/163d456))





## [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
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.6.1",
"version": "0.7.0",
"main": "dist/index.js",
"description": "Responsive pagination component for React.",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/signup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/unleashit/npm-library/compare/@unleashit/signup@0.7.1...@unleashit/signup@0.8.0) (2019-03-23)


### Bug Fixes

* **all:** optimize peer dep versions in package.json ([6e05c13](https://github.com/unleashit/npm-library/commit/6e05c13))


### Features

* **all:** make builds significantly smaller ([163d456](https://github.com/unleashit/npm-library/commit/163d456))





## [0.7.1](https://github.com/unleashit/npm-library/compare/@unleashit/signup@0.7.0...@unleashit/signup@0.7.1) (2019-03-22)

**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.7.1",
"version": "0.8.0",
"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.7.0"
"@unleashit/common": "^0.8.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down

0 comments on commit a4aa852

Please sign in to comment.