Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit d16169a

Browse files
author
CircleCI
committed
v4.6.1
1 parent 0b1e288 commit d16169a

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "4.1.2"
6+
"version": "4.6.1"
77
}

packages/gluestick-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluestick-cli",
3-
"version": "4.1.2",
3+
"version": "4.6.1",
44
"description": "GlueStick is a command line interface for quickly developing universal web applications using React",
55
"bin": {
66
"gluestick": "./bin/index.js"
@@ -34,7 +34,7 @@
3434
"cross-spawn": "5.0.1",
3535
"fs-extra": "^2.0.0",
3636
"glob": "7.1.1",
37-
"gluestick-generators": "4.1.2",
37+
"gluestick-generators": "4.6.1",
3838
"mkdirp": "0.5.1",
3939
"node-fetch": "^1.6.3",
4040
"rimraf": "2.6.1",

packages/gluestick-env-expose-ast/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluestick-env-expose-ast",
3-
"version": "4.1.2",
3+
"version": "4.6.1",
44
"description": "Expose strategy for environment variables from AST for Gluestick",
55
"main": "build/config.js",
66
"homepage": "https://github.com/TrueCar/gluestick",
@@ -14,7 +14,7 @@
1414
"peerDependencies": {
1515
"babel-core": "6.x",
1616
"babel-traverse": "6.x",
17-
"gluestick": "4.1.2",
17+
"gluestick": "4.6.1",
1818
"webpack": "3.x"
1919
},
2020
"dependencies": {
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"babel-core": "^6.22.1",
2525
"babel-traverse": "^6.22.1",
26-
"gluestick": "4.1.2",
26+
"gluestick": "4.6.1",
2727
"webpack": "^3.0.0"
2828
}
2929
}

packages/gluestick-generators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluestick-generators",
3-
"version": "4.1.2",
3+
"version": "4.6.1",
44
"description": "Package with generator API used by GlueStick",
55
"main": "build/index.js",
66
"homepage": "https://github.com/TrueCar/gluestick",

packages/gluestick-plugin-aphrodite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluestick-plugin-aphrodite",
3-
"version": "4.1.2",
3+
"version": "4.6.1",
44
"description": "Plugin for supporting Aphrodite in GlueStick project",
55
"main": "src/index.js",
66
"homepage": "https://github.com/TrueCar/gluestick",
@@ -12,15 +12,15 @@
1212
"url": "git@github.com:TrueCar/gluestick.git"
1313
},
1414
"peerDependencies": {
15-
"gluestick": "4.1.2",
15+
"gluestick": "4.6.1",
1616
"react": "16.x",
1717
"react-dom": "16.x"
1818
},
1919
"dependencies": {
2020
"aphrodite": "^1.1.0"
2121
},
2222
"devDependencies": {
23-
"gluestick": "4.1.2",
23+
"gluestick": "4.6.1",
2424
"react": "16.4.1",
2525
"react-dom": "16.4.1"
2626
}

packages/gluestick-plugin-bunyan/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluestick-plugin-bunyan",
3-
"version": "4.1.2",
3+
"version": "4.6.1",
44
"description": "Plugin for supporting Bunyan in GlueStick project",
55
"main": "build/server.js",
66
"homepage": "https://github.com/TrueCar/gluestick",
@@ -12,13 +12,13 @@
1212
"url": "git@github.com:TrueCar/gluestick.git"
1313
},
1414
"peerDependencies": {
15-
"gluestick": "4.1.2"
15+
"gluestick": "4.6.1"
1616
},
1717
"dependencies": {
1818
"bunyan": "^1.8.8"
1919
},
2020
"devDependencies": {
21-
"gluestick": "4.1.2",
21+
"gluestick": "4.6.1",
2222
"invariant": "2.2.4"
2323
}
2424
}

packages/gluestick-plugin-eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluestick-plugin-eslint",
3-
"version": "4.1.2",
3+
"version": "4.6.1",
44
"description": "",
55
"main": "build/config.js",
66
"homepage": "https://github.com/TrueCar/gluestick",
@@ -13,11 +13,11 @@
1313
},
1414
"peerDependencies": {
1515
"eslint-loader": "1.x",
16-
"gluestick": "4.1.2"
16+
"gluestick": "4.6.1"
1717
},
1818
"devDependencies": {
1919
"eslint-loader": "1.7.1",
2020
"extract-text-webpack-plugin": "2.1.2",
21-
"gluestick": "4.1.2"
21+
"gluestick": "4.6.1"
2222
}
2323
}

packages/gluestick-plugin-no-fouc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluestick-plugin-no-fouc",
3-
"version": "4.1.2",
3+
"version": "4.6.1",
44
"description": "Remove FOUC by extracting css into file and linking them to renderer page in development",
55
"main": "build/config.js",
66
"homepage": "https://github.com/TrueCar/gluestick",
@@ -13,10 +13,10 @@
1313
},
1414
"peerDependencies": {
1515
"extract-text-webpack-plugin": "2.x",
16-
"gluestick": "4.1.2"
16+
"gluestick": "4.6.1"
1717
},
1818
"devDependencies": {
1919
"extract-text-webpack-plugin": "2.1.2",
20-
"gluestick": "4.1.2"
20+
"gluestick": "4.6.1"
2121
}
2222
}

packages/gluestick-plugin-radium/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluestick-plugin-radium",
3-
"version": "4.1.2",
3+
"version": "4.6.1",
44
"description": "Plugin for supporting Radium in GlueStick project",
55
"main": "build/runtime.js",
66
"homepage": "https://github.com/TrueCar/gluestick",
@@ -12,14 +12,14 @@
1212
"url": "git@github.com:TrueCar/gluestick.git"
1313
},
1414
"peerDependencies": {
15-
"gluestick": "4.1.2",
15+
"gluestick": "4.6.1",
1616
"react": "16.x"
1717
},
1818
"dependencies": {
1919
"radium": "0.19.5"
2020
},
2121
"devDependencies": {
22-
"gluestick": "4.1.2",
22+
"gluestick": "4.6.1",
2323
"react": "16.4.1"
2424
}
2525
}

packages/gluestick/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluestick",
3-
"version": "4.1.2",
3+
"version": "4.6.1",
44
"description": "GlueStick is a command line interface for quickly developing universal web applications using React",
55
"main": "shared/index.js",
66
"bin": "bin/gluestick.js",
@@ -84,7 +84,7 @@
8484
"eventsource-polyfill": "0.9.6",
8585
"express": "4.15.3",
8686
"fs-extra": "4.0.0",
87-
"gluestick-generators": "4.1.2",
87+
"gluestick-generators": "4.6.1",
8888
"handlebars": "4.0.10",
8989
"http-proxy-middleware": "0.17.4",
9090
"ignore-loader": "0.1.2",

0 commit comments

Comments
 (0)