Skip to content

Commit

Permalink
Version Packages (#225)
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 6c7f5f4 commit 1d370c4
Show file tree
Hide file tree
Showing 24 changed files with 118 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-ties-confess.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/serious-crabs-travel.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/async-subscription/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.1.14

### Patch Changes

- [#223](https://github.com/Shopify/remote-ui/pull/223) [`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix TypeScript types for exports consumers

- Updated dependencies [[`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e)]:
- @remote-ui/rpc@1.4.3

## [2.1.6] - 2021-10-15

- Fixed a potential timing issue when using the `makeStatefulSubscribable()` function ([pull request](https://github.com/Shopify/remote-ui/pull/128))
Expand Down
4 changes: 2 additions & 2 deletions packages/async-subscription/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/async-subscription",
"version": "2.1.13",
"version": "2.1.14",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand All @@ -20,6 +20,6 @@
},
"license": "MIT",
"dependencies": {
"@remote-ui/rpc": "^1.3.4"
"@remote-ui/rpc": "^1.4.3"
}
}
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.2.2

### Patch Changes

- [#223](https://github.com/Shopify/remote-ui/pull/223) [`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix TypeScript types for exports consumers

- Updated dependencies [[`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e)]:
- @remote-ui/rpc@1.4.3
- @remote-ui/types@1.1.3

## 2.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/core",
"version": "2.2.1",
"version": "2.2.2",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand All @@ -19,7 +19,7 @@
},
"sideEffects": false,
"dependencies": {
"@remote-ui/rpc": "^1.4.1",
"@remote-ui/types": "^1.1.2"
"@remote-ui/rpc": "^1.4.3",
"@remote-ui/types": "^1.1.3"
}
}
9 changes: 9 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.3.17

### Patch Changes

- [#223](https://github.com/Shopify/remote-ui/pull/223) [`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix TypeScript types for exports consumers

- Updated dependencies [[`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e)]:
- @remote-ui/core@2.2.2

## [1.2.3]

- Fixed an issue where new props were not being assigned to DOM nodes.
Expand Down
4 changes: 2 additions & 2 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/dom",
"version": "1.3.16",
"version": "1.3.17",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -33,6 +33,6 @@
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@remote-ui/core": "^2.1.16"
"@remote-ui/core": "^2.2.2"
}
}
9 changes: 9 additions & 0 deletions packages/htm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.3.1

### Patch Changes

- [#223](https://github.com/Shopify/remote-ui/pull/223) [`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix TypeScript types for exports consumers

- Updated dependencies [[`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e)]:
- @remote-ui/core@2.2.2

## 2.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/htm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/htm",
"version": "2.3.0",
"version": "2.3.1",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand All @@ -20,7 +20,7 @@
},
"sideEffects": false,
"dependencies": {
"@remote-ui/core": "^2.2.0",
"@remote-ui/core": "^2.2.2",
"htm": "^3.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/mini-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.0

### Major Changes

- [#224](https://github.com/Shopify/remote-ui/pull/224) [`bf296a5`](https://github.com/Shopify/remote-ui/commit/bf296a5366a94b2309fd1aa62290ba0410f32fb0) Thanks [@lemonmade](https://github.com/lemonmade)! - Deprecated `@remote-ui/mini-react`. We suggest using the `@remote-ui/react` package instead, and are working on a DOM adaptor for remote-ui that will allow you to use smaller alternatives to React (like [Preact](https://preactjs.com/)) instead.

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mini-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/mini-react",
"version": "1.4.0",
"version": "2.0.0",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 5.0.2

### Patch Changes

- [#223](https://github.com/Shopify/remote-ui/pull/223) [`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix TypeScript types for exports consumers

- Updated dependencies [[`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e)]:
- @remote-ui/async-subscription@2.1.14
- @remote-ui/core@2.2.2
- @remote-ui/rpc@1.4.3

## 5.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/react",
"version": "5.0.1",
"version": "5.0.2",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -39,9 +39,9 @@
"react-reconciler": "^0.29.0"
},
"dependencies": {
"@remote-ui/async-subscription": "^2.1.13",
"@remote-ui/core": "^2.2.0",
"@remote-ui/rpc": "^1.4.0",
"@remote-ui/async-subscription": "^2.1.14",
"@remote-ui/core": "^2.2.2",
"@remote-ui/rpc": "^1.4.3",
"@types/react": ">=17.0.0 <19.0.0",
"@types/react-reconciler": ">=0.26.0 <0.30.0"
},
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.4.3

### Patch Changes

- [#223](https://github.com/Shopify/remote-ui/pull/223) [`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix TypeScript types for exports consumers

## 1.4.2

### Patch Changes
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.4.2",
"version": "1.4.3",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.4.1

### Patch Changes

- [#223](https://github.com/Shopify/remote-ui/pull/223) [`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix TypeScript types for exports consumers

- Updated dependencies [[`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e)]:
- @remote-ui/core@2.2.2

## 1.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/testing",
"version": "1.4.0",
"version": "1.4.1",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"sideEffects": false,
"dependencies": {
"@remote-ui/core": "^2.2.0",
"@remote-ui/core": "^2.2.2",
"jest-matcher-utils": "^26.0.1"
}
}
9 changes: 9 additions & 0 deletions packages/traversal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.4.1

### Patch Changes

- [#223](https://github.com/Shopify/remote-ui/pull/223) [`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix TypeScript types for exports consumers

- Updated dependencies [[`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e)]:
- @remote-ui/core@2.2.2

## 1.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/traversal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/traversal",
"version": "1.4.0",
"version": "1.4.1",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand All @@ -20,9 +20,9 @@
},
"sideEffects": false,
"dependencies": {
"@remote-ui/core": "^2.2.0"
"@remote-ui/core": "^2.2.2"
},
"devDependencies": {
"@remote-ui/htm": "^2.3.0"
"@remote-ui/htm": "^2.3.1"
}
}
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.3

### Patch Changes

- [#223](https://github.com/Shopify/remote-ui/pull/223) [`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix TypeScript types for exports consumers

## [1.0.2] - 2020-06-24

### Fixed
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": "@remote-ui/types",
"version": "1.1.2",
"version": "1.1.3",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down
10 changes: 10 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.4.1

### Patch Changes

- [#223](https://github.com/Shopify/remote-ui/pull/223) [`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix TypeScript types for exports consumers

- Updated dependencies [[`6c7f5f4`](https://github.com/Shopify/remote-ui/commit/6c7f5f44314447a436c8277f2d23e5ba82fb5c3e)]:
- @remote-ui/core@2.2.2
- @remote-ui/rpc@1.4.3

## 0.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remote-ui/vue",
"version": "0.4.0",
"version": "0.4.1",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -33,8 +33,8 @@
}
},
"dependencies": {
"@remote-ui/core": "^2.2.0",
"@remote-ui/rpc": "^1.4.0",
"@remote-ui/core": "^2.2.2",
"@remote-ui/rpc": "^1.4.3",
"@vue/runtime-core": ">=3.0.0 <4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1d370c4

Please sign in to comment.