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

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdumper committed Apr 6, 2019
1 parent 5708e10 commit 81b8f98
Show file tree
Hide file tree
Showing 30 changed files with 160 additions and 38 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Change Log
# Version [](https://github.com/emeralt/emeralt/compare/v0.11.0...v) (2019-04-06)

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)
### chore

* bump @google-cloud/storage from 2.4.3 to 2.5.0 (#131) ([d21380b](https://github.com/emeralt/emeralt/commit/d21380b)), closes [#131](https://github.com/emeralt/emeralt/issues/131) (dependabot[bot])
* bump @types/node-fetch from 2.1.7 to 2.3.0 (#130) ([77af32d](https://github.com/emeralt/emeralt/commit/77af32d)), closes [#130](https://github.com/emeralt/emeralt/issues/130) (dependabot[bot])
* bump @types/ramda from 0.26.5 to 0.26.6 (#129) ([38c1c37](https://github.com/emeralt/emeralt/commit/38c1c37)), closes [#129](https://github.com/emeralt/emeralt/issues/129) (dependabot[bot])
* move changelog hook to version ([5708e10](https://github.com/emeralt/emeralt/commit/5708e10)) ( Ilya Atamas)



# Version [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

### ci

Expand Down Expand Up @@ -510,3 +516,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline


## 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.11.0",
"version": "0.12.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.12.0](https://github.com/emeralt/emeralt/compare/v0.11.0...v0.12.0) (2019-04-06)

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





# [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
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.11.0",
"version": "0.12.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.12.0](https://github.com/emeralt/emeralt/compare/v0.11.0...v0.12.0) (2019-04-06)

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





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

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





# [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
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.11.0",
"version": "0.12.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.11.0",
"@emeralt/database-localfs": "^0.11.0",
"@emeralt/server": "^0.11.0",
"@emeralt/storage-localfs": "^0.11.0",
"@emeralt/auth-inmemory": "^0.12.0",
"@emeralt/database-localfs": "^0.12.0",
"@emeralt/server": "^0.12.0",
"@emeralt/storage-localfs": "^0.12.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.12.0](https://github.com/emeralt/emeralt/compare/v0.11.0...v0.12.0) (2019-04-06)

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





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

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





# [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
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.11.0",
"version": "0.12.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.11.0"
"@emeralt/types": "^0.12.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.12.0](https://github.com/emeralt/emeralt/compare/v0.11.0...v0.12.0) (2019-04-06)

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





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

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





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

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





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

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





# [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
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.11.0",
"version": "0.12.0",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"ioredis": "^4.6.2"
},
"devDependencies": {
"@emeralt/types": "^0.11.0",
"@emeralt/types": "^0.12.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.12.0](https://github.com/emeralt/emeralt/compare/v0.11.0...v0.12.0) (2019-04-06)

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





# [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
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.11.0",
"version": "0.12.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.11.0",
"@emeralt/database-inmemory": "^0.11.0",
"@emeralt/storage-inmemory": "^0.11.0",
"@emeralt/types": "^0.11.0",
"@emeralt/auth-inmemory": "^0.12.0",
"@emeralt/database-inmemory": "^0.12.0",
"@emeralt/storage-inmemory": "^0.12.0",
"@emeralt/types": "^0.12.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.12.0](https://github.com/emeralt/emeralt/compare/v0.11.0...v0.12.0) (2019-04-06)

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





# [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
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.11.0",
"version": "0.12.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.11.0"
"@emeralt/types": "^0.12.0"
}
}
Loading

0 comments on commit 81b8f98

Please sign in to comment.