chore: publish

- cloudapi-gql@1.0.3
 - joyent-cp-frontend@1.0.3
 - joyent-cp-gql-mock-server@1.0.3
 - joyent-cp-gql-schema@1.0.3
 - joyent-cp-rdb-bootstrap@1.0.3
 - normalized-styled-components@1.0.4
 - pseudo-json-ast@1.0.5
 - pseudo-yaml-ast@1.0.5
 - remcalc@1.0.4
 - rnd-id@1.0.4
 - styled-is@1.0.6
 - joyent-ui-toolkit@1.0.3
 - unitcalc@1.0.4
This commit is contained in:
Sérgio Ramos 2017-05-25 14:17:52 +01:00
parent 19f3678747
commit c45fb3ce41
26 changed files with 127 additions and 26 deletions

View File

@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.3"></a>
## 1.0.3 (2017-05-25)

View File

@ -1,6 +1,6 @@
{
"name": "cloudapi-gql",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",

View File

@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.3"></a>
## 1.0.3 (2017-05-25)

View File

@ -1,6 +1,6 @@
{
"name": "joyent-cp-frontend",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
@ -20,8 +20,8 @@
"babel-plugin-styled-components": "^1.1.4",
"constant-case": "^2.0.0",
"graphql-tag": "^2.0.0",
"joyent-ui-toolkit": "^1.0.2",
"normalized-styled-components": "^1.0.3",
"joyent-ui-toolkit": "^1.0.3",
"normalized-styled-components": "^1.0.4",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-apollo": "^1.2.0",
@ -33,12 +33,12 @@
"redux": "^3.6.0",
"redux-actions": "^2.0.3",
"redux-form": "^6.7.0",
"remcalc": "^1.0.3",
"remcalc": "^1.0.4",
"reselect": "^3.0.1",
"simple-statistics": "^4.1.0",
"styled-components": "^2.0.0",
"styled-is": "^1.0.5",
"unitcalc": "^1.0.3"
"styled-is": "^1.0.6",
"unitcalc": "^1.0.4"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^0.4.0",

View File

@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.3"></a>
## 1.0.3 (2017-05-25)

View File

@ -1,6 +1,6 @@
{
"name": "joyent-cp-gql-mock-server",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
@ -19,7 +19,7 @@
"graphql-tools": "^0.11.0",
"hapi": "^16.1.1",
"joi": "^10.5.0",
"joyent-cp-gql-schema": "^1.0.2"
"joyent-cp-gql-schema": "^1.0.3"
},
"devDependencies": {
"eslint": "^3.19.0",

View File

@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.3"></a>
## 1.0.3 (2017-05-25)

View File

@ -1,6 +1,6 @@
{
"name": "joyent-cp-gql-schema",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",

View File

@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.3"></a>
## 1.0.3 (2017-05-25)

View File

@ -1,6 +1,6 @@
{
"name": "joyent-cp-rdb-bootstrap",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",

View File

@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.4"></a>
## 1.0.4 (2017-05-25)

View File

@ -1,6 +1,6 @@
{
"name": "normalized-styled-components",
"version": "1.0.3",
"version": "1.0.4",
"license": "MPL-2.0",
"description": "normalize.css with a styled-components mindset",
"keywords": [
@ -27,7 +27,7 @@
"prepublish": "run-s build"
},
"dependencies": {
"remcalc": "^1.0.3"
"remcalc": "^1.0.4"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.1.4",

View File

@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.5"></a>
## 1.0.5 (2017-05-25)

View File

@ -1,6 +1,6 @@
{
"name": "pseudo-json-ast",
"version": "1.0.4",
"version": "1.0.5",
"license": "MPL-2.0",
"description": "Parse a JSON string into an object with location properties",
"keywords": [

View File

@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.5"></a>
## 1.0.5 (2017-05-25)

View File

@ -1,6 +1,6 @@
{
"name": "pseudo-yaml-ast",
"version": "1.0.4",
"version": "1.0.5",
"license": "MPL-2.0",
"description": "Parse a YAML string into an object with location properties",
"keywords": [

View File

@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.4"></a>
## 1.0.4 (2017-05-25)

View File

@ -1,6 +1,6 @@
{
"name": "remcalc",
"version": "1.0.3",
"version": "1.0.4",
"license": "MPL-2.0",
"description": "Calculate the `rem`'s from `px` values",
"keywords": [

View File

@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.4"></a>
## 1.0.4 (2017-05-25)

View File

@ -1,6 +1,6 @@
{
"name": "rnd-id",
"version": "1.0.3",
"version": "1.0.4",
"license": "MPL-2.0",
"description": "Generate a random alpha string",
"keywords": [

View File

@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.6"></a>
## 1.0.6 (2017-05-25)
### Bug Fixes
* **styled-is:** correct package entrypoints ([44a2f2e](https://github.com/yldio/joyent-portal/commit/44a2f2e))

View File

@ -1,6 +1,6 @@
{
"name": "styled-is",
"version": "1.0.5",
"version": "1.0.6",
"license": "MPL-2.0",
"description": "Flag utility for styled-components",
"keywords": [

View File

@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.3"></a>
## 1.0.3 (2017-05-25)
### Bug Fixes
* **ui-toolkit:** copy fonts before compiling ([19f3678](https://github.com/yldio/joyent-portal/commit/19f3678))

View File

@ -1,6 +1,6 @@
{
"name": "joyent-ui-toolkit",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
@ -22,7 +22,7 @@
"camel-case": "^3.0.0",
"d3": "^4.9.1",
"lodash.isstring": "^4.0.1",
"normalized-styled-components": "^1.0.3",
"normalized-styled-components": "^1.0.4",
"polished": "^1.1.2",
"prop-types": "^15.5.10",
"react": "^15.5.4",
@ -31,11 +31,11 @@
"react-router-dom": "^4.1.1",
"react-styled-flexboxgrid": "^1.1.2",
"redux-form": "^6.7.0",
"remcalc": "^1.0.3",
"rnd-id": "^1.0.3",
"remcalc": "^1.0.4",
"rnd-id": "^1.0.4",
"styled-components": "^2.0.0",
"styled-is": "^1.0.5",
"unitcalc": "^1.0.3"
"styled-is": "^1.0.6",
"unitcalc": "^1.0.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",

View File

@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.4"></a>
## 1.0.4 (2017-05-25)

View File

@ -1,6 +1,6 @@
{
"name": "unitcalc",
"version": "1.0.3",
"version": "1.0.4",
"license": "MPL-2.0",
"description": "Calculate the `rem`'s from unit values",
"keywords": [
@ -21,7 +21,7 @@
},
"dependencies": {
"lodash.flatten": "^4.4.0",
"remcalc": "^1.0.3"
"remcalc": "^1.0.4"
},
"devDependencies": {
"ava": "0.19.1",