Skip to content

Commit 2afc497

Browse files
committed
update for 0.10 release
1 parent 5d6f39f commit 2afc497

File tree

10 files changed

+5
-164
lines changed

10 files changed

+5
-164
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.10.0] - 2016-06-11
6+
- extract common modules into [core-coderoad](https://github.com/coderoad/core-coderoad) to share with the new [tutorial builder](https://github.com/coderoad/builder-coderoad)
7+
- throttle saves at 800ms
8+
59
## [0.9.0] - 2016-05-02
610
- remove chapters, now only pages
711
- performance fixes

lib/components/Page/Continue/index.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

lib/components/common/Save.js

Lines changed: 0 additions & 44 deletions
This file was deleted.

lib/components/common/ToggleDevTools.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

lib/modules/package-json/actions.js

Whitespace-only changes.

lib/modules/package-json/index.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/modules/package-json/reducer.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

lib/modules/package-json/types.js

Whitespace-only changes.

lib/modules/package-json/utils/packageJson.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atom-coderoad",
3-
"version": "0.9.3",
3+
"version": "0.10.0",
44
"description": "Interactive tutorial plugin for Atom",
55
"keywords": [
66
"atom",

0 commit comments

Comments
 (0)