Skip to content

Commit

Permalink
Fixed version numbers for both bower and npm versions on alerts and m…
Browse files Browse the repository at this point in the history
…etrics plugins.
  • Loading branch information
mtho11 committed Feb 3, 2015
1 parent d99429f commit 647cbd2
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 61 deletions.
21 changes: 9 additions & 12 deletions plugins/alerts/bower.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
{
"name": "hawkular-alerts",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"hawtio"
"hawtio",
"hawkular-alerts"
],
"private":true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"libs",
"test",
"tests",
"plugins"
],
"dependencies": {
"hawtio-core": "~2.0.0",
"hawtio-core-navigation": "~2.0.0",
"hawtio-utilities": "~2.0.0"
"hawtio-core": "2.0.9",
"hawtio-core-navigation": "2.0.9",
"hawtio-utilities": "2.0.9"
},
"devDependencies": {
"bootstrap": "~3.3.1",
"patternfly": "~1.1.2",
"hawtio-core-dts": "~2.0.0",
"angular-mocks": "~1.3.7"
"bootstrap": "3.3.2",
"patternfly": "1.1.3",
"hawtio-core-dts": "2.0.9"
}
}
35 changes: 17 additions & 18 deletions plugins/alerts/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "hawkular-alerts",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"devDependencies": {
"bower": "^1.3.12",
"event-stream": "^3.1.7",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.5.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.2",
"gulp-connect": "^2.2.0",
"gulp-load-plugins": "^0.8.0",
"gulp-notify": "^2.1.0",
"gulp-typescript": "^2.3.0",
"gulp-tslint": "^1.4.2",
"gulp-watch": "^3.0.0",
"through2": "^0.6.3",
"underscore.string": "^2.4.0",
"vinyl-map": "^1.0.1",
"which": "^1.0.8",
"wiredep": "^2.2.2"
"bower": "1.3.12",
"event-stream": "3.1.7",
"gulp": "3.8.10",
"gulp-angular-templatecache": "1.5.0",
"gulp-clean": "0.3.1",
"gulp-concat": "2.4.2",
"gulp-connect": "2.2.0",
"gulp-load-plugins": "0.8.0",
"gulp-notify": "2.1.0",
"gulp-typescript": "2.4.2",
"gulp-watch": "3.0.0",
"through2": "0.6.3",
"underscore.string": "2.4.0",
"vinyl-map": "1.0.1",
"which": "1.0.8",
"wiredep": "2.2.2"
}
}
18 changes: 7 additions & 11 deletions plugins/metrics/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawkular-metrics",
"version": "0.1.2",
"version": "0.1.3",
"keywords": [
"hawtio-hawkular",
"hawkular-console",
Expand All @@ -10,21 +10,17 @@
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"libs",
"test",
"tests",
"plugins"
],
"dependencies": {
"hawtio-core": "~2.0.0",
"hawtio-core-navigation": "~2.0.0",
"hawtio-utilities": "~2.0.0"
"hawtio-core": "2.0.9",
"hawtio-core-navigation": "2.0.9",
"hawtio-utilities": "2.0.9"
},
"devDependencies": {
"bootstrap": "~3.3.1",
"patternfly": "~1.1.2",
"hawtio-core-dts": "~2.0.0",
"angular-mocks": "~1.3.11"
"bootstrap": "3.3.2",
"patternfly": "1.1.3",
"hawtio-core-dts": "2.0.9"
}
}
3 changes: 1 addition & 2 deletions plugins/metrics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<script src="libs/lodash/dist/lodash.compat.js"></script>
<script src="libs/angular-route/angular-route.js"></script>
<script src="libs/hawtio-core-navigation/dist/hawtio-core-navigation.js"></script>
<script src="libs/sugarjs/release/sugar.min.js"></script>
<script src="libs/uri.js/src/URI.js"></script>
<script src="libs/uri.js/src/IPv6.js"></script>
<script src="libs/uri.js/src/SecondLevelDomains.js"></script>
Expand All @@ -38,8 +39,6 @@
<script src="libs/uri.js/src/jquery.URI.min.js"></script>
<script src="libs/uri.js/src/URI.fragmentQuery.js"></script>
<script src="libs/uri.js/src/URI.fragmentURI.js"></script>
<script src="libs/hawtio-utilities/dist/sugar.js"></script>
<script src="libs/hawtio-utilities/dist/angular-file-upload.js"></script>
<script src="libs/hawtio-utilities/dist/hawtio-utilities.js"></script>
<!-- endbower -->

Expand Down
35 changes: 17 additions & 18 deletions plugins/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "hawkular-metrics",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"devDependencies": {
"bower": "^1.3.12",
"event-stream": "^3.1.7",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.5.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.2",
"gulp-connect": "^2.2.0",
"gulp-load-plugins": "^0.8.0",
"gulp-notify": "^2.1.0",
"gulp-typescript": "^2.3.0",
"gulp-tslint": "^1.4.2",
"gulp-watch": "^3.0.0",
"through2": "^0.6.3",
"underscore.string": "^2.4.0",
"vinyl-map": "^1.0.1",
"which": "^1.0.8",
"wiredep": "^2.2.2"
"bower": "1.3.12",
"event-stream": "3.2.1",
"gulp": "3.8.10",
"gulp-angular-templatecache": "1.5.0",
"gulp-clean": "0.3.1",
"gulp-concat": "2.4.3",
"gulp-connect": "2.2.0",
"gulp-load-plugins": "0.8.0",
"gulp-notify": "2.1.0",
"gulp-typescript": "2.4.2",
"gulp-watch": "3.0.0",
"through2": "0.6.3",
"underscore.string": "2.4.0",
"vinyl-map": "1.0.1",
"which": "1.0.8",
"wiredep": "2.2.2"
}
}

0 comments on commit 647cbd2

Please sign in to comment.