Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @shopify/dates@0.3.0
 - @shopify/koa-shopify-graphql-proxy@3.3.0
 - @shopify/koa-shopify-webhooks@2.4.0
 - @shopify/react-i18n-universal-provider@1.0.37
 - @shopify/react-i18n@2.3.9
  • Loading branch information
michenly committed Feb 19, 2020
1 parent 5a2d593 commit b410ce0
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/dates/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

---

## [Unreleased]
## [0.3.0] - 2020-02-19

- Export the `formatDate` function so it can be used by other packages / projects, e.g. in `@shopify/react-i18n`

Expand Down
2 changes: 1 addition & 1 deletion packages/dates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/dates",
"version": "0.2.13",
"version": "0.3.0",
"license": "MIT",
"description": "Lightweight date operations library.",
"main": "dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-shopify-graphql-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->

## 3.3.0 - 2020-02-17
## 3.3.0 - 2020-02-19

= The `ApiVersion` enum now has an `January20` and `April20` options

Expand Down
2 changes: 1 addition & 1 deletion packages/koa-shopify-graphql-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-shopify-graphql-proxy",
"version": "3.2.5",
"version": "3.3.0",
"license": "MIT",
"description": "A wrapper around koa-better-http-proxy which allows easy proxying of graphql requests from an embedded shopify app.",
"main": "dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-shopify-webhooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->

## [2.4.0] - 2020-02-17
## [2.4.0] - 2020-02-19

- The `ApiVersion` enum now has an `January20` and `April20` options

Expand Down
2 changes: 1 addition & 1 deletion packages/koa-shopify-webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-shopify-webhooks",
"version": "2.3.1",
"version": "2.4.0",
"license": "MIT",
"description": "Receive webhooks from Shopify with ease.",
"main": "dist/src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-i18n-universal-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-i18n-universal-provider",
"version": "1.0.36",
"version": "1.0.37",
"license": "MIT",
"description": "A self-serializing/deserializing i18n provider that works for isomorphic applications.",
"main": "dist/src/index.js",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@shopify/react-hooks": "^1.4.2",
"@shopify/react-html": "^9.2.14",
"@shopify/react-i18n": "^2.3.8"
"@shopify/react-i18n": "^2.3.9"
},
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-i18n",
"version": "2.3.8",
"version": "2.3.9",
"license": "MIT",
"description": "i18n utilities for React handling translations, formatting, and more.",
"main": "dist/src/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"intl-pluralrules": "^0.2.1"
},
"dependencies": {
"@shopify/dates": "^0.2.13",
"@shopify/dates": "^0.3.0",
"@shopify/decorators": "^1.1.9",
"@shopify/function-enhancers": "^1.0.9",
"@shopify/i18n": "^0.1.10",
Expand Down

0 comments on commit b410ce0

Please sign in to comment.