Skip to content

Commit

Permalink
Version Packages (Shopify#200)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 8591cd8 commit 3ec78e0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-sheep-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-donuts-scream.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/vanilla-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# example-vanilla-dom

## 0.0.3

### Patch Changes

- [#198](https://github.com/Shopify/remote-ui/pull/198) [`5b76ac8`](https://github.com/Shopify/remote-ui/commit/5b76ac85691f6852d8158c2408920db0e5ba68bb) Thanks [@lemonmade](https://github.com/lemonmade)! - A test changeset!
2 changes: 1 addition & 1 deletion examples/vanilla-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vanilla-dom",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"start": "http-server ./app -c-1 --cors"
Expand Down
6 changes: 6 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.5

### Patch Changes

- [#192](https://github.com/Shopify/remote-ui/pull/192) [`fb2e2e8`](https://github.com/Shopify/remote-ui/commit/fb2e2e8b76876158a6dab1aee2a9915d5a182a20) Thanks [@TheCloudlessSky](https://github.com/TheCloudlessSky)! - Fix memory leak when listening to 'message' events from child iframes

## [1.3.3] - 2022-08-15

- Errors in exposed methods are now rethrown where they occur ([pull request](https://github.com/Shopify/remote-ui/pull/173)).
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@remote-ui/rpc",
"description": "An RPC library with strong support for simulating the transfer of functions via postMessage",
"version": "1.3.4",
"version": "1.3.5",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 3ec78e0

Please sign in to comment.