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

update develop after release #934

Merged
merged 2 commits into from
May 3, 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
7 changes: 0 additions & 7 deletions .changeset/brave-pears-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-tigers-peel.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/few-pumpkins-flash.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/friendly-fans-invent.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/hungry-spoons-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-scissors-destroy.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/old-moose-develop.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/quick-onions-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-fishes-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-seas-search.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lens-protocol/api-bindings

## 0.12.1

### Patch Changes

- 2edd76361: **feat:** added globalStats alias to publication and profile stats
- Updated dependencies [b1e474862]
- Updated dependencies [1e6b96c67]
- @lens-protocol/domain@0.12.0

## 0.12.0

### Minor Changes
2 changes: 1 addition & 1 deletion packages/api-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lens-protocol/api-bindings",
"version": "0.12.0",
"version": "0.12.1",
"description": "Graphql fragments, react hooks, typescript types of lens API.",
"repository": {
"directory": "packages/api-bindings",
8 changes: 8 additions & 0 deletions packages/blockchain-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lens-protocol/blockchain-bindings

## 0.10.2

### Patch Changes

- Updated dependencies [b1e474862]
- Updated dependencies [1e6b96c67]
- @lens-protocol/domain@0.12.0

## 0.10.1

### Patch Changes
2 changes: 1 addition & 1 deletion packages/blockchain-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lens-protocol/blockchain-bindings",
"version": "0.10.1",
"version": "0.10.2",
"description": "Utilities for interacting with the blockchain.",
"repository": {
"directory": "packages/blockchain-bindings",
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @lens-protocol/cli

## 0.1.0

### Minor Changes

- 00bdeb781: **feat:** Initial version of Lens CLI - a CLI tool for Lens developers. Initial commands: `create-profile` and `investigate`.

### Patch Changes

- Updated dependencies [ea5a9df82]
- Updated dependencies [5e51f4938]
- Updated dependencies [7f5436d69]
- @lens-protocol/client@2.2.0
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.0.0",
"version": "0.1.0",
"description": "Lens CLI",
"repository": {
"directory": "packages/cli",
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lens-protocol/client

## 2.2.0

### Minor Changes

- ea5a9df82: **feat:** added `wallet.hideManagedProfile` and `wallet.unhideManagedProfile` methods

### Patch Changes

- 5e51f4938: **feat:** add missing reference modules fragments: LegacyFollowOnlyReferenceModuleSettingsFragment and LegacyDegreesOfSeparationReferenceModuleSettingsFragment
- 7f5436d69: **fix:** `client.profile.follow` and `client.publication.actions.actOn` request types
- @lens-protocol/blockchain-bindings@0.10.2

## 2.1.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.1.1",
"version": "2.2.0",
"description": "Low level Lens API client",
"repository": {
"directory": "packages/client",
10 changes: 10 additions & 0 deletions packages/domain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lens-protocol/domain

## 0.12.0

### Minor Changes

- 1e6b96c67: **feat:** added hooks to manage profile interests: useAddProfileInterests and useRemoveProfileInterests

### Patch Changes

- b1e474862: **chore:** remove unused error details

## 0.11.1

### Patch Changes
2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lens-protocol/domain",
"version": "0.11.1",
"version": "0.12.0",
"description": "Critical Business Rules and Application-specific Business Rules",
"exports": {
"./mocks": {
23 changes: 23 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @lens-protocol/react-native

## 2.2.0

### Minor Changes

- 8d4e958e0: **feat:** experimental React Suspense support in `useProfile` hook
- 1e6b96c67: **feat:** added hooks to manage profile interests: useAddProfileInterests and useRemoveProfileInterests

### Patch Changes

- 8bc1cf3ba: **fix:** make sure initial value is returned by `useAccessToken`, `useRefreshToken`, and `useIdentityToken` in all circumstances
- 2edd76361: **feat:** added globalStats alias to publication and profile stats
- b1e474862: **chore:** remove unused error details
- 0d9bd97bd: **fix:** `useCreateProfile` fails w/ `InvariantError` on first Profile created
- Updated dependencies [8d4e958e0]
- Updated dependencies [8bc1cf3ba]
- Updated dependencies [2edd76361]
- Updated dependencies [b1e474862]
- Updated dependencies [0d9bd97bd]
- Updated dependencies [1e6b96c67]
- @lens-protocol/react@2.2.0
- @lens-protocol/api-bindings@0.12.1
- @lens-protocol/domain@0.12.0

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

## 2.2.0

### Minor Changes

- 8d4e958e0: **feat:** experimental React Suspense support in `useProfile` hook
- 1e6b96c67: **feat:** added hooks to manage profile interests: useAddProfileInterests and useRemoveProfileInterests

### Patch Changes

- 8bc1cf3ba: **fix:** make sure initial value is returned by `useAccessToken`, `useRefreshToken`, and `useIdentityToken` in all circumstances
- 2edd76361: **feat:** added globalStats alias to publication and profile stats
- b1e474862: **chore:** remove unused error details
- 0d9bd97bd: **fix:** `useCreateProfile` fails w/ `InvariantError` on first Profile created
- Updated dependencies [8d4e958e0]
- Updated dependencies [8bc1cf3ba]
- Updated dependencies [2edd76361]
- Updated dependencies [b1e474862]
- Updated dependencies [0d9bd97bd]
- Updated dependencies [1e6b96c67]
- @lens-protocol/react@2.2.0
- @lens-protocol/domain@0.12.0

## 2.1.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.1.1",
"version": "2.2.0",
"description": "Lens Protocol SDK for React web applications",
"main": "dist/lens-protocol-react-web.cjs.js",
"module": "dist/lens-protocol-react-web.esm.js",
20 changes: 20 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @lens-protocol/react

## 2.2.0

### Minor Changes

- 8d4e958e0: **feat:** experimental React Suspense support in `useProfile` hook
- 1e6b96c67: **feat:** added hooks to manage profile interests: useAddProfileInterests and useRemoveProfileInterests

### Patch Changes

- 8bc1cf3ba: **fix:** make sure initial value is returned by `useAccessToken`, `useRefreshToken`, and `useIdentityToken` in all circumstances
- 2edd76361: **feat:** added globalStats alias to publication and profile stats
- b1e474862: **chore:** remove unused error details
- 0d9bd97bd: **fix:** `useCreateProfile` fails w/ `InvariantError` on first Profile created
- Updated dependencies [2edd76361]
- Updated dependencies [b1e474862]
- Updated dependencies [1e6b96c67]
- @lens-protocol/api-bindings@0.12.1
- @lens-protocol/domain@0.12.0
- @lens-protocol/blockchain-bindings@0.10.2

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

## 4.1.2

### Patch Changes

- Updated dependencies [8d4e958e0]
- Updated dependencies [8bc1cf3ba]
- Updated dependencies [2edd76361]
- Updated dependencies [b1e474862]
- Updated dependencies [0d9bd97bd]
- Updated dependencies [1e6b96c67]
- @lens-protocol/react-web@2.2.0

## 4.1.1

### 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.1",
"version": "4.1.2",
"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'];
};