Skip to content

Commit

Permalink
chore(release): Release 1.0.2 to Atmosphere, npm and Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Apr 11, 2016
1 parent c861d17 commit 493b3b4
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 63 deletions.
115 changes: 59 additions & 56 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,75 +1,78 @@
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
angular:[email protected]
angular:[email protected]
babel-compiler@5.8.24_1
[email protected].4
[email protected].4
babel-compiler@6.6.1
[email protected].7
[email protected].7
benjamine:[email protected]_1
[email protected].4
[email protected].3
[email protected].4
[email protected].4
[email protected].0
[email protected].4
[email protected].0
[email protected].11
[email protected].7
[email protected].6
[email protected].7
[email protected].7
[email protected].3
[email protected].7
[email protected].3
[email protected].16
dburles:[email protected]
[email protected].2
[email protected].1
[email protected].2
[email protected].0
[email protected].2
[email protected].9
[email protected].1
ecmascript@0.1.6
[email protected].6
[email protected].7
[email protected].4
[email protected].5
[email protected].5
[email protected].4
[email protected].4
[email protected].4
[email protected].4
[email protected].4
[email protected].3
[email protected].5
[email protected].11
[email protected].4
ecmascript@0.4.2
[email protected].9
[email protected].10
[email protected].7
[email protected].8
[email protected].8
[email protected].6
[email protected].7
lai:[email protected]
local-test:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]_1
[email protected]
[email protected]
[email protected]
local-test:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
practicalmeteor:[email protected]_1
practicalmeteor:[email protected]_2
promise@0.5.1
[email protected].5
[email protected].0
[email protected].3
[email protected].6
[email protected].4
[email protected].4
[email protected].6
promise@0.6.6
[email protected].8
[email protected].3
[email protected].6
[email protected].8
[email protected].7
[email protected].6
[email protected].9
sanjo:[email protected]
sanjo:[email protected]
sanjo:[email protected]
sanjo:[email protected]_7
sanjo:[email protected]
[email protected].5
[email protected].1
[email protected].7
[email protected].7
[email protected].9
[email protected].8
[email protected].4
[email protected].8
[email protected].4
[email protected].10
[email protected].10
[email protected].12
[email protected].10
[email protected].7
velocity:[email protected]_1
velocity:[email protected]
velocity:[email protected]_7
velocity:[email protected]
velocity:[email protected]
velocity:[email protected]_1
[email protected].3
[email protected].5
[email protected].7
[email protected].8
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-meteor-auth",
"main": "./dist/angular-meteor-auth.bundle.min.js",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/Urigo/angular-meteor-auth",
"authors": [
"Uri Goldshtein <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-meteor-auth.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var _typeof3 = _interopRequireDefault(_typeof2);
//
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } //
//
/*! angular-meteor-auth v1.0.1 */ //
/*! angular-meteor-auth v1.0.2 */ //
(function () { // 2
function webpackUniversalModuleDefinition(root, factory) { // 2
if ((typeof exports === 'undefined' ? 'undefined' : (0, _typeof3['default'])(exports)) === 'object' && (typeof module === 'undefined' ? 'undefined' : (0, _typeof3['default'])(module)) === 'object') module.exports = factory();else if (typeof define === 'function' && define.amd) define([], factory);else if ((typeof exports === 'undefined' ? 'undefined' : (0, _typeof3['default'])(exports)) === 'object') exports["angularMeteorAuth"] = factory();else root["angularMeteorAuth"] = factory();
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-meteor-auth.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! angular-meteor-auth v1.0.1 */
/*! angular-meteor-auth v1.0.2 */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-meteor-auth.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angular-meteor-auth.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "angular-meteor-auth",
summary: "Angular-Meteor authentication module",
version: "1.0.1",
version: "1.0.2",
git: "https://github.com/urigo/angular-meteor-auth.git",
documentation: null
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-meteor-auth",
"main": "./dist/angular-meteor-auth.js",
"version": "1.0.1",
"version": "1.0.2",
"description": "Angular-Meteor authentication module",
"keywords": [
"AngularJS",
Expand Down

0 comments on commit 493b3b4

Please sign in to comment.