Skip to content

Commit

Permalink
Version Packages (#525)
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 0ade5f7 commit ed331af
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/red-waves-flash.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.5

### Patch Changes

- [#522](https://github.com/Shopify/remote-dom/pull/522) [`0ade5f7`](https://github.com/Shopify/remote-dom/commit/0ade5f74ad96bdb2b8513b2b18c0b9298717e672) Thanks [@thomas-marcucci](https://github.com/thomas-marcucci)! - Fixes an issue when removeChild does not find a child node

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "2.2.5",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down
7 changes: 7 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.3.20

### Patch Changes

- Updated dependencies [[`0ade5f7`](https://github.com/Shopify/remote-dom/commit/0ade5f74ad96bdb2b8513b2b18c0b9298717e672)]:
- @remote-ui/core@2.2.5

## 1.3.19

### Patch Changes
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.19",
"version": "1.3.20",
"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.2.4"
"@remote-ui/core": "^2.2.5"
}
}
7 changes: 7 additions & 0 deletions packages/htm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.3.3

### Patch Changes

- Updated dependencies [[`0ade5f7`](https://github.com/Shopify/remote-dom/commit/0ade5f74ad96bdb2b8513b2b18c0b9298717e672)]:
- @remote-ui/core@2.2.5

## 2.3.2

### Patch 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.2",
"version": "2.3.3",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand All @@ -20,7 +20,7 @@
},
"sideEffects": false,
"dependencies": {
"@remote-ui/core": "^2.2.4",
"@remote-ui/core": "^2.2.5",
"htm": "^3.0.0"
}
}
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.0.5

### Patch Changes

- Updated dependencies [[`0ade5f7`](https://github.com/Shopify/remote-dom/commit/0ade5f74ad96bdb2b8513b2b18c0b9298717e672)]:
- @remote-ui/core@2.2.5

## 5.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "5.0.5",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@remote-ui/async-subscription": "^2.1.15",
"@remote-ui/core": "^2.2.4",
"@remote-ui/core": "^2.2.5",
"@remote-ui/rpc": "^1.4.5",
"@types/react": ">=17.0.0 <19.0.0",
"@types/react-reconciler": ">=0.26.0 <0.30.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.4.4

### Patch Changes

- Updated dependencies [[`0ade5f7`](https://github.com/Shopify/remote-dom/commit/0ade5f74ad96bdb2b8513b2b18c0b9298717e672)]:
- @remote-ui/core@2.2.5

## 1.4.3

### Patch 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.3",
"version": "1.4.4",
"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.4",
"@remote-ui/core": "^2.2.5",
"jest-matcher-utils": "^26.0.1"
}
}
7 changes: 7 additions & 0 deletions packages/traversal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.4.3

### Patch Changes

- Updated dependencies [[`0ade5f7`](https://github.com/Shopify/remote-dom/commit/0ade5f74ad96bdb2b8513b2b18c0b9298717e672)]:
- @remote-ui/core@2.2.5

## 1.4.2

### Patch 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.2",
"version": "1.4.3",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand All @@ -20,9 +20,9 @@
},
"sideEffects": false,
"dependencies": {
"@remote-ui/core": "^2.2.4"
"@remote-ui/core": "^2.2.5"
},
"devDependencies": {
"@remote-ui/htm": "^2.3.2"
"@remote-ui/htm": "^2.3.3"
}
}
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.4.3

### Patch Changes

- Updated dependencies [[`0ade5f7`](https://github.com/Shopify/remote-dom/commit/0ade5f74ad96bdb2b8513b2b18c0b9298717e672)]:
- @remote-ui/core@2.2.5

## 0.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "0.4.3",
"publishConfig": {
"access": "public",
"@remote-ui:registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -33,7 +33,7 @@
}
},
"dependencies": {
"@remote-ui/core": "^2.2.4",
"@remote-ui/core": "^2.2.5",
"@remote-ui/rpc": "^1.4.5",
"@vue/runtime-core": ">=3.0.0 <4.0.0"
},
Expand Down

0 comments on commit ed331af

Please sign in to comment.