Skip to content

Commit

Permalink
🔖 Releasing / Version tags.
Browse files Browse the repository at this point in the history
Publish v1.7.0
  • Loading branch information
GMartigny committed May 29, 2019
1 parent 14a8ae4 commit 7574096
Show file tree
Hide file tree
Showing 29 changed files with 107 additions and 107 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.6.6",
"version": "1.7.0",
"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.6.6",
"version": "1.7.0",
"description": "Arc shape for Pencil.js package.",
"main": "arc.js",
"files": [],
Expand All @@ -26,8 +26,8 @@
"shape"
],
"dependencies": {
"@pencil.js/component": "^1.6.6",
"@pencil.js/line": "^1.6.6",
"@pencil.js/component": "^1.7.0",
"@pencil.js/line": "^1.7.0",
"@pencil.js/math": "^1.6.6"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (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.6.6",
"version": "1.7.0",
"description": "Button user input for Pencil.js package.",
"main": "button.js",
"files": [],
Expand All @@ -26,8 +26,8 @@
"UI"
],
"dependencies": {
"@pencil.js/input": "^1.6.6",
"@pencil.js/text": "^1.6.6"
"@pencil.js/input": "^1.7.0",
"@pencil.js/text": "^1.7.0"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (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.6.6",
"version": "1.7.0",
"description": "Checkbox user input for Pencil.js package.",
"main": "checkbox.js",
"files": [],
Expand All @@ -26,8 +26,8 @@
"UI"
],
"dependencies": {
"@pencil.js/input": "^1.6.6",
"@pencil.js/square": "^1.6.6"
"@pencil.js/input": "^1.7.0",
"@pencil.js/square": "^1.7.0"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (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.6.6",
"version": "1.7.0",
"description": "Circle shape for Pencil.js package.",
"main": "circle.js",
"files": [],
Expand All @@ -26,7 +26,7 @@
"shape"
],
"dependencies": {
"@pencil.js/ellipse": "^1.6.6",
"@pencil.js/ellipse": "^1.7.0",
"@pencil.js/math": "^1.6.6"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (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.6.6",
"version": "1.7.0",
"description": "Abstract component for Pencil.js package.",
"main": "component.js",
"files": [],
Expand All @@ -26,7 +26,7 @@
"rendered"
],
"dependencies": {
"@pencil.js/container": "^1.6.6",
"@pencil.js/container": "^1.7.0",
"@pencil.js/offscreen-canvas": "^1.6.4",
"@pencil.js/position": "^1.6.6"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/container",
"version": "1.6.6",
"version": "1.7.0",
"description": "Simple container for Pencil.js package.",
"main": "container.js",
"files": [],
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.6.6",
"version": "1.7.0",
"description": "Allow component to be dragged in Pencil.js package.",
"main": "draggable.js",
"files": [],
Expand All @@ -25,7 +25,7 @@
"interaction"
],
"dependencies": {
"@pencil.js/component": "^1.6.6",
"@pencil.js/component": "^1.7.0",
"@pencil.js/mouse-event": "^1.6.6"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (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.6.6",
"version": "1.7.0",
"description": "Ellipse shape for Pencil.js package.",
"main": "ellipse.js",
"files": [],
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/pencil-js/pencil.js/issues"
},
"dependencies": {
"@pencil.js/arc": "^1.6.6",
"@pencil.js/component": "^1.6.6"
"@pencil.js/arc": "^1.7.0",
"@pencil.js/component": "^1.7.0"
},
"devDependencies": {
"ava": "^1.4.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.6.6",
"version": "1.7.0",
"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.6.4",
"@pencil.js/rectangle": "^1.6.6"
"@pencil.js/rectangle": "^1.7.0"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 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.6.6",
"version": "1.7.0",
"description": "Abstract user input for Pencil.js package.",
"main": "input.js",
"files": [],
Expand All @@ -27,10 +27,10 @@
],
"dependencies": {
"@pencil.js/base-event": "^1.6.4",
"@pencil.js/component": "^1.6.6",
"@pencil.js/container": "^1.6.6",
"@pencil.js/component": "^1.7.0",
"@pencil.js/container": "^1.7.0",
"@pencil.js/mouse-event": "^1.6.6",
"@pencil.js/rectangle": "^1.6.6"
"@pencil.js/rectangle": "^1.7.0"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (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.6.6",
"version": "1.7.0",
"description": "Keyboard related event for Pencil.js package.",
"main": "keyboard-event.js",
"files": [],
Expand All @@ -27,7 +27,7 @@
"keyboard"
],
"dependencies": {
"@pencil.js/arc": "^1.6.6",
"@pencil.js/arc": "^1.7.0",
"@pencil.js/base-event": "^1.6.4"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)",
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.6.6",
"version": "1.7.0",
"description": "Line stroke for Pencil.js package.",
"main": "line.js",
"files": [],
Expand All @@ -26,7 +26,7 @@
"shape"
],
"dependencies": {
"@pencil.js/component": "^1.6.6",
"@pencil.js/component": "^1.7.0",
"@pencil.js/position": "^1.6.6"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)",
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.6.6",
"version": "1.7.0",
"description": "Particles generator for Pencil.js package.",
"main": "particles.js",
"files": [],
Expand All @@ -26,7 +26,7 @@
"wrapper"
],
"dependencies": {
"@pencil.js/component": "^1.6.6",
"@pencil.js/component": "^1.7.0",
"@pencil.js/math": "^1.6.6",
"@pencil.js/position": "^1.6.6"
},
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.6.6",
"version": "1.7.0",
"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.6.6",
"@pencil.js/line": "^1.6.6",
"@pencil.js/component": "^1.7.0",
"@pencil.js/line": "^1.7.0",
"@pencil.js/position": "^1.6.6",
"@pencil.js/spline": "^1.6.6",
"@pencil.js/spline": "^1.7.0",
"@pencil.js/vector": "^1.6.6"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)",
Expand Down
56 changes: 28 additions & 28 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.6.6",
"version": "1.7.0",
"description": "Nice modular interactive 2D drawing library.",
"main": "pencil.js",
"files": [
Expand Down Expand Up @@ -42,43 +42,43 @@
},
"homepage": "https://github.com/pencil-js/pencil.js#readme",
"dependencies": {
"@pencil.js/arc": "^1.6.6",
"@pencil.js/arc": "^1.7.0",
"@pencil.js/base-event": "^1.6.4",
"@pencil.js/button": "^1.6.6",
"@pencil.js/checkbox": "^1.6.6",
"@pencil.js/circle": "^1.6.6",
"@pencil.js/button": "^1.7.0",
"@pencil.js/checkbox": "^1.7.0",
"@pencil.js/circle": "^1.7.0",
"@pencil.js/color": "^1.6.6",
"@pencil.js/component": "^1.6.6",
"@pencil.js/container": "^1.6.6",
"@pencil.js/draggable": "^1.6.6",
"@pencil.js/ellipse": "^1.6.6",
"@pencil.js/component": "^1.7.0",
"@pencil.js/container": "^1.7.0",
"@pencil.js/draggable": "^1.7.0",
"@pencil.js/ellipse": "^1.7.0",
"@pencil.js/event-emitter": "^1.6.4",
"@pencil.js/image": "^1.6.6",
"@pencil.js/input": "^1.6.6",
"@pencil.js/keyboard-event": "^1.6.6",
"@pencil.js/line": "^1.6.6",
"@pencil.js/image": "^1.7.0",
"@pencil.js/input": "^1.7.0",
"@pencil.js/keyboard-event": "^1.7.0",
"@pencil.js/line": "^1.7.0",
"@pencil.js/linear-gradient": "^1.6.6",
"@pencil.js/math": "^1.6.6",
"@pencil.js/mouse-event": "^1.6.6",
"@pencil.js/network-event": "^1.6.4",
"@pencil.js/offscreen-canvas": "^1.6.4",
"@pencil.js/particles": "^1.6.6",
"@pencil.js/path": "^1.6.6",
"@pencil.js/polygon": "^1.6.6",
"@pencil.js/particles": "^1.7.0",
"@pencil.js/path": "^1.7.0",
"@pencil.js/polygon": "^1.7.0",
"@pencil.js/position": "^1.6.6",
"@pencil.js/progress-bar": "^1.6.6",
"@pencil.js/progress-bar": "^1.7.0",
"@pencil.js/radial-gradient": "^1.6.6",
"@pencil.js/rectangle": "^1.6.6",
"@pencil.js/regular-polygon": "^1.6.6",
"@pencil.js/resizable": "^1.6.6",
"@pencil.js/scene": "^1.6.6",
"@pencil.js/select": "^1.6.6",
"@pencil.js/slider": "^1.6.6",
"@pencil.js/spline": "^1.6.6",
"@pencil.js/square": "^1.6.6",
"@pencil.js/star": "^1.6.6",
"@pencil.js/text": "^1.6.6",
"@pencil.js/triangle": "^1.6.6",
"@pencil.js/rectangle": "^1.7.0",
"@pencil.js/regular-polygon": "^1.7.0",
"@pencil.js/resizable": "^1.7.0",
"@pencil.js/scene": "^1.7.0",
"@pencil.js/select": "^1.7.0",
"@pencil.js/slider": "^1.7.0",
"@pencil.js/spline": "^1.7.0",
"@pencil.js/square": "^1.7.0",
"@pencil.js/star": "^1.7.0",
"@pencil.js/text": "^1.7.0",
"@pencil.js/triangle": "^1.7.0",
"@pencil.js/vector": "^1.6.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions modules/polygon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/polygon",
"version": "1.6.6",
"version": "1.7.0",
"description": "Multi points shape for Pencil.js package.",
"main": "polygon.js",
"files": [],
Expand All @@ -26,7 +26,7 @@
"shape"
],
"dependencies": {
"@pencil.js/component": "^1.6.6",
"@pencil.js/component": "^1.7.0",
"@pencil.js/position": "^1.6.6"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)",
Expand Down
6 changes: 3 additions & 3 deletions modules/progress-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/progress-bar",
"version": "1.6.6",
"version": "1.7.0",
"description": "Progress-bar for Pencil.js package.",
"main": "progress-bar.js",
"files": [],
Expand All @@ -26,9 +26,9 @@
"UI"
],
"dependencies": {
"@pencil.js/input": "^1.6.6",
"@pencil.js/input": "^1.7.0",
"@pencil.js/math": "^1.6.6",
"@pencil.js/rectangle": "^1.6.6"
"@pencil.js/rectangle": "^1.7.0"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions modules/rectangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/rectangle",
"version": "1.6.6",
"version": "1.7.0",
"description": "Rectangle shape for Pencil.js package.",
"main": "rectangle.js",
"files": [],
Expand All @@ -26,7 +26,7 @@
"shape"
],
"dependencies": {
"@pencil.js/component": "^1.6.6",
"@pencil.js/component": "^1.7.0",
"@pencil.js/position": "^1.6.6"
},
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)",
Expand Down
Loading

0 comments on commit 7574096

Please sign in to comment.