Skip to content

Commit

Permalink
chore: bumps up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Feb 14, 2024
1 parent 7b1cbde commit 39a3854
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"giant-games-type",
"gold-dolphins-pump",
"gold-radios-hunt",
"gold-wombats-tell",
"gorgeous-pigs-kneel",
"gorgeous-rice-trade",
"grumpy-bugs-sip",
Expand Down Expand Up @@ -114,6 +115,7 @@
"mighty-planets-retire",
"modern-spies-confess",
"modern-taxis-share",
"neat-moons-study",
"nervous-papayas-design",
"new-doors-sip",
"new-moons-jog",
Expand Down Expand Up @@ -180,6 +182,7 @@
"thin-news-pull",
"thirty-eyes-act",
"three-cougars-pay",
"three-tools-fly",
"tidy-kangaroos-bake",
"tidy-pants-punch",
"tough-snakes-complain",
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lens-protocol/client

## 2.0.0-alpha.32

### Minor Changes

- 1f95547be: **feat:** added `client.wallet.rateLimits` method to fetch the sponsored transaction limits
- 1f95547be: **feat:** Introduced common query params, deprecated `LensClientConfig.mediaTransforms` for `LensClientConfig.params`

### Patch Changes

- 7b1cbde5d: **fix:** TSDoc and better exporting of shared parts

## 2.0.0-alpha.31

### 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.0.0-alpha.31",
"version": "2.0.0-alpha.32",
"description": "Low level Lens API client",
"repository": {
"directory": "packages/client",
Expand Down
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

## 0.1.0-alpha.9

### Patch Changes

- 7b1cbde5d: **fix:** TSDoc and better exporting of shared parts
- Updated dependencies [7b1cbde5d]
- @lens-protocol/react@2.0.0-alpha.32

## 0.1.0-alpha.8

### 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.8",
"version": "0.1.0-alpha.9",
"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
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.0.0-alpha.32

### Patch Changes

- 7b1cbde5d: **fix:** TSDoc and better exporting of shared parts
- Updated dependencies [7b1cbde5d]
- @lens-protocol/react@2.0.0-alpha.32

## 2.0.0-alpha.31

### 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.31",
"version": "2.0.0-alpha.32",
"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
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.0.0-alpha.32

### Patch Changes

- 7b1cbde5d: **fix:** TSDoc and better exporting of shared parts

## 2.0.0-alpha.31

### 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.31",
"version": "2.0.0-alpha.32",
"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
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.0.0-alpha.1

### Patch Changes

- Updated dependencies [7b1cbde5d]
- @lens-protocol/react-web@2.0.0-alpha.32

## 4.0.0-alpha.0

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

0 comments on commit 39a3854

Please sign in to comment.