Skip to content

Commit

Permalink
chore(release): published new version [skip ci]
Browse files Browse the repository at this point in the history
 - @spherehq/[email protected]
 - @spherehq/[email protected]
 - @spherehq/[email protected]
 - @spherehq/[email protected]
 - @spherehq/[email protected]
  • Loading branch information
jjaybrown committed Dec 8, 2019
1 parent b894d55 commit e687b7b
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 12 deletions.
25 changes: 25 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-12-08)


### Bug Fixes

* **deps:** update dependency @sentry/node to v5.10.1 ([52168e6](https://github.com/spherehq/sphere/commit/52168e605b6d51d002b7b59874cf6f591183e675))
* **deps:** update dependency @sentry/node to v5.10.1 ([#747](https://github.com/spherehq/sphere/issues/747)) ([56e151d](https://github.com/spherehq/sphere/commit/56e151d8816e7297b7b3f0f76c1396ac0b14c36f))
* **deps:** update dependency apollo-server to v2.9.13 ([dff40cd](https://github.com/spherehq/sphere/commit/dff40cd65ac7513dd3d1b7d101c3672248fbafb2))
* **deps:** update dependency apollo-server to v2.9.13 ([#748](https://github.com/spherehq/sphere/issues/748)) ([935f237](https://github.com/spherehq/sphere/commit/935f237d63b55c18bf2312f09e1bdb6848700570))
* **deps:** update dependency snyk to v1.256.0 ([2ff704d](https://github.com/spherehq/sphere/commit/2ff704de1a53d0eec7088389ff6840ee6a226b61))
* **deps:** update dependency snyk to v1.257.0 ([5ae57b4](https://github.com/spherehq/sphere/commit/5ae57b4a829f06ca94a122444c9bcc679f4f4e56))
* **deps:** update dependency ts-node to v8.5.4 ([63ba5b2](https://github.com/spherehq/sphere/commit/63ba5b2658bb287eb6d06b788eb39965e91c0401))
* **deps:** update dependency ts-node to v8.5.4 ([#740](https://github.com/spherehq/sphere/issues/740)) ([767e849](https://github.com/spherehq/sphere/commit/767e849bd50aa7070129a8db8c37d0f311c05746))
* **deps:** update dependency typescript to v3.7.3 ([652fd4f](https://github.com/spherehq/sphere/commit/652fd4fe4227f4a9d102d9f221bd92d0e2cfa8fe))


### Features

* added sphere verification mutations ([6b76799](https://github.com/spherehq/sphere/commit/6b76799c129cd9c9adca710714306e444ff36b60))
* updated documentation for pipelines and node version for api ([37188d0](https://github.com/spherehq/sphere/commit/37188d0575ae15f17d7016222dcd37c6e38731f4))





## [0.13.1](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-11-29)

**Note:** Version bump only for package @spherehq/api
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spherehq/api",
"description": "Sphere GraphQL API",
"version": "0.13.1",
"version": "0.14.0",
"author": "Jason Brown",
"license": "MIT",
"main": "client/index.ts",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@sentry/node": "5.10.1",
"@spherehq/database": "^0.14.1",
"@spherehq/database": "^0.15.0",
"apollo-server": "2.9.13",
"aws-sdk": "^2.576.0",
"file-type-stream": "^1.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-12-08)


### Bug Fixes

* formatting for prisma.yml.dist ([f63a367](https://github.com/spherehq/sphere/commit/f63a3674aab3e7c681d1c60125fa3e63dfbd315d))


### Features

* added sphere verification mutations ([6b76799](https://github.com/spherehq/sphere/commit/6b76799c129cd9c9adca710714306e444ff36b60))





## [0.14.1](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-11-29)

**Note:** Version bump only for package @spherehq/database
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spherehq/database",
"description": "Sphere prisma database bindings",
"version": "0.14.1",
"version": "0.15.0",
"author": "Jason Brown",
"license": "MIT",
"main": "generated/prisma-client/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-theme-spheres/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.2.2](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-12-08)

**Note:** Version bump only for package @spherehq/gatsby-theme-spheres





## [0.2.1](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-11-29)

**Note:** Version bump only for package @spherehq/gatsby-theme-spheres
Expand Down
5 changes: 2 additions & 3 deletions packages/gatsby-theme-spheres/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "@spherehq/gatsby-theme-spheres",
"version": "0.2.1",
"version": "0.2.2",
"peerDependencies": {
"gatsby-plugin-page-creator": "2.1.32",
"gatsby-source-graphql": "2.1.25"
},
"devDependencies": {}
}
}
8 changes: 8 additions & 0 deletions packages/geometry/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.13.2](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-12-08)

**Note:** Version bump only for package @spherehq/geometry





## [0.13.1](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-11-29)

**Note:** Version bump only for package @spherehq/geometry
Expand Down
5 changes: 2 additions & 3 deletions packages/geometry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spherehq/geometry",
"description": "Sphere's Component Library",
"version": "0.13.1",
"version": "0.13.2",
"author": "Jason Brown",
"license": "MIT",
"main": "index.ts",
Expand All @@ -13,6 +13,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "3f7a82d4c57b68986a27a3b3bc33cc52ed9ca713",
"devDependencies": {}
"gitHead": "3f7a82d4c57b68986a27a3b3bc33cc52ed9ca713"
}
12 changes: 12 additions & 0 deletions packages/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.2](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-12-08)


### Bug Fixes

* **deps:** update dependency @blueprintjs/core to v3.22.1 ([be19637](https://github.com/spherehq/sphere/commit/be19637f675f465618731c36286e38d644c7d609))
* **deps:** update dependency gatsby-remark-code-buttons to v2.0.4 ([b894d55](https://github.com/spherehq/sphere/commit/b894d55cab55cf2ebc44dfa07a66527542eab9d4))





## [0.23.1](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-11-29)

**Note:** Version bump only for package @spherehq/platform
Expand Down
6 changes: 3 additions & 3 deletions packages/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spherehq/platform",
"description": "Sphere platform",
"version": "0.23.1",
"version": "0.23.2",
"author": "Jason Brown",
"license": "MIT",
"private": true,
Expand All @@ -16,8 +16,8 @@
"dependencies": {
"@blueprintjs/core": "3.22.1",
"@blueprintjs/icons": "3.12.0",
"@spherehq/gatsby-theme-spheres": "^0.2.1",
"@spherehq/geometry": "^0.13.1",
"@spherehq/gatsby-theme-spheres": "^0.2.2",
"@spherehq/geometry": "^0.13.2",
"apollo-boost": "0.4.4",
"apollo-cache-persist": "0.1.1",
"date-fns": "2.8.1",
Expand Down

0 comments on commit e687b7b

Please sign in to comment.