Skip to content

Commit

Permalink
minor release - Bump to version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Jan 28, 2015
1 parent 5a38d03 commit 1758a29
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
38 changes: 19 additions & 19 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].3
[email protected].4
[email protected]
[email protected].13
[email protected].14
[email protected]
[email protected]
[email protected]
Expand All @@ -18,18 +18,18 @@ [email protected]
[email protected]
[email protected]
[email protected]
iron:[email protected].6
iron:[email protected].6
iron:[email protected].6
iron:[email protected].6
iron:[email protected].6
iron:[email protected].6
iron:[email protected].6
iron:[email protected].6
iron:[email protected].7
iron:[email protected].7
iron:[email protected].7
iron:[email protected].7
iron:[email protected].7
iron:[email protected].7
iron:[email protected].7
iron:[email protected].7
jag:[email protected]
jquery@1.0.2
jquery@1.11.3
[email protected]
local-test:useraccounts:famous-wrapper@1.4.1
local-test:useraccounts:famous-wrapper@1.5.0
[email protected]
[email protected]
[email protected]
Expand All @@ -42,19 +42,19 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].3
[email protected].4
[email protected]
[email protected]
softwarerero:[email protected]
[email protected].4
[email protected].5
[email protected]
[email protected].10
[email protected].11
[email protected]
[email protected]
[email protected].4
[email protected].5
[email protected]
[email protected]
useraccounts:core@1.4.1
useraccounts:famous-wrapper@1.4.1
[email protected].5
useraccounts:core@1.5.0
useraccounts:famous-wrapper@1.5.0
[email protected].6
[email protected]
14 changes: 7 additions & 7 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Famo.us wrapper for Accounts Templates.",
version: "1.5.0",
version: "1.6.0",
name: "useraccounts:famous-wrapper",
git: "https://github.com/meteor-useraccounts/famous-wrapper.git",
});
Expand All @@ -22,19 +22,19 @@ Package.on_use(function(api, where) {
], ["client", "server"]);

api.imply([
"useraccounts:core@1.5.0",
"useraccounts:core@1.6.0",
"gadicohen:[email protected]",
"aldeed:[email protected]",
], ["client", "server"]);

//api.use('mjnetworks:[email protected]', ['client']/*, { weak: true }*/);

api.use("useraccounts:bootstrap@1.5.0", ["client", "server"], { weak: true });
api.use("useraccounts:foundation@1.5.0", ["client", "server"], { weak: true });
api.use("useraccounts:bootstrap@1.6.0", ["client", "server"], { weak: true });
api.use("useraccounts:foundation@1.6.0", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected]", ["client", "server"], { weak: true });
api.use("useraccounts:[email protected]", ["client", "server"], { weak: true });
api.use("useraccounts:semantic-ui@1.5.0", ["client", "server"], { weak: true });
api.use("useraccounts:unstyled@1.5.0", ["client", "server"], { weak: true });
api.use("useraccounts:semantic-ui@1.6.0", ["client", "server"], { weak: true });
api.use("useraccounts:unstyled@1.6.0", ["client", "server"], { weak: true });

api.add_files([
"lib/at_famous_form.html",
Expand All @@ -55,7 +55,7 @@ Package.on_use(function(api, where) {

Package.on_test(function(api) {
api.use([
"useraccounts:core@1.5.0",
"useraccounts:core@1.6.0",
]);
api.use(["tinytest", "test-helpers"], ["client", "server"]);
api.add_files("tests/tests.js", ["client", "server"]);
Expand Down

0 comments on commit 1758a29

Please sign in to comment.