Skip to content

Commit

Permalink
chore(release): v0.20.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 17, 2021
1 parent 58ed53b commit 2d7c982
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.20.0 (2021-03-17)


### Features

* **sanity-plugin:** added media field to source data ([#149](https://github.com/good-idea/sane-shopify/issues/149)) ([58ed53b](https://github.com/good-idea/sane-shopify/commit/58ed53b516b958755906c97a68923091916e8533))





## 0.19.12 (2021-02-25)

**Note:** Version bump only for package sane-shopify-monorepo-root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.19.12",
"version": "0.20.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/sanity-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.20.0 (2021-03-17)


### Features

* **sanity-plugin:** added media field to source data ([#149](https://github.com/good-idea/sane-shopify/issues/149)) ([58ed53b](https://github.com/good-idea/sane-shopify/commit/58ed53b516b958755906c97a68923091916e8533))





## 0.19.12 (2021-02-25)

**Note:** Version bump only for package @sane-shopify/sanity-plugin
Expand Down
6 changes: 3 additions & 3 deletions packages/sanity-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sane-shopify/sanity-plugin",
"version": "0.19.12",
"version": "0.20.0",
"description": "A Sanity.io field for selecting products & collections from a Shopify storefront",
"author": "Joseph Thomas <joseph@good-idea.studio>",
"homepage": "https://github.com/good-idea/sane-shopify#readme",
Expand Down Expand Up @@ -73,8 +73,8 @@
},
"dependencies": {
"@good-idea/unwind-edges": "^1.5.2",
"@sane-shopify/sync-utils": "^0.19.12",
"@sane-shopify/types": "^0.19.12",
"@sane-shopify/sync-utils": "^0.20.0",
"@sane-shopify/types": "^0.20.0",
"lodash": "^4.17.20",
"react-icons": "^3.11.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.20.0 (2021-03-17)


### Features

* **sanity-plugin:** added media field to source data ([#149](https://github.com/good-idea/sane-shopify/issues/149)) ([58ed53b](https://github.com/good-idea/sane-shopify/commit/58ed53b516b958755906c97a68923091916e8533))





## 0.19.12 (2021-02-25)

**Note:** Version bump only for package @sane-shopify/server
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sane-shopify/server",
"version": "0.19.12",
"version": "0.20.0",
"description": "A server and lambdas to serve & sync data between Shopify and Sanity",
"author": "Joseph Thomas <joseph@good-idea.studio>",
"homepage": "https://github.com/good-idea/sane-shopify#readme",
Expand Down Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/good-idea/sane-shopify/issues"
},
"dependencies": {
"@sane-shopify/sync-utils": "^0.19.12",
"@sane-shopify/sync-utils": "^0.20.0",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-server-lambda": "^2.19.0",
Expand All @@ -48,7 +48,7 @@
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@sane-shopify/types": "^0.19.12",
"@sane-shopify/types": "^0.20.0",
"@types/aws-lambda": "^8.10.64",
"@types/node-fetch": "^2.5.7",
"@types/source-map-support": "^0.5.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/sync-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.20.0 (2021-03-17)


### Features

* **sanity-plugin:** added media field to source data ([#149](https://github.com/good-idea/sane-shopify/issues/149)) ([58ed53b](https://github.com/good-idea/sane-shopify/commit/58ed53b516b958755906c97a68923091916e8533))





## 0.19.12 (2021-02-25)

**Note:** Version bump only for package @sane-shopify/sync-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/sync-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sane-shopify/sync-utils",
"version": "0.19.12",
"version": "0.20.0",
"description": "Syncing utility for Node & the browser",
"author": "Joseph Thomas | Good Idea Studio",
"homepage": "https://github.com/good-idea/sane-shopify#readme",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@good-idea/leaky-bucket": "^3.1.2",
"@good-idea/unwind-edges": "^1.5.2",
"@sane-shopify/types": "^0.19.12",
"@sane-shopify/types": "^0.20.0",
"@sanity/client": "^2.0.9",
"debug": "^4.2.0",
"deepmerge": "^4.2.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.20.0 (2021-03-17)


### Features

* **sanity-plugin:** added media field to source data ([#149](https://github.com/good-idea/sane-shopify/issues/149)) ([58ed53b](https://github.com/good-idea/sane-shopify/commit/58ed53b516b958755906c97a68923091916e8533))





## 0.19.12 (2021-02-25)

**Note:** Version bump only for package @sane-shopify/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sane-shopify/types",
"version": "0.19.12",
"version": "0.20.0",
"description": "Common typescript typings for @sane-shopify projects",
"author": "Joseph Thomas <joseph@good-idea.studio>",
"homepage": "https://github.com/good-idea/sane-shopify#readme",
Expand Down

0 comments on commit 2d7c982

Please sign in to comment.