Skip to content

Commit 66b7253

Browse files
committed
Take all packages to 1.0.0 (that aren't already there)
1 parent 07c016c commit 66b7253

File tree

63 files changed

+96
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+96
-34
lines changed

packages/accounts-base/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Package.describe({
2-
summary: "A user account system"
2+
summary: "A user account system",
3+
version: "1.0.0"
34
});
45

56
Package.on_use(function (api) {

packages/accounts-facebook/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Package.describe({
2-
summary: "Login service for Facebook accounts"
2+
summary: "Login service for Facebook accounts",
3+
version: "1.0.0"
34
});
45

56
Package.on_use(function(api) {

packages/accounts-github/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Package.describe({
2-
summary: "Login service for Github accounts"
2+
summary: "Login service for Github accounts",
3+
version: "1.0.0"
34
});
45

56
Package.on_use(function(api) {

packages/accounts-google/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Package.describe({
2-
summary: "Login service for Google accounts"
2+
summary: "Login service for Google accounts",
3+
version: "1.0.0"
34
});
45

56
Package.on_use(function(api) {

packages/accounts-meetup/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Package.describe({
2-
summary: "Login service for Meetup accounts"
2+
summary: "Login service for Meetup accounts",
3+
version: "1.0.0"
34
});
45

56
Package.on_use(function(api) {

packages/accounts-meteor-developer/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Package.describe({
2-
summary: "Login service for Meteor developer accounts"
2+
summary: "Login service for Meteor developer accounts",
3+
version: "1.0.0"
34
});
45

56
Package.on_use(function (api) {

packages/accounts-oauth/package.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Package.describe({
22
summary: "Common code for OAuth-based login services",
3+
version: "1.0.0",
34
internal: true
45
});
56

packages/accounts-password/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Package.describe({
2-
summary: "Password support for accounts"
2+
summary: "Password support for accounts",
3+
version: "1.0.0"
34
});
45

56
Package.on_use(function(api) {

packages/accounts-twitter/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Package.describe({
2-
summary: "Login service for Twitter accounts"
2+
summary: "Login service for Twitter accounts",
3+
version: "1.0.0"
34
});
45

56
Package.on_use(function(api) {

packages/accounts-ui-unstyled/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Package.describe({
2-
summary: "Unstyled version of login widgets"
2+
summary: "Unstyled version of login widgets",
3+
version: "1.0.0"
34
});
45

56
Package.on_use(function (api) {

0 commit comments

Comments
 (0)