Skip to content

Commit

Permalink
Merge pull request #3 from meteor-space/develop
Browse files Browse the repository at this point in the history
Release/0.2.0
  • Loading branch information
Darko Mijić committed Jan 30, 2016
2 parents f7635f7 + 722ca6d commit 484c93a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 30 deletions.
7 changes: 3 additions & 4 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
local-test:space:vo-i18n@0.1.0
local-test:space:vo-i18n@0.2.0
[email protected]
[email protected]
[email protected]
Expand All @@ -44,11 +44,10 @@ [email protected]
[email protected]
[email protected]
space:[email protected]
space:domain@0.1.0
space:domain@0.2.1
space:[email protected]
space:[email protected]
space:[email protected]
space:[email protected]
space:[email protected]
[email protected]
[email protected]
[email protected]
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
=========

### 0.2.0
Version bump space:domain dependency

### 0.1.0
First release of the Javascript port of `Language` and `Country` value objects.
23 changes: 1 addition & 22 deletions git-packages.json
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
{
"space:base": {
"git":"https://github.com/meteor-space/base.git",
"version": "89534cec7275ea0f50c0de88f84bba9216be86c6"
},
"space:messaging": {
"git":"https://github.com/meteor-space/messaging.git",
"version": "bbaf57c511f7230c662d2ea4473b056148c82787"
},
"space:domain": {
"git":"https://github.com/meteor-space/domain.git",
"version": "c3915404196c201b3db69effb844b16bc1ceb74a"
},
"space:testing": {
"git":"https://github.com/meteor-space/testing.git",
"version": "53f24417c325500e1b836b88d5f03a17b2d97585"
},
"space:testing-messaging": {
"git":"https://github.com/meteor-space/testing-messaging.git",
"version": "81aee53c36b724818f1581572c1206c19d776ae9"
}
}
{}
7 changes: 3 additions & 4 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name: 'space:vo-i18n',
summary: 'Value Objects for i18n domains.',
version: '0.1.0',
version: '0.2.0',
git: 'https://github.com/meteor-space/vo-i18n.git',
documentation: 'README.md'
});
Expand All @@ -14,7 +14,7 @@ Package.onUse(function(api) {
api.use([
'check',
'ecmascript',
'space:domain@0.1.0'
'space:domain@0.2.1'
]);

api.addFiles([
Expand All @@ -35,8 +35,7 @@ Package.onTest(function(api) {
'ejson',
'space:vo-i18n',
'practicalmeteor:[email protected]',
'space:[email protected]',
'space:[email protected]'
'space:[email protected]'
]);

api.addFiles([
Expand Down

0 comments on commit 484c93a

Please sign in to comment.