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 Nov 29, 2019
1 parent d036e43 commit 237db42
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/api/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.1](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-11-29)

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





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


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.0",
"version": "0.13.1",
"author": "Jason Brown",
"license": "MIT",
"main": "client/index.ts",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@sentry/node": "5.9.0",
"@spherehq/database": "^0.14.0",
"@spherehq/database": "^0.14.1",
"apollo-server": "2.9.12",
"aws-sdk": "^2.576.0",
"file-type-stream": "^1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/database/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.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





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


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.0",
"version": "0.14.1",
"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.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





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


Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-spheres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spherehq/gatsby-theme-spheres",
"version": "0.2.0",
"version": "0.2.1",
"peerDependencies": {
"gatsby-plugin-page-creator": "2.1.32",
"gatsby-source-graphql": "2.1.25"
Expand Down
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.1](https://github.com/spherehq/sphere/compare/@spherehq/[email protected]...@spherehq/[email protected]) (2019-11-29)

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





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


Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.13.1",
"author": "Jason Brown",
"license": "MIT",
"main": "index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/platform/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.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





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


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.0",
"version": "0.23.1",
"author": "Jason Brown",
"license": "MIT",
"private": true,
Expand All @@ -16,8 +16,8 @@
"dependencies": {
"@blueprintjs/core": "3.21.0",
"@blueprintjs/icons": "3.12.0",
"@spherehq/gatsby-theme-spheres": "^0.2.0",
"@spherehq/geometry": "^0.13.0",
"@spherehq/gatsby-theme-spheres": "^0.2.1",
"@spherehq/geometry": "^0.13.1",
"apollo-boost": "0.4.4",
"apollo-cache-persist": "0.1.1",
"date-fns": "2.8.1",
Expand Down

0 comments on commit 237db42

Please sign in to comment.