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 Dec 21, 2023
1 parent 3c21848 commit 8b93f77
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"eleven-numbers-wave",
"empty-apricots-cross",
"five-seals-tap",
"flat-boxes-work",
"fluffy-apricots-provide",
"forty-brooms-wonder",
"fresh-lamps-explain",
Expand All @@ -75,6 +76,7 @@
"heavy-dodos-raise",
"heavy-terms-prove",
"hip-buckets-tickle",
"honest-berries-fetch",
"honest-drinks-try",
"hot-eels-divide",
"hot-hornets-drum",
Expand Down Expand Up @@ -118,6 +120,7 @@
"quick-knives-tap",
"quiet-rules-pay",
"rare-birds-breathe",
"rude-suns-visit",
"serious-bats-shake",
"shaggy-carrots-cry",
"sharp-snakes-push",
Expand All @@ -133,11 +136,13 @@
"small-seas-switch",
"smooth-ties-roll",
"sour-avocados-look",
"sour-tables-impress",
"spicy-hornets-protect",
"spotty-bikes-eat",
"strange-yaks-sit",
"strong-cherries-compare",
"stupid-birds-wait",
"stupid-taxis-move",
"swift-dragons-watch",
"swift-hornets-camp",
"tall-gorillas-build",
Expand Down
2 changes: 1 addition & 1 deletion .changeset/rude-suns-visit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@lens-protocol/client": minor
---

feat: allow decryptable content with wallet-only auth
**feat:** allow decryptable content with wallet-only auth
6 changes: 6 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lens-protocol/api-bindings

## 0.11.0-alpha.24

### Patch Changes

- 481e1d7aa: **feat:** adds `useResolveAddress` hook

## 0.11.0-alpha.23

### 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.11.0-alpha.23",
"version": "0.11.0-alpha.24",
"description": "Graphql fragments, react hooks, typescript types of lens API.",
"repository": {
"directory": "packages/api-bindings",
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.0.0-alpha.27

### Minor Changes

- 75e2caea6: **feat:** support `handleToAddress` query
- 61f0aedb6: **feat:** allow decryptable content with wallet-only auth

### Patch Changes

- c074c4ded: **fixed:** issue #777
- fa944c274: **fixed:** TSDocs typos/mistakes

## 2.0.0-alpha.26

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

## 0.1.0-alpha.4

### Minor Changes

- 481e1d7aa: **feat:** adds `useResolveAddress` hook

### Patch Changes

- c074c4ded: **fixed:** issue #777
- fa944c274: **fixed:** TSDocs typos/mistakes
- Updated dependencies [481e1d7aa]
- Updated dependencies [c074c4ded]
- Updated dependencies [fa944c274]
- @lens-protocol/react@2.0.0-alpha.27
- @lens-protocol/api-bindings@0.11.0-alpha.24

## 0.1.0-alpha.3

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

## 2.0.0-alpha.27

### Minor Changes

- 481e1d7aa: **feat:** adds `useResolveAddress` hook

### Patch Changes

- c074c4ded: **fixed:** issue #777
- fa944c274: **fixed:** TSDocs typos/mistakes
- Updated dependencies [481e1d7aa]
- Updated dependencies [c074c4ded]
- Updated dependencies [fa944c274]
- @lens-protocol/react@2.0.0-alpha.27
- @lens-protocol/api-bindings@0.11.0-alpha.24

## 2.0.0-alpha.26

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

## 2.0.0-alpha.27

### Minor Changes

- 481e1d7aa: **feat:** adds `useResolveAddress` hook

### Patch Changes

- c074c4ded: **fixed:** issue #777
- fa944c274: **fixed:** TSDocs typos/mistakes
- Updated dependencies [481e1d7aa]
- @lens-protocol/api-bindings@0.11.0-alpha.24

## 2.0.0-alpha.26

### 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.26",
"version": "2.0.0-alpha.27",
"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

## 3.0.0-alpha.24

### Patch Changes

- Updated dependencies [481e1d7aa]
- Updated dependencies [c074c4ded]
- Updated dependencies [fa944c274]
- @lens-protocol/react-web@2.0.0-alpha.27

## 3.0.0-alpha.23

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

0 comments on commit 8b93f77

Please sign in to comment.