mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
chore: publish
- cloudapi-gql@1.0.4 - joyent-cp-frontend@1.1.0 - joyent-cp-gql-mock-server@1.0.4 - joyent-cp-gql-schema@1.0.4 - joyent-cp-rdb-bootstrap@1.0.4 - normalized-styled-components@1.0.5 - pseudo-json-ast@1.0.6 - pseudo-yaml-ast@1.0.6 - remcalc@1.0.5 - rnd-id@1.0.5 - styled-is@1.0.7 - joyent-ui-toolkit@1.1.0 - unitcalc@1.0.5
This commit is contained in:
parent
f3e531dbd8
commit
e2c0845145
@ -3,5 +3,11 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.3"></a>
|
||||
## 1.0.3 (2017-05-25)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cloudapi-gql",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"private": true,
|
||||
"license": "MPL-2.0",
|
||||
"repository": "github:yldio/joyent-portal",
|
||||
|
@ -3,5 +3,22 @@
|
||||
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.1.0"></a>
|
||||
# 1.1.0 (2017-05-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cp-frontend:** gracefully handle multiple postinstall executions ([73899b2](https://github.com/yldio/joyent-portal/commit/73899b2))
|
||||
* **cp-frontend:** use `postinstall` hook to patch react-scripts ([d2ac10a](https://github.com/yldio/joyent-portal/commit/d2ac10a))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **cp-frontend,ui-toolkit:** style inheritance using `.extend` (#458) ([f3e531d](https://github.com/yldio/joyent-portal/commit/f3e531d))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.3"></a>
|
||||
## 1.0.3 (2017-05-25)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "joyent-cp-frontend",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.0",
|
||||
"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.3",
|
||||
"normalized-styled-components": "^1.0.4",
|
||||
"joyent-ui-toolkit": "^1.1.0",
|
||||
"normalized-styled-components": "^1.0.5",
|
||||
"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.4",
|
||||
"remcalc": "^1.0.5",
|
||||
"reselect": "^3.0.1",
|
||||
"simple-statistics": "^4.1.0",
|
||||
"styled-components": "^2.0.0",
|
||||
"styled-is": "^1.0.6",
|
||||
"unitcalc": "^1.0.4"
|
||||
"styled-is": "^1.0.7",
|
||||
"unitcalc": "^1.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"apr-main": "^1.0.7",
|
||||
|
@ -3,5 +3,11 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.3"></a>
|
||||
## 1.0.3 (2017-05-25)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "joyent-cp-gql-mock-server",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"private": true,
|
||||
"license": "MPL-2.0",
|
||||
"repository": "github:yldio/joyent-portal",
|
||||
@ -20,7 +20,7 @@
|
||||
"graphql-tools": "^0.11.0",
|
||||
"hapi": "^16.1.1",
|
||||
"joi": "^10.5.0",
|
||||
"joyent-cp-gql-schema": "^1.0.3"
|
||||
"joyent-cp-gql-schema": "^1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^3.19.0",
|
||||
|
@ -3,5 +3,11 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.3"></a>
|
||||
## 1.0.3 (2017-05-25)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "joyent-cp-gql-schema",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"private": true,
|
||||
"license": "MPL-2.0",
|
||||
"repository": "github:yldio/joyent-portal",
|
||||
|
@ -3,5 +3,11 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.3"></a>
|
||||
## 1.0.3 (2017-05-25)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "joyent-cp-rdb-bootstrap",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"private": true,
|
||||
"license": "MPL-2.0",
|
||||
"repository": "github:yldio/joyent-portal",
|
||||
|
@ -3,5 +3,11 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.4"></a>
|
||||
## 1.0.4 (2017-05-25)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "normalized-styled-components",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"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.4"
|
||||
"remcalc": "^1.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-styled-components": "^1.1.4",
|
||||
|
@ -3,5 +3,11 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.5"></a>
|
||||
## 1.0.5 (2017-05-25)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pseudo-json-ast",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"license": "MPL-2.0",
|
||||
"description": "Parse a JSON string into an object with location properties",
|
||||
"keywords": [
|
||||
|
@ -3,5 +3,11 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.5"></a>
|
||||
## 1.0.5 (2017-05-25)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pseudo-yaml-ast",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"license": "MPL-2.0",
|
||||
"description": "Parse a YAML string into an object with location properties",
|
||||
"keywords": [
|
||||
|
@ -3,5 +3,11 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.4"></a>
|
||||
## 1.0.4 (2017-05-25)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "remcalc",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"license": "MPL-2.0",
|
||||
"description": "Calculate the `rem`'s from `px` values",
|
||||
"keywords": [
|
||||
|
@ -3,5 +3,11 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.4"></a>
|
||||
## 1.0.4 (2017-05-25)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rnd-id",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"license": "MPL-2.0",
|
||||
"description": "Generate a random alpha string",
|
||||
"keywords": [
|
||||
|
@ -3,6 +3,17 @@
|
||||
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.7"></a>
|
||||
## 1.0.7 (2017-05-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **styled-is:** correct package entrypoints ([44a2f2e](https://github.com/yldio/joyent-portal/commit/44a2f2e))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.6"></a>
|
||||
## 1.0.6 (2017-05-25)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "styled-is",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"license": "MPL-2.0",
|
||||
"description": "Flag utility for styled-components",
|
||||
"keywords": [
|
||||
|
@ -3,6 +3,23 @@
|
||||
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.1.0"></a>
|
||||
# 1.1.0 (2017-05-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **ui-toolkit:** compile on postinstall ([7bf95fd](https://github.com/yldio/joyent-portal/commit/7bf95fd))
|
||||
* **ui-toolkit:** copy fonts before compiling ([19f3678](https://github.com/yldio/joyent-portal/commit/19f3678))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **cp-frontend,ui-toolkit:** style inheritance using `.extend` (#458) ([f3e531d](https://github.com/yldio/joyent-portal/commit/f3e531d))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.3"></a>
|
||||
## 1.0.3 (2017-05-25)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "joyent-ui-toolkit",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.0",
|
||||
"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.4",
|
||||
"normalized-styled-components": "^1.0.5",
|
||||
"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.4",
|
||||
"rnd-id": "^1.0.4",
|
||||
"remcalc": "^1.0.5",
|
||||
"rnd-id": "^1.0.5",
|
||||
"styled-components": "^2.0.0",
|
||||
"styled-is": "^1.0.6",
|
||||
"unitcalc": "^1.0.4"
|
||||
"styled-is": "^1.0.7",
|
||||
"unitcalc": "^1.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.24.1",
|
||||
|
@ -3,5 +3,11 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.0.4"></a>
|
||||
## 1.0.4 (2017-05-25)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "unitcalc",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"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.4"
|
||||
"remcalc": "^1.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "0.19.1",
|
||||
|
Loading…
Reference in New Issue
Block a user