Skip to content

Commit

Permalink
chore: normalize package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
unleashit committed Mar 21, 2019
1 parent c82f0cf commit 74dc6f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.2.0",
"version": "0.6.0",
"main": "dist/index.js",
"description": "Shared library for @unleashit components.",
"scripts": {
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.1.0",
"version": "0.6.0",
"private": true,
"dependencies": {
"@unleashit/mock-data": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/login",
"version": "0.2.0",
"version": "0.6.0",
"main": "dist/index.js",
"description": "Responsive login component for React.",
"scripts": {
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.1.0",
"version": "0.6.0",
"main": "dist/index.js",
"description": "Responsive pagination component for React.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/signup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/signup",
"version": "0.4.1",
"version": "0.6.0",
"main": "dist/index.js",
"description": "Responsive signup component for React.",
"scripts": {
Expand Down

0 comments on commit 74dc6f3

Please sign in to comment.