Skip to content

Commit 9116ecf

Browse files
committed
Start using next instead of canary for package versions
People are/will base sites on these and now that we're in beta, don't want people basing sites off canary as that's highly unstable. As soon as we hit 1.0, we'll use 1.0 as well.
1 parent c2b3230 commit 9116ecf

File tree

16 files changed

+74
-74
lines changed

16 files changed

+74
-74
lines changed

examples/client-only-paths/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"version": "1.0.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "canary",
9-
"gatsby-link": "canary",
10-
"gatsby-plugin-google-analytics": "canary",
11-
"gatsby-plugin-offline": "canary",
12-
"gatsby-source-drupal": "canary",
8+
"gatsby": "next",
9+
"gatsby-link": "next",
10+
"gatsby-plugin-google-analytics": "next",
11+
"gatsby-plugin-offline": "next",
12+
"gatsby-source-drupal": "next",
1313
"lodash": "^4.16.4",
1414
"react-addons-css-transition-group": "^15.5.2",
1515
"react-typography": "^0.15.0",

examples/feed/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"version": "1.0.0",
66
"author": "Nicholas Young <[email protected]>",
77
"dependencies": {
8-
"gatsby": "canary",
9-
"gatsby-source-filesystem": "canary",
10-
"gatsby-transformer-remark": "canary",
11-
"gatsby-plugin-feed": "canary"
8+
"gatsby": "next",
9+
"gatsby-source-filesystem": "next",
10+
"gatsby-transformer-remark": "next",
11+
"gatsby-plugin-feed": "next"
1212
},
1313
"keywords": [
1414
"gatsby"

examples/gatsbygram/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"version": "1.0.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "canary",
9-
"gatsby-link": "canary",
10-
"gatsby-plugin-glamor": "canary",
11-
"gatsby-plugin-google-analytics": "canary",
12-
"gatsby-plugin-manifest": "canary",
13-
"gatsby-plugin-offline": "canary",
14-
"gatsby-plugin-sharp": "canary",
15-
"gatsby-source-filesystem": "canary",
16-
"gatsby-transformer-json": "canary",
17-
"gatsby-transformer-sharp": "canary",
8+
"gatsby": "next",
9+
"gatsby-link": "next",
10+
"gatsby-plugin-glamor": "next",
11+
"gatsby-plugin-google-analytics": "next",
12+
"gatsby-plugin-manifest": "next",
13+
"gatsby-plugin-offline": "next",
14+
"gatsby-plugin-sharp": "next",
15+
"gatsby-source-filesystem": "next",
16+
"gatsby-transformer-json": "next",
17+
"gatsby-transformer-sharp": "next",
1818
"instagram-screen-scrape": "^2.0.0",
1919
"lodash": "^4.16.4",
2020
"mkdirp": "^0.5.1",

examples/hn/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
88
"flat": "^2.0.1",
9-
"gatsby": "canary",
10-
"gatsby-link": "canary",
11-
"gatsby-plugin-google-analytics": "canary",
12-
"gatsby-plugin-manifest": "canary",
13-
"gatsby-plugin-offline": "canary",
14-
"gatsby-source-hacker-news": "canary",
9+
"gatsby": "next",
10+
"gatsby-link": "next",
11+
"gatsby-plugin-google-analytics": "next",
12+
"gatsby-plugin-manifest": "next",
13+
"gatsby-plugin-offline": "next",
14+
"gatsby-source-hacker-news": "next",
1515
"lodash": "^4.16.4",
1616
"slash": "^1.0.0"
1717
},

examples/image-processing/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"version": "1.0.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "canary",
9-
"gatsby-link": "canary",
10-
"gatsby-plugin-google-analytics": "canary",
11-
"gatsby-plugin-offline": "canary",
12-
"gatsby-plugin-sharp": "canary",
13-
"gatsby-source-drupal": "canary",
14-
"gatsby-source-filesystem": "canary",
15-
"gatsby-transformer-sharp": "canary",
8+
"gatsby": "next",
9+
"gatsby-link": "next",
10+
"gatsby-plugin-google-analytics": "next",
11+
"gatsby-plugin-offline": "next",
12+
"gatsby-plugin-sharp": "next",
13+
"gatsby-source-drupal": "next",
14+
"gatsby-source-filesystem": "next",
15+
"gatsby-transformer-sharp": "next",
1616
"react-typography": "^0.15.0",
1717
"typography": "^0.15.8",
1818
"typography-theme-bootstrap": "^0.15.10"

examples/no-plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"version": "1.0.0",
66
"author": "Scotty Eckenthal <[email protected]>",
77
"dependencies": {
8-
"gatsby": "canary",
9-
"gatsby-link": "canary",
8+
"gatsby": "next",
9+
"gatsby-link": "next",
1010
"lodash": "^4.16.4",
1111
"slash": "^1.0.0"
1212
},

examples/no-trailing-slashes/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"version": "1.0.0",
66
"author": "Scotty Eckenthal <[email protected]>",
77
"dependencies": {
8-
"gatsby": "canary",
9-
"gatsby-link": "canary",
10-
"gatsby-plugin-google-analytics": "canary",
11-
"gatsby-plugin-offline": "canary",
8+
"gatsby": "next",
9+
"gatsby-link": "next",
10+
"gatsby-plugin-google-analytics": "next",
11+
"gatsby-plugin-offline": "next",
1212
"lodash": "^4.16.4",
1313
"slash": "^1.0.0"
1414
},

examples/redux/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"version": "1.0.0",
66
"author": "Scotty Eckenthal <[email protected]>",
77
"dependencies": {
8-
"gatsby": "canary",
9-
"gatsby-link": "canary",
8+
"gatsby": "next",
9+
"gatsby-link": "next",
1010
"lodash": "^4.16.4",
1111
"react-redux": "5.0.5",
1212
"react-router-redux": "4.0.8",

examples/sitemap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"version": "1.0.0",
66
"author": "Nicholas Young <[email protected]>",
77
"dependencies": {
8-
"gatsby": "canary",
9-
"gatsby-source-filesystem": "canary",
10-
"gatsby-transformer-remark": "canary",
11-
"gatsby-plugin-sitemap": "canary"
8+
"gatsby": "next",
9+
"gatsby-source-filesystem": "next",
10+
"gatsby-transformer-remark": "next",
11+
"gatsby-plugin-sitemap": "next"
1212
},
1313
"keywords": [
1414
"gatsby"

examples/using-contentful/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"version": "1.0.0",
66
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
77
"dependencies": {
8-
"gatsby": "canary",
9-
"gatsby-link": "canary",
10-
"gatsby-plugin-google-analytics": "canary",
11-
"gatsby-plugin-offline": "canary",
12-
"gatsby-source-contentful": "canary",
8+
"gatsby": "next",
9+
"gatsby-link": "next",
10+
"gatsby-plugin-google-analytics": "next",
11+
"gatsby-plugin-offline": "next",
12+
"gatsby-source-contentful": "next",
1313
"lodash": "^4.16.4",
1414
"react-typography": "^0.15.0",
1515
"slash": "^1.0.0",

0 commit comments

Comments
 (0)