Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Jun 6, 2019
1 parent 1296bcd commit 811fbb7
Show file tree
Hide file tree
Showing 24 changed files with 121 additions and 25 deletions.
8 changes: 8 additions & 0 deletions 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.1.0](https://github.com/base-cms/id-me/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package id-me
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/mongoose-plugins/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.1.0](https://github.com/base-cms/id-me/tree/master/packages/mongoose-plugins/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package @base-cms/id-me-mongoose-plugins
4 changes: 2 additions & 2 deletions packages/mongoose-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@base-cms/id-me-mongoose-plugins",
"version": "0.0.1",
"version": "0.1.0",
"description": "A collection of Mongoose plugins for ID|Me schemas.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
"repository": "https://github.com/base-cms/id-me/tree/master/packages/mongoose-plugins",
"license": "MIT",
"private": true,
"dependencies": {
"@base-cms/id-me-utils": "^0.0.1",
"@base-cms/id-me-utils": "^0.1.0",
"mongoose": "^5.5.11",
"validator": "^11.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/service-clients/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.1.0](https://github.com/base-cms/id-me/tree/master/packages/service-clients/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package @base-cms/id-me-service-clients
2 changes: 1 addition & 1 deletion packages/service-clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/id-me-service-clients",
"version": "0.0.1",
"version": "0.1.0",
"description": "The ID|Me service clients.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/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.1.0](https://github.com/base-cms/id-me/tree/master/packages/utils/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package @base-cms/id-me-utils
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/id-me-utils",
"version": "0.0.1",
"version": "0.1.0",
"description": "The ID|Me utility functions.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions services/application/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.1.0](https://github.com/base-cms/id-me/tree/master/services/application/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package @base-cms/id-me-application-service
8 changes: 4 additions & 4 deletions services/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/id-me-application-service",
"version": "0.0.1",
"version": "0.1.0",
"description": "The ID|Me application service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -13,9 +13,9 @@
},
"dependencies": {
"@base-cms/env": "^0.9.25",
"@base-cms/id-me-mongoose-plugins": "^0.0.1",
"@base-cms/id-me-service-clients": "^0.0.1",
"@base-cms/id-me-utils": "^0.0.1",
"@base-cms/id-me-mongoose-plugins": "^0.1.0",
"@base-cms/id-me-service-clients": "^0.1.0",
"@base-cms/id-me-utils": "^0.1.0",
"@base-cms/micro": "^0.9.28",
"@base-cms/utils": "^0.9.0",
"@newrelic/native-metrics": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions services/graphql/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.1.0](https://github.com/base-cms/id-me/tree/master/services/graphql/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package @base-cms/id-me-graphql-service
4 changes: 2 additions & 2 deletions services/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/id-me-graphql-service",
"version": "0.0.1",
"version": "0.1.0",
"description": "The ID|Me GraphQL API server.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@base-cms/env": "^0.9.25",
"@base-cms/id-me-service-clients": "^0.0.1",
"@base-cms/id-me-service-clients": "^0.1.0",
"@base-cms/utils": "^0.9.0",
"@godaddy/terminus": "^4.1.2",
"@newrelic/native-metrics": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions services/mailer/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.1.0](https://github.com/base-cms/id-me/tree/master/services/mailer/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package @base-cms/id-me-mailer-service
2 changes: 1 addition & 1 deletion services/mailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/id-me-mailer-service",
"version": "0.0.1",
"version": "0.1.0",
"description": "The ID|Me mailer service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions services/manage/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.1.0](https://github.com/base-cms/id-me/tree/master/services/manage/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package @base-cms/id-me-manage
2 changes: 1 addition & 1 deletion services/manage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/id-me-manage",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"description": "ID|Me manage application",
"repository": "https://github.com/base-cms/id-me/tree/master/services/manage",
Expand Down
8 changes: 8 additions & 0 deletions services/membership/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.1.0](https://github.com/base-cms/id-me/tree/master/services/membership/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package @base-cms/id-me-membership-service
8 changes: 4 additions & 4 deletions services/membership/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/id-me-membership-service",
"version": "0.0.1",
"version": "0.1.0",
"description": "The ID|Me organization membership service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -13,9 +13,9 @@
},
"dependencies": {
"@base-cms/env": "^0.9.25",
"@base-cms/id-me-mongoose-plugins": "^0.0.1",
"@base-cms/id-me-service-clients": "^0.0.1",
"@base-cms/id-me-utils": "^0.0.1",
"@base-cms/id-me-mongoose-plugins": "^0.1.0",
"@base-cms/id-me-service-clients": "^0.1.0",
"@base-cms/id-me-utils": "^0.1.0",
"@base-cms/micro": "^0.9.28",
"@base-cms/utils": "^0.9.0",
"@newrelic/native-metrics": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions services/organization/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.1.0](https://github.com/base-cms/id-me/tree/master/services/organization/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package @base-cms/id-me-organization-service
4 changes: 2 additions & 2 deletions services/organization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/id-me-organization-service",
"version": "0.0.1",
"version": "0.1.0",
"description": "The ID|Me organization service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@base-cms/env": "^0.9.25",
"@base-cms/id-me-utils": "^0.0.1",
"@base-cms/id-me-utils": "^0.1.0",
"@base-cms/micro": "^0.9.28",
"@base-cms/utils": "^0.9.0",
"@newrelic/native-metrics": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions services/token/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.1.0](https://github.com/base-cms/id-me/tree/master/services/token/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package @base-cms/id-me-token-service
4 changes: 2 additions & 2 deletions services/token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/id-me-token-service",
"version": "0.0.1",
"version": "0.1.0",
"description": "The ID|Me token service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@base-cms/env": "^0.9.25",
"@base-cms/id-me-utils": "^0.0.1",
"@base-cms/id-me-utils": "^0.1.0",
"@base-cms/micro": "^0.9.28",
"@newrelic/native-metrics": "^4.1.0",
"jsonwebtoken": "^8.5.1",
Expand Down
8 changes: 8 additions & 0 deletions services/user/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.1.0](https://github.com/base-cms/id-me/tree/master/services/user/compare/v0.0.1...v0.1.0) (2019-06-06)

**Note:** Version bump only for package @base-cms/id-me-user-service
8 changes: 4 additions & 4 deletions services/user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-cms/id-me-user-service",
"version": "0.0.1",
"version": "0.1.0",
"description": "The ID|Me user service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -13,9 +13,9 @@
},
"dependencies": {
"@base-cms/env": "^0.9.25",
"@base-cms/id-me-mongoose-plugins": "^0.0.1",
"@base-cms/id-me-service-clients": "^0.0.1",
"@base-cms/id-me-utils": "^0.0.1",
"@base-cms/id-me-mongoose-plugins": "^0.1.0",
"@base-cms/id-me-service-clients": "^0.1.0",
"@base-cms/id-me-utils": "^0.1.0",
"@base-cms/micro": "^0.9.28",
"@newrelic/native-metrics": "^4.1.0",
"micro": "^9.3.4",
Expand Down

0 comments on commit 811fbb7

Please sign in to comment.