Skip to content

Commit

Permalink
minor release - Bump to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Jan 23, 2015
1 parent 95ebf4c commit 5fd8e40
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 3 deletions.
62 changes: 62 additions & 0 deletions .versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
accounts-base@1.1.3
accounts-password@1.0.5
application-configuration@1.0.4
base64@1.0.2
binary-heap@1.0.2
blaze@2.0.4
blaze-tools@1.0.2
boilerplate-generator@1.0.2
callback-hook@1.0.2
check@1.0.3
coffeescript@1.0.5
ddp@1.0.13
deps@1.0.6
ejson@1.0.5
email@1.0.5
follower-livedata@1.0.3
geojson-utils@1.0.2
html-tools@1.0.3
htmljs@1.0.3
id-map@1.0.2
iron:controller@1.0.6
iron:core@1.0.6
iron:dynamic-template@1.0.6
iron:layout@1.0.6
iron:location@1.0.6
iron:middleware-stack@1.0.6
iron:router@1.0.6
iron:url@1.0.6
jquery@1.0.2
json@1.0.2
less@1.0.12
local-test:useraccounts:semantic-ui@1.4.1
localstorage@1.0.2
logging@1.0.6
meteor@1.1.4
minifiers@1.1.3
minimongo@1.0.6
mongo@1.0.11
npm-bcrypt@0.7.7
observe-sequence@1.0.4
ordered-dict@1.0.2
random@1.0.2
reactive-dict@1.0.5
reactive-var@1.0.4
retry@1.0.2
routepolicy@1.0.3
service-configuration@1.0.3
sha@1.0.2
softwarerero:accounts-t9n@1.0.5
spacebars@1.0.4
spacebars-compiler@1.0.4
srp@1.0.2
templating@1.0.10
test-helpers@1.0.3
tinytest@1.0.4
tracker@1.0.4
ui@1.0.5
underscore@1.0.2
useraccounts:core@1.4.1
useraccounts:semantic-ui@1.4.1
webapp@1.1.5
webapp-hashing@1.0.2
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Accounts Templates styled for Semantic UI.",
version: "1.4.1",
version: "1.5.0",
name: "useraccounts:semantic-ui",
git: "https://github.com/meteor-useraccounts/semantic-ui.git",
});
Expand All @@ -18,7 +18,7 @@ Package.on_use(function(api, where) {
], ["client", "server"]);

api.imply([
"useraccounts:core@1.4.1",
"useraccounts:core@1.5.0",
], ["client", "server"]);

api.add_files([
Expand Down Expand Up @@ -60,7 +60,7 @@ Package.on_use(function(api, where) {
Package.on_test(function(api) {
api.use([
"useraccounts:semantic-ui",
"useraccounts:core@1.4.1",
"useraccounts:core@1.5.0",
]);

api.use([
Expand Down

0 comments on commit 5fd8e40

Please sign in to comment.