Skip to content

Commit

Permalink
🚀 Prepare 1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lgraziani2712 committed Sep 4, 2017
1 parent d41dba1 commit 9787184
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## HEAD

## 1.0.0-alpha.2

- ⚙️ [v1.1.0] `pages/MenuBar`: Make the menu more simple to reflect the new way to access to exercises (#59).
- ⚙️ [v1.1.0] `pages/links`: Add the exercise name to the link's title when playing (#56).

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codimo-client",
"description": "The client used on netlify",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"author": "Luciano Graziani @lgraziani2712",
"dependencies": {
"codimo": "~1.0.0"
Expand Down
2 changes: 2 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## HEAD

## 1.0.0-alpha.2

### 💅 React UI

- ⚙️ [v1.0.2] `Activity`: Adds the `handleNextLevelRedirection` helper (#59).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codimo",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"private": true,
"description": "A simple platform for learning Computational Thinking",
"main": "client/main.jsx",
Expand Down

0 comments on commit 9787184

Please sign in to comment.