Skip to content

Commit

Permalink
🚀 Prepare v1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgraziani2712 committed Aug 21, 2017
1 parent 8cef251 commit 4aceea4
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 30 deletions.
26 changes: 0 additions & 26 deletions activities/CHANGELOG.md

This file was deleted.

5 changes: 5 additions & 0 deletions activities/HelloCodimo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## HEAD

## v1.0.0

- 🚀 Add first version.
2 changes: 1 addition & 1 deletion activities/HelloCodimo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codimo-activity-hello-codimo",
"version": "1.0.0",
"description": "A good starting example",
"version": "1.0.0",
"author": "Luciano Graziani @lgraziani2712",
"peerDependencies": {
"codimo": "~1.0.0"
Expand Down
6 changes: 6 additions & 0 deletions activities/NumericLine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## HEAD

## v1.0.1

- Add SVG image instead of emoji to `leave_maze` block. This homogenize the icon through every OS and browser, and ensures is going to be rendered as expected.
- Remove text from `leave_maze` block.
2 changes: 1 addition & 1 deletion activities/NumericLine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codimo-activity-numeric-line",
"description": "It's a 6-8 years old mathematical activity. The objective is to move the number from the maze into the numeric line.",
"version": "1.0.1",
"description": "It's a 6-8 years old mathematical activity.",
"author": "Luciano Graziani @lgraziani2712",
"peerDependencies": {
"codimo": "~1.0.0"
Expand Down
2 changes: 2 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## HEAD

## v1.0.0-alpha.0

### 💅 Components

- 🆕 [v1.0.0] `FrontPage`.
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",
"version": "1.0.0-alpha.0",
"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

## v1.0.0-alpha.0

### 🀄 Blockly Workspace

- 🆕 [v1.0.0] `parseInstructions`.
Expand Down
6 changes: 6 additions & 0 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "codimo-core",
"description": "Códimo framework package.",
"version": "1.0.0-alpha.0",
"author": "Luciano Graziani @lgraziani2712"
}
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",
"version": "1.0.0-alpha.0",
"private": true,
"description": "A simple platform for learning Computational Thinking",
"main": "client/main.jsx",
Expand Down

0 comments on commit 4aceea4

Please sign in to comment.