Skip to content

Commit a006584

Browse files
committed
chore(release): Release 1.0.1 to Atmosphere, npm and Bower
1 parent c9e4747 commit a006584

9 files changed

Lines changed: 232 additions & 129 deletions

.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
accounts-base@1.2.2
2-
angular-meteor-auth@1.0.0
2+
angular-meteor-auth@1.0.1
33
angular-meteor-data@1.3.9
44
angular:angular@1.4.8
55
angular:angular-mocks@1.4.8
@@ -32,7 +32,7 @@ htmljs@1.0.5
3232
id-map@1.0.4
3333
jquery@1.11.4
3434
lai:collection-extensions@0.1.4
35-
local-test:angular-meteor-auth@1.0.0
35+
local-test:angular-meteor-auth@1.0.1
3636
localstorage@1.0.5
3737
logging@1.0.8
3838
meteor@1.1.10

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-meteor-auth",
33
"main": "./dist/angular-meteor-auth.bundle.min.js",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://github.com/Urigo/angular-meteor-auth",
66
"authors": [
77
"Uri Goldshtein <uri.goldshtein@gmail.com>"

dist/angular-meteor-auth.bundle.js

Lines changed: 223 additions & 120 deletions
Large diffs are not rendered by default.

dist/angular-meteor-auth.bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-meteor-auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-meteor-auth v1.0.0 */
1+
/*! angular-meteor-auth v1.0.1 */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();

dist/angular-meteor-auth.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-meteor-auth.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "angular-meteor-auth",
33
summary: "Angular-Meteor authentication module",
4-
version: "1.0.0",
4+
version: "1.0.1",
55
git: "https://github.com/urigo/angular-meteor-auth.git",
66
documentation: null
77
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-meteor-auth",
33
"main": "./dist/angular-meteor-auth.js",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Angular-Meteor authentication module",
66
"keywords": [
77
"AngularJS",

0 commit comments

Comments
 (0)