Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdumper committed Apr 2, 2019
1 parent d4b96d4 commit 27dff50
Show file tree
Hide file tree
Showing 30 changed files with 195 additions and 37 deletions.
45 changes: 41 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)


### Features

* **server:** make initial healthcheck optional, update readme ([91de6db](https://github.com/emeralt/emeralt/commit/91de6db))
* add @emeralt/database-cloud-datastore ([#125](https://github.com/emeralt/emeralt/issues/125)) ([7866ee3](https://github.com/emeralt/emeralt/commit/7866ee3))





# Version [](https://github.com/emeralt/emeralt/compare/v0.9.0...v) (2019-04-02)


### chore

* bump @types/node from 11.11.7 to 11.12.0 (#122) ([70076ee](https://github.com/emeralt/emeralt/commit/70076ee)), closes [#122](https://github.com/emeralt/emeralt/issues/122) (dependabot[bot])
* bump @types/node from 11.12.0 to 11.12.2 (#126) ([67b1ae3](https://github.com/emeralt/emeralt/commit/67b1ae3)), closes [#126](https://github.com/emeralt/emeralt/issues/126) (dependabot[bot])
* bump @types/node from 11.12.2 to 11.13.0 (#128) ([d4b96d4](https://github.com/emeralt/emeralt/commit/d4b96d4)), closes [#128](https://github.com/emeralt/emeralt/issues/128) (dependabot[bot])
* bump ava from 1.4.0 to 1.4.1 (#123) ([fb7954f](https://github.com/emeralt/emeralt/commit/fb7954f)), closes [#123](https://github.com/emeralt/emeralt/issues/123) (dependabot[bot])
* bump typescript from 3.3.4000 to 3.4.1 (#127) ([bc143b6](https://github.com/emeralt/emeralt/commit/bc143b6)), closes [#127](https://github.com/emeralt/emeralt/issues/127) (dependabot[bot])
* move changelog script to preversion hook ([1402a42](https://github.com/emeralt/emeralt/commit/1402a42)) ( Ilya Atamas)
* move server types from @emeralt/types to @emeralt/server ([4a9db21](https://github.com/emeralt/emeralt/commit/4a9db21)) ( Ilya Atamas)
* update changelog ([0a49e42](https://github.com/emeralt/emeralt/commit/0a49e42)) (Ilya Atamas)

### ci

* exclude datastore from coverage ([418942d](https://github.com/emeralt/emeralt/commit/418942d)) ( Ilya Atamas)

### feat

* add @emeralt/database-cloud-datastore (#125) ([7866ee3](https://github.com/emeralt/emeralt/commit/7866ee3)), closes [#125](https://github.com/emeralt/emeralt/issues/125) (Ilya Atamas)



# Version [0.9.0](https://github.com/emeralt/emeralt/compare/v0.8.0...v0.9.0) (2019-03-26)


Expand Down Expand Up @@ -467,7 +508,3 @@


## Version 0.0.2 (2018-12-22)




2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "0.9.0",
"version": "0.10.0",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
8 changes: 8 additions & 0 deletions packages/emeralt-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)

**Note:** Version bump only for package @emeralt/assets





# [0.9.0](https://github.com/emeralt/emeralt/compare/v0.8.0...v0.9.0) (2019-03-26)

**Note:** Version bump only for package @emeralt/assets
2 changes: 1 addition & 1 deletion packages/emeralt-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/assets",
"version": "0.9.0",
"version": "0.10.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/emeralt-auth-inmemory/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)

**Note:** Version bump only for package @emeralt/auth-inmemory





# [0.9.0](https://github.com/emeralt/emeralt/compare/v0.8.0...v0.9.0) (2019-03-26)

**Note:** Version bump only for package @emeralt/auth-inmemory
4 changes: 2 additions & 2 deletions packages/emeralt-auth-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/auth-inmemory",
"version": "0.9.0",
"version": "0.10.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.9.0"
"@emeralt/types": "^0.10.0"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)

**Note:** Version bump only for package @emeralt/cli





# [0.9.0](https://github.com/emeralt/emeralt/compare/v0.8.0...v0.9.0) (2019-03-26)

**Note:** Version bump only for package @emeralt/cli
10 changes: 5 additions & 5 deletions packages/emeralt-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/cli",
"version": "0.9.0",
"version": "0.10.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -23,10 +23,10 @@
"start": "node build/index.js"
},
"dependencies": {
"@emeralt/auth-inmemory": "^0.9.0",
"@emeralt/database-localfs": "^0.9.0",
"@emeralt/server": "^0.9.0",
"@emeralt/storage-localfs": "^0.9.0",
"@emeralt/auth-inmemory": "^0.10.0",
"@emeralt/database-localfs": "^0.10.0",
"@emeralt/server": "^0.10.0",
"@emeralt/storage-localfs": "^0.10.0",
"chalk": "^2.4.2"
}
}
11 changes: 11 additions & 0 deletions packages/emeralt-database-cloud-datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)


### Features

* add @emeralt/database-cloud-datastore ([#125](https://github.com/emeralt/emeralt/issues/125)) ([7866ee3](https://github.com/emeralt/emeralt/commit/7866ee3))
4 changes: 2 additions & 2 deletions packages/emeralt-database-cloud-datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/database-cloud-datastore",
"version": "0.9.0",
"version": "0.10.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.9.0"
"@emeralt/types": "^0.10.0"
},
"dependencies": {
"@google-cloud/datastore": "^3.1.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/emeralt-database-cloud-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)

**Note:** Version bump only for package @emeralt/database-cloud-firestore





# [0.9.0](https://github.com/emeralt/emeralt/compare/v0.8.0...v0.9.0) (2019-03-26)

**Note:** Version bump only for package @emeralt/database-cloud-firestore
4 changes: 2 additions & 2 deletions packages/emeralt-database-cloud-firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/database-cloud-firestore",
"version": "0.9.0",
"version": "0.10.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,6 +22,6 @@
"@google-cloud/firestore": "^1.0.1"
},
"devDependencies": {
"@emeralt/types": "^0.9.0"
"@emeralt/types": "^0.10.0"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-database-inmemory/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)

**Note:** Version bump only for package @emeralt/database-inmemory





# [0.9.0](https://github.com/emeralt/emeralt/compare/v0.8.0...v0.9.0) (2019-03-26)

**Note:** Version bump only for package @emeralt/database-inmemory
4 changes: 2 additions & 2 deletions packages/emeralt-database-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/database-inmemory",
"version": "0.9.0",
"version": "0.10.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.9.0"
"@emeralt/types": "^0.10.0"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-database-localfs/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)

**Note:** Version bump only for package @emeralt/database-localfs





# [0.9.0](https://github.com/emeralt/emeralt/compare/v0.8.0...v0.9.0) (2019-03-26)

**Note:** Version bump only for package @emeralt/database-localfs
4 changes: 2 additions & 2 deletions packages/emeralt-database-localfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/database-localfs",
"version": "0.9.0",
"version": "0.10.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.9.0",
"@emeralt/types": "^0.10.0",
"@types/fs-extra": "^5.0.5"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/emeralt-database-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)

**Note:** Version bump only for package @emeralt/database-mongodb





# [0.9.0](https://github.com/emeralt/emeralt/compare/v0.8.0...v0.9.0) (2019-03-26)

**Note:** Version bump only for package @emeralt/database-mongodb
4 changes: 2 additions & 2 deletions packages/emeralt-database-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/database-mongodb",
"version": "0.9.0",
"version": "0.10.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.9.0",
"@emeralt/types": "^0.10.0",
"@types/mongodb": "^3.1.20"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/emeralt-database-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)

**Note:** Version bump only for package @emeralt/database-redis





# [0.9.0](https://github.com/emeralt/emeralt/compare/v0.8.0...v0.9.0) (2019-03-26)

**Note:** Version bump only for package @emeralt/database-redis
4 changes: 2 additions & 2 deletions packages/emeralt-database-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/database-redis",
"version": "0.9.0",
"version": "0.10.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"ioredis": "^4.6.2"
},
"devDependencies": {
"@emeralt/types": "^0.9.0",
"@emeralt/types": "^0.10.0",
"@types/ioredis": "^4.0.6"
}
}
11 changes: 11 additions & 0 deletions packages/emeralt-server/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)


### Features

* **server:** make initial healthcheck optional, update readme ([91de6db](https://github.com/emeralt/emeralt/commit/91de6db))





# [0.9.0](https://github.com/emeralt/emeralt/compare/v0.8.0...v0.9.0) (2019-03-26)

**Note:** Version bump only for package @emeralt/server
10 changes: 5 additions & 5 deletions packages/emeralt-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/server",
"version": "0.9.0",
"version": "0.10.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,10 +31,10 @@
"ssri": "^6.0.1"
},
"devDependencies": {
"@emeralt/auth-inmemory": "^0.9.0",
"@emeralt/database-inmemory": "^0.9.0",
"@emeralt/storage-inmemory": "^0.9.0",
"@emeralt/types": "^0.9.0",
"@emeralt/auth-inmemory": "^0.10.0",
"@emeralt/database-inmemory": "^0.10.0",
"@emeralt/storage-inmemory": "^0.10.0",
"@emeralt/types": "^0.10.0",
"@types/body-parser": "1.17.0",
"@types/express": "4.16.1",
"@types/jsonwebtoken": "8.3.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/emeralt-storage-gcs/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.10.0](https://github.com/emeralt/emeralt/compare/v0.9.0...v0.10.0) (2019-04-02)

**Note:** Version bump only for package @emeralt/storage-gcs





# [0.9.0](https://github.com/emeralt/emeralt/compare/v0.8.0...v0.9.0) (2019-03-26)

**Note:** Version bump only for package @emeralt/storage-gcs
Loading

0 comments on commit 27dff50

Please sign in to comment.