Skip to content

Commit

Permalink
Version Packages (#2166)
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
github-actions[bot] and github-actions[bot] authored Jan 12, 2024
1 parent e249a56 commit d2322fc
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-ears-laugh.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/large-cameras-scream.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @thirdweb-dev/react-core

## 4.3.1

## 4.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/react-core",
"version": "4.3.0",
"version": "4.3.1",
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-core",
"author": "thirdweb eng <eng@thirdweb.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-native-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @thirdweb-dev/react-native-compat

## 0.6.1

## 0.6.0

## 0.5.6
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thirdweb-dev/react-native-compat",
"description": "Shims for Thirdweb in React Native Projects",
"version": "0.6.0",
"version": "0.6.1",
"author": "thirdweb eng <eng@thirdweb.com>",
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-native-compat",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @thirdweb-dev/react-native

## 0.6.1

### Patch Changes

- [#2165](https://github.com/thirdweb-dev/js/pull/2165) [`7a74bd9c`](https://github.com/thirdweb-dev/js/commit/7a74bd9c8a2be42ea2827a3e480f8ac0d60bf1d5) Thanks [@iketw](https://github.com/iketw)! - Upgrade min RN version requirenment to 0.71 and mmkv to 2.11.0

- Updated dependencies []:
- @thirdweb-dev/react-core@4.3.1

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/react-native",
"version": "0.6.0",
"version": "0.6.1",
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-native",
"author": "thirdweb eng <eng@thirdweb.com>",
"license": "Apache-2.0",
Expand Down
25 changes: 25 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @thirdweb-dev/react

## 4.3.1

### Patch Changes

- [#2169](https://github.com/thirdweb-dev/js/pull/2169) [`e249a568`](https://github.com/thirdweb-dev/js/commit/e249a56892f04df1313b5cbd40d21a0bd5ac5f4e) Thanks [@MananTank](https://github.com/MananTank)! - Add `onConnect` prop to `ConnectWallet` and `ConnectEmbed` components.

```tsx
<ConnectWallet
onConnect={() => {
console.log("connected");
}}
/>
```

```tsx
<ConnectEmbed
onConnect={() => {
console.log("connected");
}}
/>
```

- Updated dependencies []:
- @thirdweb-dev/react-core@4.3.1

## 4.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/react",
"version": "4.3.0",
"version": "4.3.1",
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react",
"author": "thirdweb eng <eng@thirdweb.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit d2322fc

Please sign in to comment.