Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit aeee8d5

Browse files
committed
2.4.1
2.4.1 - 2017-05-28 ------------------------------------------------------------ * Bumps to kit v1.3.1
1 parent 80e6543 commit aeee8d5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.4.1 - 2017-05-28
2+
------------------------------------------------------------
3+
* Bumps to kit v1.3.1
4+
15
2.4.0 - 2017-05-28
26
------------------------------------------------------------
37
* Adds deterministic versioning by hard-coding `kit` and `kit.ts` versions, and downloading from the appropriate repository

cli/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const pkg = require('../package.json');
3333

3434
const versions = {
3535
'kit': {
36-
version: '1.3.0',
37-
date: '2017-05-27',
36+
version: '1.3.1',
37+
date: '2017-05-28',
3838
},
3939
'kit.ts': {
4040
version: '1.1.2',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactql",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Universal React+GraphQL starter kit: React, Apollo, Webpack 2, React Router 4, PostCSS, SSR",
55
"main": "cli/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)