Skip to content

Commit

Permalink
Merge pull request #975 from lens-protocol/main
Browse files Browse the repository at this point in the history
chore: updates develop
  • Loading branch information
cesarenaldi authored Nov 27, 2024
2 parents 5f15b00 + 100f145 commit 3430b49
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/thirty-apes-hear.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/two-avocados-accept.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lens-protocol/cli

## 0.1.1

### Patch Changes

- 0ef404132: **chore:** up the node engine restriction to allow new node lts ver 22
- Updated dependencies [0ef404132]
- @lens-protocol/client@2.3.2

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lens-protocol/cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "Lens CLI",
"repository": {
"directory": "packages/cli",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lens-protocol/client

## 2.3.2

### Patch Changes

- 0ef404132: **chore:** up the node engine restriction to allow new node lts ver 22

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lens-protocol/client",
"version": "2.3.1",
"version": "2.3.2",
"description": "Low level Lens API client",
"repository": {
"directory": "packages/client",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lens-protocol/react-native

## 2.3.2

### Patch Changes

- f54564545: **fix:** Simple Collect Module recipient is not optional when amount is specified.
- Updated dependencies [f54564545]
- @lens-protocol/react@2.3.2

## 2.3.1

### Patch 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": "@lens-protocol/react-native",
"version": "2.3.1",
"version": "2.3.2",
"description": "Lens Protocol SDK for React Native",
"main": "dist/lens-protocol-react-native.cjs.js",
"module": "dist/lens-protocol-react-native.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lens-protocol/react-web

## 2.3.2

### Patch Changes

- f54564545: **fix:** Simple Collect Module recipient is not optional when amount is specified.
- Updated dependencies [f54564545]
- @lens-protocol/react@2.3.2

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lens-protocol/react-web",
"version": "2.3.1",
"version": "2.3.2",
"description": "Lens Protocol SDK for React web applications",
"main": "dist/lens-protocol-react-web.cjs.js",
"module": "dist/lens-protocol-react-web.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lens-protocol/react

## 2.3.2

### Patch Changes

- f54564545: **fix:** Simple Collect Module recipient is not optional when amount is specified.

## 2.3.1

### Patch 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": "@lens-protocol/react",
"version": "2.3.1",
"version": "2.3.2",
"description": "Interacting with the Lens Protocol API using React.",
"main": "dist/lens-protocol-react.cjs.js",
"module": "dist/lens-protocol-react.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lens-protocol/wagmi

## 4.1.5

### Patch Changes

- Updated dependencies [f54564545]
- @lens-protocol/react-web@2.3.2

## 4.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lens-protocol/wagmi",
"version": "4.1.4",
"version": "4.1.5",
"description": "wagmi bindings for @lens-protocol/react",
"repository": {
"directory": "packages/wagmi",
Expand Down

0 comments on commit 3430b49

Please sign in to comment.