Skip to content

Commit

Permalink
🔖 Releasing / Version tags.
Browse files Browse the repository at this point in the history
Publish v1.10.1
  • Loading branch information
GMartigny committed Aug 7, 2019
1 parent d019f8b commit df822ea
Show file tree
Hide file tree
Showing 33 changed files with 123 additions and 123 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.10.0",
"version": "1.10.1",
"packages": [
"modules/*"
],
Expand Down
6 changes: 3 additions & 3 deletions modules/arc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/arc",
"version": "1.10.0",
"version": "1.10.1",
"description": "Arc shape for Pencil.js package.",
"main": "arc.js",
"files": [],
Expand All @@ -25,8 +25,8 @@
"shape"
],
"dependencies": {
"@pencil.js/component": "^1.10.0",
"@pencil.js/line": "^1.10.0",
"@pencil.js/component": "^1.10.1",
"@pencil.js/line": "^1.10.1",
"@pencil.js/math": "^1.9.0"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
Expand Down
6 changes: 3 additions & 3 deletions modules/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/button",
"version": "1.10.0",
"version": "1.10.1",
"description": "Button user input for Pencil.js package.",
"main": "button.js",
"files": [],
Expand All @@ -26,8 +26,8 @@
"UI"
],
"dependencies": {
"@pencil.js/input": "^1.10.0",
"@pencil.js/text": "^1.10.0"
"@pencil.js/input": "^1.10.1",
"@pencil.js/text": "^1.10.1"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions modules/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/checkbox",
"version": "1.10.0",
"version": "1.10.1",
"description": "Checkbox user input for Pencil.js package.",
"main": "checkbox.js",
"files": [],
Expand All @@ -25,8 +25,8 @@
"UI"
],
"dependencies": {
"@pencil.js/input": "^1.10.0",
"@pencil.js/square": "^1.10.0"
"@pencil.js/input": "^1.10.1",
"@pencil.js/square": "^1.10.1"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions modules/circle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/circle",
"version": "1.10.0",
"version": "1.10.1",
"description": "Circle shape for Pencil.js package.",
"main": "circle.js",
"files": [],
Expand All @@ -25,7 +25,7 @@
"shape"
],
"dependencies": {
"@pencil.js/ellipse": "^1.10.0",
"@pencil.js/ellipse": "^1.10.1",
"@pencil.js/math": "^1.9.0"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
Expand Down
4 changes: 2 additions & 2 deletions modules/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/component",
"version": "1.10.0",
"version": "1.10.1",
"description": "Abstract component for Pencil.js package.",
"main": "component.js",
"files": [],
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@pencil.js/container": "^1.10.0",
"@pencil.js/offscreen-canvas": "^1.10.0",
"@pencil.js/offscreen-canvas": "^1.10.1",
"@pencil.js/position": "^1.10.0"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
Expand Down
4 changes: 2 additions & 2 deletions modules/draggable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/draggable",
"version": "1.10.0",
"version": "1.10.1",
"description": "Allow component to be dragged in Pencil.js package.",
"main": "draggable.js",
"files": [],
Expand All @@ -24,7 +24,7 @@
"interaction"
],
"dependencies": {
"@pencil.js/component": "^1.10.0",
"@pencil.js/component": "^1.10.1",
"@pencil.js/mouse-event": "^1.10.0"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
Expand Down
6 changes: 3 additions & 3 deletions modules/ellipse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/ellipse",
"version": "1.10.0",
"version": "1.10.1",
"description": "Ellipse shape for Pencil.js package.",
"main": "ellipse.js",
"files": [],
Expand Down Expand Up @@ -30,8 +30,8 @@
"url": "https://github.com/pencil-js/pencil.js/issues"
},
"dependencies": {
"@pencil.js/arc": "^1.10.0",
"@pencil.js/component": "^1.10.0"
"@pencil.js/arc": "^1.10.1",
"@pencil.js/component": "^1.10.1"
},
"devDependencies": {
"ava": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/image",
"version": "1.10.0",
"version": "1.10.1",
"description": "Image loading and drawing for Pencil.js package.",
"main": "image.js",
"files": [],
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@pencil.js/network-event": "^1.9.0",
"@pencil.js/rectangle": "^1.10.0"
"@pencil.js/rectangle": "^1.10.1"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions modules/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/input",
"version": "1.10.0",
"version": "1.10.1",
"description": "Abstract user input for Pencil.js package.",
"main": "input.js",
"files": [],
Expand All @@ -27,10 +27,10 @@
],
"dependencies": {
"@pencil.js/base-event": "^1.9.0",
"@pencil.js/component": "^1.10.0",
"@pencil.js/component": "^1.10.1",
"@pencil.js/container": "^1.10.0",
"@pencil.js/mouse-event": "^1.10.0",
"@pencil.js/rectangle": "^1.10.0"
"@pencil.js/rectangle": "^1.10.1"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions modules/keyboard-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/keyboard-event",
"version": "1.10.0",
"version": "1.10.1",
"description": "Keyboard related event for Pencil.js package.",
"main": "keyboard-event.js",
"files": [],
Expand All @@ -26,7 +26,7 @@
"keyboard"
],
"dependencies": {
"@pencil.js/arc": "^1.10.0",
"@pencil.js/arc": "^1.10.1",
"@pencil.js/base-event": "^1.9.0"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
Expand Down
12 changes: 6 additions & 6 deletions modules/knob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/knob",
"version": "1.10.0",
"version": "1.10.1",
"description": "Knob user input for Pencil.js package.",
"main": "knob.js",
"files": [],
Expand All @@ -26,13 +26,13 @@
],
"dependencies": {
"@pencil.js/base-event": "^1.9.0",
"@pencil.js/circle": "^1.10.0",
"@pencil.js/component": "^1.10.0",
"@pencil.js/input": "^1.10.0",
"@pencil.js/line": "^1.10.0",
"@pencil.js/circle": "^1.10.1",
"@pencil.js/component": "^1.10.1",
"@pencil.js/input": "^1.10.1",
"@pencil.js/line": "^1.10.1",
"@pencil.js/math": "^1.9.0",
"@pencil.js/mouse-event": "^1.10.0",
"@pencil.js/rotatable": "^1.10.0"
"@pencil.js/rotatable": "^1.10.1"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions modules/line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/line",
"version": "1.10.0",
"version": "1.10.1",
"description": "Line stroke for Pencil.js package.",
"main": "line.js",
"files": [],
Expand All @@ -25,7 +25,7 @@
"shape"
],
"dependencies": {
"@pencil.js/component": "^1.10.0",
"@pencil.js/component": "^1.10.1",
"@pencil.js/position": "^1.10.0"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
Expand Down
4 changes: 2 additions & 2 deletions modules/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/navigation",
"version": "1.10.0",
"version": "1.10.1",
"description": "Navigation module for Pencil.js package.",
"main": "navigation.js",
"files": [],
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/pencil-js/pencil.js/issues"
},
"dependencies": {
"@pencil.js/scene": "^1.10.0"
"@pencil.js/scene": "^1.10.1"
},
"devDependencies": {
"ava": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/offscreen-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/offscreen-canvas",
"version": "1.10.0",
"version": "1.10.1",
"description": "Off-screen canvas for Pencil.js package.",
"main": "offscreen-canvas.js",
"files": [],
Expand Down
4 changes: 2 additions & 2 deletions modules/particles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/particles",
"version": "1.10.0",
"version": "1.10.1",
"description": "Particles generator for Pencil.js package.",
"main": "particles.js",
"files": [],
Expand All @@ -26,7 +26,7 @@
"wrapper"
],
"dependencies": {
"@pencil.js/component": "^1.10.0",
"@pencil.js/component": "^1.10.1",
"@pencil.js/math": "^1.9.0",
"@pencil.js/position": "^1.10.0"
},
Expand Down
8 changes: 4 additions & 4 deletions modules/path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/path",
"version": "1.10.0",
"version": "1.10.1",
"description": "Hand-free drawing tool for Pencil.js package.",
"main": "path.js",
"files": [
Expand Down Expand Up @@ -28,10 +28,10 @@
"shape"
],
"dependencies": {
"@pencil.js/component": "^1.10.0",
"@pencil.js/line": "^1.10.0",
"@pencil.js/component": "^1.10.1",
"@pencil.js/line": "^1.10.1",
"@pencil.js/position": "^1.10.0",
"@pencil.js/spline": "^1.10.0",
"@pencil.js/spline": "^1.10.1",
"@pencil.js/vector": "^1.10.0"
},
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
Expand Down
64 changes: 32 additions & 32 deletions modules/pencil.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pencil.js",
"version": "1.10.0",
"version": "1.10.1",
"description": "Nice modular interactive 2D drawing library.",
"main": "pencil.js",
"files": [
Expand Down Expand Up @@ -41,47 +41,47 @@
},
"homepage": "https://github.com/pencil-js/pencil.js#readme",
"dependencies": {
"@pencil.js/arc": "^1.10.0",
"@pencil.js/arc": "^1.10.1",
"@pencil.js/base-event": "^1.9.0",
"@pencil.js/button": "^1.10.0",
"@pencil.js/checkbox": "^1.10.0",
"@pencil.js/circle": "^1.10.0",
"@pencil.js/button": "^1.10.1",
"@pencil.js/checkbox": "^1.10.1",
"@pencil.js/circle": "^1.10.1",
"@pencil.js/color": "^1.9.0",
"@pencil.js/component": "^1.10.0",
"@pencil.js/component": "^1.10.1",
"@pencil.js/container": "^1.10.0",
"@pencil.js/draggable": "^1.10.0",
"@pencil.js/ellipse": "^1.10.0",
"@pencil.js/draggable": "^1.10.1",
"@pencil.js/ellipse": "^1.10.1",
"@pencil.js/event-emitter": "^1.10.0",
"@pencil.js/image": "^1.10.0",
"@pencil.js/input": "^1.10.0",
"@pencil.js/keyboard-event": "^1.10.0",
"@pencil.js/knob": "^1.10.0",
"@pencil.js/line": "^1.10.0",
"@pencil.js/image": "^1.10.1",
"@pencil.js/input": "^1.10.1",
"@pencil.js/keyboard-event": "^1.10.1",
"@pencil.js/knob": "^1.10.1",
"@pencil.js/line": "^1.10.1",
"@pencil.js/linear-gradient": "^1.10.0",
"@pencil.js/math": "^1.9.0",
"@pencil.js/mouse-event": "^1.10.0",
"@pencil.js/navigation": "^1.10.0",
"@pencil.js/navigation": "^1.10.1",
"@pencil.js/network-event": "^1.9.0",
"@pencil.js/offscreen-canvas": "^1.10.0",
"@pencil.js/particles": "^1.10.0",
"@pencil.js/path": "^1.10.0",
"@pencil.js/polygon": "^1.10.0",
"@pencil.js/offscreen-canvas": "^1.10.1",
"@pencil.js/particles": "^1.10.1",
"@pencil.js/path": "^1.10.1",
"@pencil.js/polygon": "^1.10.1",
"@pencil.js/position": "^1.10.0",
"@pencil.js/progress-bar": "^1.10.0",
"@pencil.js/progress-pie": "^1.10.0",
"@pencil.js/progress-bar": "^1.10.1",
"@pencil.js/progress-pie": "^1.10.1",
"@pencil.js/radial-gradient": "^1.10.0",
"@pencil.js/rectangle": "^1.10.0",
"@pencil.js/regular-polygon": "^1.10.0",
"@pencil.js/resizable": "^1.10.0",
"@pencil.js/rotatable": "^1.10.0",
"@pencil.js/scene": "^1.10.0",
"@pencil.js/select": "^1.10.0",
"@pencil.js/slider": "^1.10.0",
"@pencil.js/spline": "^1.10.0",
"@pencil.js/square": "^1.10.0",
"@pencil.js/star": "^1.10.0",
"@pencil.js/text": "^1.10.0",
"@pencil.js/triangle": "^1.10.0",
"@pencil.js/rectangle": "^1.10.1",
"@pencil.js/regular-polygon": "^1.10.1",
"@pencil.js/resizable": "^1.10.1",
"@pencil.js/rotatable": "^1.10.1",
"@pencil.js/scene": "^1.10.1",
"@pencil.js/select": "^1.10.1",
"@pencil.js/slider": "^1.10.1",
"@pencil.js/spline": "^1.10.1",
"@pencil.js/square": "^1.10.1",
"@pencil.js/star": "^1.10.1",
"@pencil.js/text": "^1.10.1",
"@pencil.js/triangle": "^1.10.1",
"@pencil.js/vector": "^1.10.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit df822ea

Please sign in to comment.