Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updates develop #975

Merged
merged 2 commits into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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",
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
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",
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
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",
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
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",
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
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",
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
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",

Unchanged files with check annotations Beta

export type SuggestedFormattedHandle = {
readonly __typename: 'SuggestedFormattedHandle';
/** The full formatted handle - namespace/@localname */

Check warning on line 4883 in packages/gated-content/src/graphql/generated.ts

GitHub Actions / Lint

tsdoc-at-sign-in-word: The "@" character looks like part of a TSDoc tag; use a backslash to escape it

Check warning on line 4883 in packages/gated-content/src/graphql/generated.ts

GitHub Actions / Lint

tsdoc-at-sign-in-word: The "@" character looks like part of a TSDoc tag; use a backslash to escape it
readonly full: Scalars['String'];
/** The formatted handle - @localname */

Check warning on line 4885 in packages/gated-content/src/graphql/generated.ts

GitHub Actions / Lint

tsdoc-undefined-tag: The TSDoc tag "@localname" is not defined in this configuration

Check warning on line 4885 in packages/gated-content/src/graphql/generated.ts

GitHub Actions / Lint

tsdoc-undefined-tag: The TSDoc tag "@localname" is not defined in this configuration
readonly localName: Scalars['String'];
};