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

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdumper committed Mar 26, 2019
1 parent 3591693 commit f402477
Show file tree
Hide file tree
Showing 28 changed files with 151 additions and 33 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Version [](https://github.com/emeralt/emeralt/compare/v0.8.0...v) (2019-03-22)
# Version [](https://github.com/emeralt/emeralt/compare/v0.8.0...v) (2019-03-26)


### chore

* update lerna config, enable conventional changelog ([c3bcc86](https://github.com/emeralt/emeralt/commit/c3bcc86)) ( stackdumper)
* bump @types/node from 11.11.5 to 11.11.6 (#115) ([77041ba](https://github.com/emeralt/emeralt/commit/77041ba)), closes [#115](https://github.com/emeralt/emeralt/issues/115) (dependabot[bot])
* bump @types/node from 11.11.6 to 11.11.7 (#119) ([f3d9b32](https://github.com/emeralt/emeralt/commit/f3d9b32)), closes [#119](https://github.com/emeralt/emeralt/issues/119) (dependabot[bot])
* bump @types/ramda from 0.26.4 to 0.26.5 (#117) ([fe83fe6](https://github.com/emeralt/emeralt/commit/fe83fe6)), closes [#117](https://github.com/emeralt/emeralt/issues/117) (dependabot[bot])
* bump ava from 1.3.1 to 1.4.0 (#116) ([8c44380](https://github.com/emeralt/emeralt/commit/8c44380)), closes [#116](https://github.com/emeralt/emeralt/issues/116) (dependabot[bot])
* bump ioredis from 4.6.2 to 4.9.0 (#118) ([fe1ef1b](https://github.com/emeralt/emeralt/commit/fe1ef1b)), closes [#118](https://github.com/emeralt/emeralt/issues/118) (dependabot[bot])
* bump mongodb from 3.2.1 to 3.2.2 (#114) ([328e761](https://github.com/emeralt/emeralt/commit/328e761)), closes [#114](https://github.com/emeralt/emeralt/issues/114) (dependabot[bot])
* update lerna config, enable conventional changelog ([4775c9e](https://github.com/emeralt/emeralt/commit/4775c9e)) ( stackdumper)

### refactor

* remake storage plugins to use streams (#113) ([d8df81a](https://github.com/emeralt/emeralt/commit/d8df81a)), closes [#113](https://github.com/emeralt/emeralt/issues/113) (Ilya Atamas)

### test

* extend tests for cli and auth-inmemory ([3591693](https://github.com/emeralt/emeralt/commit/3591693)) ( Ilya Atamas)



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.8.0",
"version": "0.9.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
@@ -0,0 +1,8 @@
# Change Log

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

# [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.8.0",
"version": "0.9.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
@@ -0,0 +1,8 @@
# Change Log

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

# [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.8.0",
"version": "0.9.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.8.0"
"@emeralt/types": "^0.9.0"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [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.8.0",
"version": "0.9.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.8.0",
"@emeralt/database-localfs": "^0.8.0",
"@emeralt/server": "^0.8.0",
"@emeralt/storage-localfs": "^0.8.0",
"@emeralt/auth-inmemory": "^0.9.0",
"@emeralt/database-localfs": "^0.9.0",
"@emeralt/server": "^0.9.0",
"@emeralt/storage-localfs": "^0.9.0",
"chalk": "^2.4.2"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-database-cloud-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [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.8.0",
"version": "0.9.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.8.0"
"@emeralt/types": "^0.9.0"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-database-inmemory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [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.8.0",
"version": "0.9.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.8.0"
"@emeralt/types": "^0.9.0"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-database-localfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [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.8.0",
"version": "0.9.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.8.0",
"@emeralt/types": "^0.9.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
@@ -0,0 +1,8 @@
# Change Log

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

# [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.8.0",
"version": "0.9.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.8.0",
"@emeralt/types": "^0.9.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
@@ -0,0 +1,8 @@
# Change Log

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

# [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.8.0",
"version": "0.9.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"ioredis": "^4.6.2"
},
"devDependencies": {
"@emeralt/types": "^0.8.0",
"@emeralt/types": "^0.9.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
@@ -0,0 +1,8 @@
# Change Log

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

# [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.8.0",
"version": "0.9.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.8.0",
"@emeralt/database-inmemory": "^0.8.0",
"@emeralt/storage-inmemory": "^0.8.0",
"@emeralt/types": "^0.8.0",
"@emeralt/auth-inmemory": "^0.9.0",
"@emeralt/database-inmemory": "^0.9.0",
"@emeralt/storage-inmemory": "^0.9.0",
"@emeralt/types": "^0.9.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
@@ -0,0 +1,8 @@
# Change Log

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

# [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
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.8.0",
"version": "0.9.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.8.0"
"@emeralt/types": "^0.9.0"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-storage-inmemory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [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-inmemory
4 changes: 2 additions & 2 deletions packages/emeralt-storage-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/storage-inmemory",
"version": "0.8.0",
"version": "0.9.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"ramda": "^0.26.1"
},
"devDependencies": {
"@emeralt/types": "^0.8.0",
"@emeralt/types": "^0.9.0",
"@types/ramda": "^0.26.3"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-storage-localfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [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-localfs
4 changes: 2 additions & 2 deletions packages/emeralt-storage-localfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/storage-localfs",
"version": "0.8.0",
"version": "0.9.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"fs-extra": "^7.0.1"
},
"devDependencies": {
"@emeralt/types": "^0.8.0",
"@emeralt/types": "^0.9.0",
"@types/fs-extra": "^5.0.4"
}
}
8 changes: 8 additions & 0 deletions packages/emeralt-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [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/types
2 changes: 1 addition & 1 deletion packages/emeralt-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/types",
"version": "0.8.0",
"version": "0.9.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit f402477

Please sign in to comment.