Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @atlas.js/atlas@2.2.0-alpha.5
 - @atlas.js/aws@2.1.0-alpha.5
 - @atlas.js/braintree@2.1.0-alpha.5
 - @atlas.js/cli@1.2.0-alpha.5
 - @atlas.js/firebase@2.1.0-alpha.5
 - @atlas.js/generator-atlas@2.3.0-alpha.5
 - @atlas.js/koa@3.2.0-alpha.6
 - @atlas.js/mongoose@3.2.0-alpha.5
 - @atlas.js/nodemailer@2.1.0-alpha.6
 - @atlas.js/objection@2.2.0-alpha.7
 - @atlas.js/repl@2.1.0-alpha.5
 - @atlas.js/sequelize@2.1.0-alpha.6
 - @atlas.js/templates@1.1.0-alpha.5
  • Loading branch information
robertrossmann committed Jan 16, 2019
1 parent 26c77c3 commit 8b27d87
Show file tree
Hide file tree
Showing 26 changed files with 137 additions and 24 deletions.
11 changes: 11 additions & 0 deletions packages/atlas/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0-alpha.5](https://github.com/strvcom/atlas.js/compare/@atlas.js/atlas@2.2.0-alpha.4...@atlas.js/atlas@2.2.0-alpha.5) (2019-01-16)


### Bug Fixes

* **atlas:** do not depend on named exports order when iterating services ([d75862b](https://github.com/strvcom/atlas.js/commit/d75862b))





<a name="2.1.0"></a>
# [2.1.0](https://github.com/strvcom/atlas.js/compare/@atlas.js/atlas@2.0.0...@atlas.js/atlas@2.1.0) (2018-07-12)

Expand Down
2 changes: 1 addition & 1 deletion packages/atlas/package.json
@@ -1,7 +1,7 @@
{
"name": "@atlas.js/atlas",
"description": "A component-based Node.js library to reduce boilerplate and provide sane project structure 馃嵒",
"version": "2.2.0-alpha.4",
"version": "2.2.0-alpha.5",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/aws/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-alpha.5](https://github.com/strvcom/atlas.js/compare/@atlas.js/aws@2.1.0-alpha.4...@atlas.js/aws@2.1.0-alpha.5) (2019-01-16)

**Note:** Version bump only for package @atlas.js/aws





<a name="2.0.2"></a>
## [2.0.2](https://github.com/strvcom/atlas.js/compare/@atlas.js/aws@2.0.1...@atlas.js/aws@2.0.2) (2018-07-16)

Expand Down
4 changes: 2 additions & 2 deletions packages/aws/package.json
@@ -1,7 +1,7 @@
{
"name": "@atlas.js/aws",
"description": "AWS SDK service for @atlas.js",
"version": "2.1.0-alpha.4",
"version": "2.1.0-alpha.5",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
Expand All @@ -11,7 +11,7 @@
"lodash": "^4.17.4"
},
"devDependencies": {
"@atlas.js/atlas": "^2.2.0-alpha.4"
"@atlas.js/atlas": "^2.2.0-alpha.5"
},
"engines": {
"node": ">=8.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/braintree/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-alpha.5](https://github.com/strvcom/atlas.js/compare/@atlas.js/braintree@2.1.0-alpha.4...@atlas.js/braintree@2.1.0-alpha.5) (2019-01-16)

**Note:** Version bump only for package @atlas.js/braintree





<a name="2.0.1"></a>
## [2.0.1](https://github.com/strvcom/atlas.js/compare/@atlas.js/braintree@2.0.0...@atlas.js/braintree@2.0.1) (2018-07-12)

Expand Down
4 changes: 2 additions & 2 deletions packages/braintree/package.json
@@ -1,7 +1,7 @@
{
"name": "@atlas.js/braintree",
"description": "Braintree client as a component for @atlas.js",
"version": "2.1.0-alpha.4",
"version": "2.1.0-alpha.5",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
Expand All @@ -10,7 +10,7 @@
"braintree": "^2.2.0"
},
"devDependencies": {
"@atlas.js/atlas": "^2.2.0-alpha.4"
"@atlas.js/atlas": "^2.2.0-alpha.5"
},
"engines": {
"node": ">=8.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.5](https://github.com/strvcom/atlas.js/compare/@atlas.js/cli@1.2.0-alpha.4...@atlas.js/cli@1.2.0-alpha.5) (2019-01-16)

**Note:** Version bump only for package @atlas.js/cli





<a name="1.1.0"></a>
# [1.1.0](https://github.com/strvcom/atlas.js/compare/@atlas.js/cli@1.0.0...@atlas.js/cli@1.1.0) (2018-07-16)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,15 +1,15 @@
{
"name": "@atlas.js/cli",
"description": "CLI interface for @atlas.js",
"version": "1.2.0-alpha.4",
"version": "1.2.0-alpha.5",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bin": {
"atlas": "src/bin/atlas.js"
},
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
"dependencies": {
"@atlas.js/repl": "^2.1.0-alpha.4",
"@atlas.js/repl": "^2.1.0-alpha.5",
"caporal": "^0.10.0",
"source-map-support": "^0.5.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/firebase/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-alpha.5](https://github.com/strvcom/atlas.js/compare/@atlas.js/firebase@2.1.0-alpha.4...@atlas.js/firebase@2.1.0-alpha.5) (2019-01-16)

**Note:** Version bump only for package @atlas.js/firebase





<a name="2.0.2"></a>
## [2.0.2](https://github.com/strvcom/atlas.js/compare/@atlas.js/firebase@2.0.1...@atlas.js/firebase@2.0.2) (2018-07-16)

Expand Down
4 changes: 2 additions & 2 deletions packages/firebase/package.json
@@ -1,7 +1,7 @@
{
"name": "@atlas.js/firebase",
"description": "A Firebase-admin service for @atlas.js",
"version": "2.1.0-alpha.4",
"version": "2.1.0-alpha.5",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
Expand All @@ -10,7 +10,7 @@
"firebase-admin": "^6.2.0"
},
"devDependencies": {
"@atlas.js/atlas": "^2.2.0-alpha.4"
"@atlas.js/atlas": "^2.2.0-alpha.5"
},
"engines": {
"node": ">=8.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/generator/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0-alpha.5](https://github.com/strvcom/atlas.js/compare/@atlas.js/generator-atlas@2.3.0-alpha.4...@atlas.js/generator-atlas@2.3.0-alpha.5) (2019-01-16)


### Bug Fixes

* **atlas:** do not depend on named exports order when iterating services ([d75862b](https://github.com/strvcom/atlas.js/commit/d75862b))





<a name="2.2.1"></a>
## [2.2.1](https://github.com/strvcom/atlas.js/compare/@atlas.js/generator-atlas@2.2.0...@atlas.js/generator-atlas@2.2.1) (2018-07-17)

Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
@@ -1,7 +1,7 @@
{
"name": "@atlas.js/generator-atlas",
"description": "Yeoman generator for Atlas.js library",
"version": "2.3.0-alpha.4",
"version": "2.3.0-alpha.5",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
Expand Down
11 changes: 11 additions & 0 deletions packages/koa/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0-alpha.6](https://github.com/strvcom/atlas.js/compare/@atlas.js/koa@3.2.0-alpha.5...@atlas.js/koa@3.2.0-alpha.6) (2019-01-16)


### Bug Fixes

* **koa:** do not depend on named exports order when iterating middleware ([d28b2d9](https://github.com/strvcom/atlas.js/commit/d28b2d9))





<a name="3.1.1"></a>
## [3.1.1](https://github.com/strvcom/atlas.js/compare/@atlas.js/koa@3.1.0...@atlas.js/koa@3.1.1) (2018-07-16)

Expand Down
4 changes: 2 additions & 2 deletions packages/koa/package.json
@@ -1,7 +1,7 @@
{
"name": "@atlas.js/koa",
"description": "Koa.js service for @atlas.js",
"version": "3.2.0-alpha.5",
"version": "3.2.0-alpha.6",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
Expand All @@ -16,7 +16,7 @@
"koa-websocket": "^5.0.1"
},
"devDependencies": {
"@atlas.js/atlas": "^2.2.0-alpha.4"
"@atlas.js/atlas": "^2.2.0-alpha.5"
},
"engines": {
"node": ">=8.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/mongoose/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0-alpha.5](https://github.com/strvcom/atlas.js/compare/@atlas.js/mongoose@3.2.0-alpha.4...@atlas.js/mongoose@3.2.0-alpha.5) (2019-01-16)

**Note:** Version bump only for package @atlas.js/mongoose





<a name="3.1.0"></a>
# [3.1.0](https://github.com/strvcom/atlas.js/compare/@atlas.js/mongoose@3.0.2...@atlas.js/mongoose@3.1.0) (2018-07-17)

Expand Down
4 changes: 2 additions & 2 deletions packages/mongoose/package.json
@@ -1,7 +1,7 @@
{
"name": "@atlas.js/mongoose",
"description": "Mongoose service for @atlas.js",
"version": "3.2.0-alpha.4",
"version": "3.2.0-alpha.5",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
Expand All @@ -12,7 +12,7 @@
"mongoose": "^5.0.0"
},
"devDependencies": {
"@atlas.js/atlas": "^2.2.0-alpha.4",
"@atlas.js/atlas": "^2.2.0-alpha.5",
"@types/mongoose": "^5.0.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nodemailer/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-alpha.6](https://github.com/strvcom/atlas.js/compare/@atlas.js/nodemailer@2.1.0-alpha.5...@atlas.js/nodemailer@2.1.0-alpha.6) (2019-01-16)

**Note:** Version bump only for package @atlas.js/nodemailer





<a name="2.0.1"></a>
## [2.0.1](https://github.com/strvcom/atlas.js/compare/@atlas.js/nodemailer@2.0.0...@atlas.js/nodemailer@2.0.1) (2018-07-12)

Expand Down
4 changes: 2 additions & 2 deletions packages/nodemailer/package.json
@@ -1,7 +1,7 @@
{
"name": "@atlas.js/nodemailer",
"description": "A nodemailer-based mailing service for @atlas.js",
"version": "2.1.0-alpha.5",
"version": "2.1.0-alpha.6",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
Expand All @@ -10,7 +10,7 @@
"nodemailer": "^4.0.1"
},
"devDependencies": {
"@atlas.js/atlas": "^2.2.0-alpha.4",
"@atlas.js/atlas": "^2.2.0-alpha.5",
"@types/nodemailer": "^4.0.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/objection/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0-alpha.7](https://github.com/strvcom/atlas.js/compare/@atlas.js/objection@2.2.0-alpha.6...@atlas.js/objection@2.2.0-alpha.7) (2019-01-16)

**Note:** Version bump only for package @atlas.js/objection





# [2.2.0-alpha.6](https://github.com/strvcom/atlas.js/compare/@atlas.js/objection@2.2.0-alpha.5...@atlas.js/objection@2.2.0-alpha.6) (2019-01-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/objection/package.json
@@ -1,7 +1,7 @@
{
"name": "@atlas.js/objection",
"description": "Objection.js service for @atlas.js",
"version": "2.2.0-alpha.6",
"version": "2.2.0-alpha.7",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
Expand All @@ -16,7 +16,7 @@
"umzug": "^2.0.0"
},
"devDependencies": {
"@atlas.js/atlas": "^2.2.0-alpha.4",
"@atlas.js/atlas": "^2.2.0-alpha.5",
"sqlite3": "^4.0.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/repl/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-alpha.5](https://github.com/strvcom/atlas.js/compare/@atlas.js/repl@2.1.0-alpha.4...@atlas.js/repl@2.1.0-alpha.5) (2019-01-16)

**Note:** Version bump only for package @atlas.js/repl





<a name="2.0.2"></a>
## [2.0.2](https://github.com/strvcom/atlas.js/compare/@atlas.js/repl@2.0.1...@atlas.js/repl@2.0.2) (2018-07-16)

Expand Down
4 changes: 2 additions & 2 deletions packages/repl/package.json
@@ -1,7 +1,7 @@
{
"name": "@atlas.js/repl",
"description": "A REPL action to drop into interactive shell for @atlas.js",
"version": "2.1.0-alpha.4",
"version": "2.1.0-alpha.5",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
Expand All @@ -10,7 +10,7 @@
"promisified-core": "^1.0.0"
},
"devDependencies": {
"@atlas.js/atlas": "^2.2.0-alpha.4"
"@atlas.js/atlas": "^2.2.0-alpha.5"
},
"engines": {
"node": ">=8.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/sequelize/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-alpha.6](https://github.com/strvcom/atlas.js/compare/@atlas.js/sequelize@2.1.0-alpha.5...@atlas.js/sequelize@2.1.0-alpha.6) (2019-01-16)

**Note:** Version bump only for package @atlas.js/sequelize





<a name="2.0.1"></a>
## [2.0.1](https://github.com/strvcom/atlas.js/compare/@atlas.js/sequelize@2.0.0...@atlas.js/sequelize@2.0.1) (2018-07-12)

Expand Down
4 changes: 2 additions & 2 deletions packages/sequelize/package.json
@@ -1,7 +1,7 @@
{
"name": "@atlas.js/sequelize",
"description": "Sequelize service for @atlas.js",
"version": "2.1.0-alpha.5",
"version": "2.1.0-alpha.6",
"author": "Robert Rossmann <robert.rossmann@strv.com>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
Expand All @@ -15,7 +15,7 @@
"umzug": "^2.0.0"
},
"devDependencies": {
"@atlas.js/atlas": "^2.2.0-alpha.4",
"@atlas.js/atlas": "^2.2.0-alpha.5",
"sqlite3": "^4.0.0"
},
"engines": {
Expand Down

0 comments on commit 8b27d87

Please sign in to comment.