Skip to content

Commit

Permalink
🚀 Prepare v1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lgraziani2712 committed Feb 18, 2018
1 parent 5f8eb8d commit 1c6c707
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions activities/MultipliersAndDivisors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## HEAD

## v1.0.0

- 🚀 Add introductory message to exercises.
- 🚀 Add video for the first exercise to show how to use the actor_process block.
- 🚀 [v1.0.0] `actor_processor`: Block that generates the process for an specific actor. Wraps the list of instruction for each actor with `ACTOR_PROCESS_STOP` and `ACTOR_PROCESS_START` instructions.
Expand Down
2 changes: 1 addition & 1 deletion activities/MultipliersAndDivisors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0",
"name": "codimo-activity-multipliers-and-divisors",
"description": "It's a 6-8 years old mathematical activity. The objective is to follow the exercise rule, pick the numbers, move them through the maze and put them into the numeric line.",
"version": "1.0.0",
"author": "Luciano Graziani @lgraziani2712",
"peerDependencies": {
"codimo-core": "^1.0.0"
Expand Down
4 changes: 4 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## HEAD

## 1.0.0-alpha.3

- ⚙️ [v1.1.0] `pages/MenuBar`: Allow multiples activities.

## 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).
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 @@
{
"version": "1.0.0-alpha.3",
"name": "codimo-client",
"description": "The client used on netlify",
"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.3

### 🀄 Blockly Workspace

- ⚙️ [v1.1.0] `instanciateEveryBlock`: Add new param `engineData` used to configure the blocks.
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codimo-core",
"description": "Códimo framework package.",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.3",
"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-alpha.2",
"version": "1.0.0-alpha.3",
"private": true,
"description": "A simple platform for learning Computational Thinking",
"main": "client/main.jsx",
Expand Down

0 comments on commit 1c6c707

Please sign in to comment.