Skip to content

Commit

Permalink
chore: updates versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Jun 27, 2024
1 parent 7730a3a commit 1d2122d
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changeset/pink-oranges-compare.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wet-bottles-count.md

This file was deleted.

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

## 0.12.3

### Patch Changes

- 73c1bfebe: **fix:** expose PublicationOperations#hasQuoted flag.
- 7f080c11b: **fix:** adds `ProfileOperations.hasBlockedMe` field.

## 0.12.2

### Patch 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.2",
"version": "0.12.3",
"description": "Graphql fragments, react hooks, typescript types of lens API.",
"repository": {
"directory": "packages/api-bindings",
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.1

### Patch Changes

- 7f080c11b: **fix:** adds `ProfileOperations.hasBlockedMe` field.

## 2.3.0

### Minor 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.0",
"version": "2.3.1",
"description": "Low level Lens API client",
"repository": {
"directory": "packages/client",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lens-protocol/react-native

## 2.3.1

### Patch Changes

- 73c1bfebe: **fix:** expose PublicationOperations#hasQuoted flag.
- 7f080c11b: **fix:** adds `ProfileOperations.hasBlockedMe` field.
- Updated dependencies [73c1bfebe]
- Updated dependencies [7f080c11b]
- @lens-protocol/api-bindings@0.12.3
- @lens-protocol/react@2.3.1

## 2.3.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": "@lens-protocol/react-native",
"version": "2.3.0",
"version": "2.3.1",
"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
10 changes: 10 additions & 0 deletions packages/react-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lens-protocol/react-web

## 2.3.1

### Patch Changes

- 73c1bfebe: **fix:** expose PublicationOperations#hasQuoted flag.
- 7f080c11b: **fix:** adds `ProfileOperations.hasBlockedMe` field.
- Updated dependencies [73c1bfebe]
- Updated dependencies [7f080c11b]
- @lens-protocol/react@2.3.1

## 2.3.0

### Minor 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.0",
"version": "2.3.1",
"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
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lens-protocol/react

## 2.3.1

### Patch Changes

- 73c1bfebe: **fix:** expose PublicationOperations#hasQuoted flag.
- 7f080c11b: **fix:** adds `ProfileOperations.hasBlockedMe` field.
- Updated dependencies [73c1bfebe]
- Updated dependencies [7f080c11b]
- @lens-protocol/api-bindings@0.12.3

## 2.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": "@lens-protocol/react",
"version": "2.3.0",
"version": "2.3.1",
"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
8 changes: 8 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lens-protocol/wagmi

## 4.1.4

### Patch Changes

- Updated dependencies [73c1bfebe]
- Updated dependencies [7f080c11b]
- @lens-protocol/react-web@2.3.1

## 4.1.3

### 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.3",
"version": "4.1.4",
"description": "wagmi bindings for @lens-protocol/react",
"repository": {
"directory": "packages/wagmi",
Expand Down

0 comments on commit 1d2122d

Please sign in to comment.