Skip to content

Commit

Permalink
chore: prepare release react 2.0.0-alpha.35
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu committed Mar 4, 2024
1 parent 0e9de6f commit 8f6070a
Show file tree
Hide file tree
Showing 17 changed files with 101 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@
"giant-games-type",
"gold-dolphins-pump",
"gold-radios-hunt",
"gold-ways-float",
"gold-wombats-tell",
"good-insects-compete",
"gorgeous-pigs-kneel",
"gorgeous-rice-trade",
"green-ligers-flow",
"grumpy-bugs-sip",
"grumpy-coats-scream",
"happy-donuts-boil",
Expand All @@ -102,6 +104,7 @@
"hot-eels-divide",
"hot-hornets-drum",
"itchy-mails-shout",
"khaki-students-pump",
"large-cars-know",
"large-glasses-grin",
"late-clocks-rhyme",
Expand Down Expand Up @@ -186,6 +189,7 @@
"swift-hornets-camp",
"swift-readers-compare",
"tall-gorillas-build",
"tall-penguins-ring",
"tame-icons-leave",
"tame-kiwis-own",
"tame-starfishes-prove",
Expand Down
11 changes: 11 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lens-protocol/api-bindings

## 0.11.0-alpha.31

### Minor Changes

- 8869b5819: **feat:** added `useRecommendProfileToggle` hook

### Patch Changes

- Updated dependencies [8869b5819]
- @lens-protocol/domain@0.11.0-alpha.24

## 0.11.0-alpha.30

### 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.11.0-alpha.30",
"version": "0.11.0-alpha.31",
"description": "Graphql fragments, react hooks, typescript types of lens API.",
"repository": {
"directory": "packages/api-bindings",
Expand Down
7 changes: 7 additions & 0 deletions packages/blockchain-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lens-protocol/blockchain-bindings

## 0.10.0-alpha.25

### Patch Changes

- Updated dependencies [8869b5819]
- @lens-protocol/domain@0.11.0-alpha.24

## 0.10.0-alpha.24

### Minor 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.0-alpha.24",
"version": "0.10.0-alpha.25",
"description": "Utilities for interacting with the blockchain.",
"repository": {
"directory": "packages/blockchain-bindings",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lens-protocol/client

## 2.0.0-alpha.35

### Patch Changes

- 0e9de6f2a: **fix:** adds missing `lensPublicActProxyOnchainSigNonce` field to `UserSigNoncesFragment`
- @lens-protocol/blockchain-bindings@0.10.0-alpha.25

## 2.0.0-alpha.34

### 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.0.0-alpha.34",
"version": "2.0.0-alpha.35",
"description": "Low level Lens API client",
"repository": {
"directory": "packages/client",
Expand Down
6 changes: 6 additions & 0 deletions packages/domain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lens-protocol/domain

## 0.11.0-alpha.24

### Minor Changes

- 8869b5819: **feat:** added `useRecommendProfileToggle` hook

## 0.11.0-alpha.23

### Minor 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.0-alpha.23",
"version": "0.11.0-alpha.24",
"description": "Critical Business Rules and Application-specific Business Rules",
"exports": {
"./mocks": {
Expand Down
17 changes: 17 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @lens-protocol/react-native

## 0.1.0-alpha.12

### Minor Changes

- 8869b5819: **feat:** added `useRecommendProfileToggle` hook

### Patch Changes

- 36a077785: **fix:** useUpdateProfileManagers preconditions logic when approving signless
- 0e9de6f2a: **fix:** nonce management for link/unlink handles and unfollow profile
- Updated dependencies [8869b5819]
- Updated dependencies [36a077785]
- Updated dependencies [0e9de6f2a]
- @lens-protocol/api-bindings@0.11.0-alpha.31
- @lens-protocol/domain@0.11.0-alpha.24
- @lens-protocol/react@2.0.0-alpha.35

## 0.1.0-alpha.11

### 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": "0.1.0-alpha.11",
"version": "0.1.0-alpha.12",
"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
17 changes: 17 additions & 0 deletions packages/react-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @lens-protocol/react-web

## 2.0.0-alpha.35

### Minor Changes

- 8869b5819: **feat:** added `useRecommendProfileToggle` hook

### Patch Changes

- 36a077785: **fix:** useUpdateProfileManagers preconditions logic when approving signless
- 0e9de6f2a: **fix:** nonce management for link/unlink handles and unfollow profile
- Updated dependencies [8869b5819]
- Updated dependencies [36a077785]
- Updated dependencies [0e9de6f2a]
- @lens-protocol/api-bindings@0.11.0-alpha.31
- @lens-protocol/domain@0.11.0-alpha.24
- @lens-protocol/react@2.0.0-alpha.35

## 2.0.0-alpha.34

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

## 2.0.0-alpha.35

### Minor Changes

- 8869b5819: **feat:** added `useRecommendProfileToggle` hook

### Patch Changes

- 36a077785: **fix:** useUpdateProfileManagers preconditions logic when approving signless
- 0e9de6f2a: **fix:** nonce management for link/unlink handles and unfollow profile
- Updated dependencies [8869b5819]
- @lens-protocol/api-bindings@0.11.0-alpha.31
- @lens-protocol/domain@0.11.0-alpha.24
- @lens-protocol/blockchain-bindings@0.10.0-alpha.25

## 2.0.0-alpha.34

### 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.0.0-alpha.34",
"version": "2.0.0-alpha.35",
"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
9 changes: 9 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lens-protocol/wagmi

## 4.0.0-alpha.4

### Patch Changes

- Updated dependencies [8869b5819]
- Updated dependencies [36a077785]
- Updated dependencies [0e9de6f2a]
- @lens-protocol/react-web@2.0.0-alpha.35

## 4.0.0-alpha.3

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

0 comments on commit 8f6070a

Please sign in to comment.