Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Dec 19, 2018
1 parent 70686dc commit 611a40c
Show file tree
Hide file tree
Showing 26 changed files with 133 additions and 29 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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package GraphiteJS
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "0.0.0",
"version": "0.3.1",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-account/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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/account
2 changes: 1 addition & 1 deletion packages/graphite-account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/account",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, login account",
"main": "dist/Account.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-apollo-express/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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/apollo-express
4 changes: 2 additions & 2 deletions packages/graphite-apollo-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/apollo-express",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, apollo express",
"main": "dist/Graphite.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"sinon-chai": "2.8.0"
},
"dependencies": {
"@graphite/scalars": "0.3.0",
"@graphite/scalars": "^0.3.1",
"apollo-server": "0.3.3",
"body-parser": "1.15.2",
"cors": "2.8.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-decorators/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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/decorators
4 changes: 2 additions & 2 deletions packages/graphite-decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/decorators",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, decorators",
"main": "dist/decorators.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"mocha": "3.2.0"
},
"dependencies": {
"@graphite/utils": "0.3.0",
"@graphite/utils": "^0.3.1",
"debug": "2.3.3",
"lodash": "4.17.2",
"pluralize": "3.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-mongoose-account-facebook/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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/mongoose-account-facebook
10 changes: 5 additions & 5 deletions packages/graphite-mongoose-account-facebook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/mongoose-account-facebook",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, mongoose account facebook",
"main": "dist/AccountFacebook.js",
"scripts": {
Expand Down Expand Up @@ -28,10 +28,10 @@
"sinon-stub-promise": "4.0.0"
},
"dependencies": {
"@graphite/decorators": "0.3.0",
"@graphite/mongoose": "0.3.0",
"@graphite/mongoose-account": "0.3.0",
"@graphite/utils": "0.3.0",
"@graphite/decorators": "^0.3.1",
"@graphite/mongoose": "^0.3.1",
"@graphite/mongoose-account": "^0.3.1",
"@graphite/utils": "^0.3.1",
"debug": "2.3.3",
"fb": "1.1.1",
"jsonwebtoken": "7.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-mongoose-account-password/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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/mongoose-account-password
10 changes: 5 additions & 5 deletions packages/graphite-mongoose-account-password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/mongoose-account-password",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, mongoose account password",
"main": "dist/AccountPassword.js",
"scripts": {
Expand Down Expand Up @@ -28,10 +28,10 @@
"sinon-stub-promise": "4.0.0"
},
"dependencies": {
"@graphite/decorators": "0.3.0",
"@graphite/mongoose": "0.3.0",
"@graphite/mongoose-account": "0.3.0",
"@graphite/utils": "0.3.0",
"@graphite/decorators": "^0.3.1",
"@graphite/mongoose": "^0.3.1",
"@graphite/mongoose-account": "^0.3.1",
"@graphite/utils": "^0.3.1",
"debug": "2.3.3",
"jsonwebtoken": "7.2.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-mongoose-account/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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/mongoose-account
6 changes: 3 additions & 3 deletions packages/graphite-mongoose-account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/mongoose-account",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, mongoose account",
"main": "dist/account.js",
"scripts": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"sinon-stub-promise": "4.0.0"
},
"dependencies": {
"@graphite/decorators": "0.3.0",
"@graphite/mongoose": "0.3.0",
"@graphite/decorators": "^0.3.1",
"@graphite/mongoose": "^0.3.1",
"bcrypt": "3.0.2",
"jsonwebtoken": "7.3.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-mongoose/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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/mongoose
6 changes: 3 additions & 3 deletions packages/graphite-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/mongoose",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, middleware mongoose",
"main": "dist/mongoose.js",
"scripts": {
Expand All @@ -26,8 +26,8 @@
"mocha": "3.2.0"
},
"dependencies": {
"@graphite/decorators": "0.3.0",
"@graphite/utils": "0.3.0",
"@graphite/decorators": "^0.3.1",
"@graphite/utils": "^0.3.1",
"debug": "2.3.3",
"dyn-require": "0.0.3",
"lodash": "4.17.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-react-account-facebook/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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/react-account-facebook
2 changes: 1 addition & 1 deletion packages/graphite-react-account-facebook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/react-account-facebook",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, react account facebook",
"main": "dist/LoginFacebook.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-react-account-logout/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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/react-account-logout
4 changes: 2 additions & 2 deletions packages/graphite-react-account-logout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/react-account-logout",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, react logout",
"main": "dist/Logout.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "Walter Zalazar",
"license": "MIT",
"dependencies": {
"@graphite/account": "0.3.0",
"@graphite/account": "^0.3.1",
"debug": "2.6.1",
"react": "15.4.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-react-account-password/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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/react-account-password
4 changes: 2 additions & 2 deletions packages/graphite-react-account-password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/react-account-password",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, react account password",
"main": "dist/account.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"author": "Walter Zalazar",
"license": "MIT",
"dependencies": {
"@graphite/account": "0.3.0",
"@graphite/account": "^0.3.1",
"apollo-client": "0.10.1",
"graphql-tag": "1.3.1",
"react": "15.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-scalars/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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/scalars
2 changes: 1 addition & 1 deletion packages/graphite-scalars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/scalars",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, scalars",
"main": "dist/scalars.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/graphite-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.3.1](https://github.com/graphitejs/graphitejs/compare/v0.3.0...v0.3.1) (2018-12-19)

**Note:** Version bump only for package @graphite/utils
2 changes: 1 addition & 1 deletion packages/graphite-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphite/utils",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graphite Framework, utils",
"main": "dist/utils.js",
"scripts": {
Expand Down

0 comments on commit 611a40c

Please sign in to comment.