-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
116 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,13 +77,13 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
vulcan:accounts@1.5.0 | ||
vulcan:core@1.5.0 | ||
vulcan:forms@1.5.0 | ||
vulcan:i18n@1.5.0 | ||
vulcan:i18n-en-us@1.5.0 | ||
vulcan:lib@1.5.0 | ||
vulcan:routing@1.5.0 | ||
vulcan:users@1.5.0 | ||
vulcan:accounts@1.6.0 | ||
vulcan:core@1.6.0 | ||
vulcan:forms@1.6.0 | ||
vulcan:i18n@1.6.0 | ||
vulcan:i18n-en-us@1.6.0 | ||
vulcan:lib@1.6.0 | ||
vulcan:routing@1.6.0 | ||
vulcan:users@1.6.0 | ||
[email protected] | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:admin", | ||
summary: "Vulcan components package", | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -14,7 +14,7 @@ Package.onUse(function (api) { | |
'fourseven:[email protected]', | ||
'dynamic-import', | ||
// Vulcan packages | ||
'vulcan:core@1.5.0', | ||
'vulcan:core@1.6.0', | ||
|
||
]); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:api", | ||
summary: "Vulcan API package", | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,9 +10,9 @@ Package.onUse(function (api) { | |
api.versionsFrom(['[email protected]']); | ||
|
||
api.use([ | ||
'vulcan:core@1.5.0', | ||
'vulcan:posts@1.5.0', | ||
'vulcan:comments@1.5.0' | ||
'vulcan:core@1.6.0', | ||
'vulcan:posts@1.6.0', | ||
'vulcan:comments@1.6.0' | ||
]); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:base-styles", | ||
summary: "Vulcan basic styles package", | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom(['[email protected]']); | ||
|
||
api.use([ | ||
'vulcan:core@1.5.0', | ||
'vulcan:core@1.6.0', | ||
'fourseven:[email protected]', | ||
]); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:categories", | ||
summary: "Vulcan tags package", | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: "https://github.com/TelescopeJS/telescope-tags.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function (api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'vulcan:core@1.5.0', | ||
'vulcan:posts@1.5.0', | ||
'vulcan:core@1.6.0', | ||
'vulcan:posts@1.6.0', | ||
]); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: 'vulcan:cloudinary', | ||
summary: 'Vulcan file upload package.', | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function (api) { | |
api.versionsFrom(['[email protected]']); | ||
|
||
api.use([ | ||
'vulcan:posts@1.5.0', | ||
'vulcan:core@1.5.0' | ||
'vulcan:posts@1.6.0', | ||
'vulcan:core@1.6.0' | ||
]); | ||
|
||
api.addFiles([ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:comments", | ||
summary: "Vulcan comments package", | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function (api) { | |
api.versionsFrom(['[email protected]']); | ||
|
||
api.use([ | ||
'vulcan:core@1.5.0', | ||
'vulcan:posts@1.5.0', | ||
'vulcan:core@1.6.0', | ||
'vulcan:posts@1.6.0', | ||
]); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:core", | ||
summary: "Vulcan core package", | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,14 +10,14 @@ Package.onUse(function(api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'vulcan:lib@1.5.0', | ||
'vulcan:i18n@1.5.0', | ||
'vulcan:users@1.5.0', | ||
'vulcan:routing@1.5.0' | ||
'vulcan:lib@1.6.0', | ||
'vulcan:i18n@1.6.0', | ||
'vulcan:users@1.6.0', | ||
'vulcan:routing@1.6.0' | ||
]); | ||
|
||
api.imply([ | ||
'vulcan:lib@1.5.0' | ||
'vulcan:lib@1.6.0' | ||
]); | ||
|
||
api.mainModule('lib/server/main.js', 'server'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:email-templates", | ||
summary: "Vulcan email templates package", | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,10 +10,10 @@ Package.onUse(function (api) { | |
api.versionsFrom(['[email protected]']); | ||
|
||
api.use([ | ||
'vulcan:core@1.5.0', | ||
'vulcan:posts@1.5.0', | ||
'vulcan:comments@1.5.0', | ||
'vulcan:email@1.5.0' | ||
'vulcan:core@1.6.0', | ||
'vulcan:posts@1.6.0', | ||
'vulcan:comments@1.6.0', | ||
'vulcan:email@1.6.0' | ||
]); | ||
|
||
api.addFiles([ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:email", | ||
summary: "Vulcan email package", | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom(['[email protected]']); | ||
|
||
api.use([ | ||
'vulcan:core@1.5.0' | ||
'vulcan:core@1.6.0' | ||
]); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:embedly", | ||
summary: "Vulcan Embedly module package", | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: 'https://github.com/TelescopeJS/telescope-embedly.git' | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse( function(api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'vulcan:core@1.5.0', | ||
'vulcan:posts@1.5.0', | ||
'vulcan:core@1.6.0', | ||
'vulcan:posts@1.6.0', | ||
'fourseven:[email protected]' | ||
]); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:events", | ||
summary: "Vulcan event tracking package", | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function(api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'vulcan:core@1.5.0', | ||
'vulcan:core@1.6.0', | ||
]); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:forms-tags", | ||
summary: "Vulcan tag input package", | ||
version: '1.5.0', | ||
version: '1.6.0', | ||
git: 'https://github.com/VulcanJS/Vulcan.git' | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse( function(api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'vulcan:core@1.5.0', | ||
'vulcan:forms@1.5.0' | ||
'vulcan:core@1.6.0', | ||
'vulcan:forms@1.6.0' | ||
]); | ||
|
||
api.mainModule("lib/export.js", ["client", "server"]); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:forms-upload", | ||
summary: "Vulcan package extending vulcan:forms to upload images to Cloudinary from a drop zone.", | ||
version: "1.5.0", | ||
version: "1.6.0", | ||
git: 'https://github.com/xavcz/nova-forms-upload.git' | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse( function(api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'vulcan:core@1.5.0', | ||
'vulcan:forms@1.5.0', | ||
'vulcan:core@1.6.0', | ||
'vulcan:forms@1.6.0', | ||
'fourseven:[email protected]' | ||
]); | ||
|
||
|
Oops, something went wrong.