Skip to content

Commit

Permalink
Merge pull request #934 from lens-protocol/main
Browse files Browse the repository at this point in the history
update develop after release
  • Loading branch information
krzysu authored May 3, 2024
2 parents 7f5436d + 23d80b3 commit aa460c7
Show file tree
Hide file tree
Showing 28 changed files with 139 additions and 74 deletions.
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
Expand Down
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",
Expand Down
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
Expand Down
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",
Expand Down
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",
Expand Down
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
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.1.1",
"version": "2.2.0",
"description": "Low level Lens API client",
"repository": {
"directory": "packages/client",
Expand Down
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
Expand Down
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": {
Expand Down
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
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.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",
Expand Down
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
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.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",
Expand Down
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
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.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",
Expand Down
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
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.1",
"version": "4.1.2",
"description": "wagmi bindings for @lens-protocol/react",
"repository": {
"directory": "packages/wagmi",
Expand Down

0 comments on commit aa460c7

Please sign in to comment.