Skip to content

Commit

Permalink
Updates for alpha16 (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored May 26, 2017
1 parent 3e280f2 commit 1894196
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [1.0.0-alpha16] - 2017-05-26
### Added

- Migration guide @kyleamathews #1032
- Made nodes fully immutable @kyleamathews #1035
- Add no-plugins example @scottyeck #1028
- Add support for "internal" plugins #1010
- Expose internal Gatsby data through GraphQL @kyleamathews #1014

### Changed

- Removed `updateNode` action creator as part of making nodes immutable in #1035.
Now sites/plugins should use `addFieldToNode` for adding fields to nodes created
by other plugins and `addNodeToParent` for adding a new node as a child to
an existing node.

### Fixed
- Don't override the default onClick handler in gatsby-link @scottyeck #1019

## [1.0.0-alpha15] - 2017-05-15
### Added

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-rc.5",
"version": "1.0.0-alpha15",
"version": "1.0.0-alpha16",
"npmClient": "npm",
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class IndexRoute extends React.Component {
<p>
The best way to get started is by installing Gatsby Starters. There are four
sites that currently works with
<code>gatsby@1.0.0-alpha15</code>:
<code>gatsby@1.0.0-alpha16</code>:
</p>
<ul>
<li>
Expand Down

0 comments on commit 1894196

Please sign in to comment.