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

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdumper committed Apr 2, 2019
1 parent ff2c201 commit 72e1603
Show file tree
Hide file tree
Showing 30 changed files with 159 additions and 38 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,28 @@
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)
# [0.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

**Note:** Version bump only for package emeralt

### 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.10.0...v) (2019-04-02)


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

* fix empty publish ([ff2c201](https://github.com/emeralt/emeralt/commit/ff2c201)) ( Ilya Atamas)

### docs

* add database-cloud-datastore to readme ([a5d5040](https://github.com/emeralt/emeralt/commit/a5d5040)) ( Ilya Atamas)



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


### chore
Expand Down
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.10.0",
"version": "0.11.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.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

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





# [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
Expand Down
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.10.0",
"version": "0.11.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.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

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





# [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
Expand Down
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.10.0",
"version": "0.11.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.10.0"
"@emeralt/types": "^0.11.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.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

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





# [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
Expand Down
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.10.0",
"version": "0.11.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.10.0",
"@emeralt/database-localfs": "^0.10.0",
"@emeralt/server": "^0.10.0",
"@emeralt/storage-localfs": "^0.10.0",
"@emeralt/auth-inmemory": "^0.11.0",
"@emeralt/database-localfs": "^0.11.0",
"@emeralt/server": "^0.11.0",
"@emeralt/storage-localfs": "^0.11.0",
"chalk": "^2.4.2"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-database-cloud-datastore/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.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

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





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


Expand Down
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.10.0",
"version": "0.11.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.10.0"
"@emeralt/types": "^0.11.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.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

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





# [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
Expand Down
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.10.0",
"version": "0.11.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.10.0"
"@emeralt/types": "^0.11.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.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

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





# [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
Expand Down
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.10.0",
"version": "0.11.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.10.0"
"@emeralt/types": "^0.11.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.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

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





# [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
Expand Down
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.10.0",
"version": "0.11.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.10.0",
"@emeralt/types": "^0.11.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.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

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





# [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
Expand Down
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.10.0",
"version": "0.11.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.10.0",
"@emeralt/types": "^0.11.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.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

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





# [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
Expand Down
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.10.0",
"version": "0.11.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"ioredis": "^4.6.2"
},
"devDependencies": {
"@emeralt/types": "^0.10.0",
"@emeralt/types": "^0.11.0",
"@types/ioredis": "^4.0.6"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-server/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.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

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





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


Expand Down
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.10.0",
"version": "0.11.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.10.0",
"@emeralt/database-inmemory": "^0.10.0",
"@emeralt/storage-inmemory": "^0.10.0",
"@emeralt/types": "^0.10.0",
"@emeralt/auth-inmemory": "^0.11.0",
"@emeralt/database-inmemory": "^0.11.0",
"@emeralt/storage-inmemory": "^0.11.0",
"@emeralt/types": "^0.11.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.11.0](https://github.com/emeralt/emeralt/compare/v0.10.0...v0.11.0) (2019-04-02)

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





# [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
Expand Down
4 changes: 2 additions & 2 deletions packages/emeralt-storage-gcs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/storage-gcs",
"version": "0.10.0",
"version": "0.11.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,6 +22,6 @@
"@google-cloud/storage": "^2.3.4"
},
"devDependencies": {
"@emeralt/types": "^0.10.0"
"@emeralt/types": "^0.11.0"
}
}
Loading

0 comments on commit 72e1603

Please sign in to comment.