Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aminpaks committed Jul 23, 2017
1 parent 8401341 commit bdab2c4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions examples/angular-bound-sensor-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-bound-sensor-demo",
"private": true,
"version": "1.0.0",
"version": "1.0.2",
"author": "aminpaks <[email protected]>",
"license": "MIT",
"scripts": {
Expand All @@ -23,9 +23,9 @@
"@angular/platform-browser": "^4.3.1",
"@angular/platform-browser-dynamic": "^4.3.1",
"@angular/router": "^4.3.1",
"angular-bound-sensor": "^1.0.0",
"bound-sensor": "^1.0.0",
"angular-bound-sensor": "^1.0.2",
"awesome-typescript-loader": "^3.2.1",
"bound-sensor": "^1.0.2",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.4.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/bound-sensor-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "bound-sensor-demo",
"private": true,
"version": "1.0.0",
"version": "1.0.2",
"author": "aminpaks <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server"
},
"dependencies": {
"bound-sensor": "^1.0.0"
"bound-sensor": "^1.0.2"
},
"devDependencies": {
"@types/node": "^8.0.3",
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"lerna": "2.0.0-rc.5",
"lerna": "2.0.0",
"packages": [
"examples/*",
"modules/*"
],
"npmClient": "yarn",
"version": "1.0.1"
"version": "1.0.2"
}
6 changes: 3 additions & 3 deletions modules/angular-bound-sensor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-bound-sensor",
"version": "1.0.0",
"version": "1.0.2",
"description": "Find out once boundary size of element changes in Angular",
"author": "aminpaks <[email protected]>",
"license": "MIT",
Expand All @@ -26,13 +26,13 @@
],
"dependencies": {
"@angular/core": "4.1.3",
"bound-sensor": "^1.0.0",
"bound-sensor": "^1.0.2",
"rxjs": "^5.0.0",
"zone.js": "^0.8.0"
},
"peerDependencies": {
"@angular/core": ">= 4.0.0 < 5",
"bound-sensor": "^1.0.0",
"bound-sensor": "^1.0.2",
"rxjs": ">= 5.0.0",
"zone.js": ">= 0.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/bound-sensor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bound-sensor",
"version": "1.0.0",
"version": "1.0.2",
"description": "BoundSensor is a JavaScript library to be notified if a DOM boundary changes in browser.",
"author": "aminpaks <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit bdab2c4

Please sign in to comment.