Skip to content

Commit

Permalink
Merge pull request #786 from lens-protocol/main
Browse files Browse the repository at this point in the history
chore: update from main after release
  • Loading branch information
krzysu authored Dec 14, 2023
2 parents a212567 + fa27197 commit d3a85d1
Show file tree
Hide file tree
Showing 17 changed files with 123 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"chilly-mirrors-fry",
"cold-pants-do",
"cool-bikes-report",
"cuddly-emus-judge",
"cuddly-schools-nail",
"curvy-onions-destroy",
"cyan-cars-join",
Expand Down Expand Up @@ -93,9 +94,11 @@
"many-jeans-cough",
"mean-ducks-tan",
"metal-cougars-train",
"mighty-planets-retire",
"modern-spies-confess",
"nervous-papayas-design",
"new-doors-sip",
"new-moons-jog",
"new-pianos-type",
"nine-chicken-deliver",
"ninety-meals-bake",
Expand All @@ -106,6 +109,7 @@
"old-owls-roll",
"olive-beans-double",
"olive-trainers-march",
"orange-masks-punch",
"plenty-emus-doubt",
"polite-pans-allow",
"poor-parrots-unite",
Expand All @@ -126,13 +130,15 @@
"slow-melons-fail",
"small-forks-rest",
"small-hats-mix",
"small-seas-switch",
"smooth-ties-roll",
"sour-avocados-look",
"spicy-hornets-protect",
"spotty-bikes-eat",
"strange-yaks-sit",
"strong-cherries-compare",
"stupid-birds-wait",
"swift-dragons-watch",
"swift-hornets-camp",
"tall-gorillas-build",
"tame-icons-leave",
Expand All @@ -145,6 +151,7 @@
"thin-news-pull",
"three-cougars-pay",
"tidy-kangaroos-bake",
"tidy-pants-punch",
"tough-snakes-complain",
"tricky-planets-share",
"two-geese-protect",
Expand Down
10 changes: 10 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lens-protocol/api-bindings

## 0.11.0-alpha.23

### Patch Changes

- a21256702: **feat:** `useModuleMetadata`, `useLazyModuleMetadata` and surfaces new unknown modules fields
- Updated dependencies [dd2f7d246]
- Updated dependencies [21c643d0c]
- Updated dependencies [78d95a3d0]
- @lens-protocol/domain@0.11.0-alpha.18

## 0.11.0-alpha.22

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

## 0.10.0-alpha.18

### Patch Changes

- Updated dependencies [dd2f7d246]
- Updated dependencies [21c643d0c]
- Updated dependencies [78d95a3d0]
- @lens-protocol/domain@0.11.0-alpha.18

## 0.10.0-alpha.17

### 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.0-alpha.17",
"version": "0.10.0-alpha.18",
"description": "Utilities for interacting with the blockchain.",
"repository": {
"directory": "packages/blockchain-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.0.0-alpha.26

### Minor Changes

- a21256702: **feat:** support Open Action Module Metadata in `LensClient`

## 2.0.0-alpha.25

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

## 0.11.0-alpha.18

### Minor Changes

- dd2f7d246: feat: adds self-funded support for unfollow
- 78d95a3d0: feat: implements self-funded unlink handle

### Patch Changes

- 21c643d0c: **fix:** Revoke credentials only on user initiated logout

## 0.11.0-alpha.17

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

## 0.1.0-alpha.3

### Minor Changes

- dd2f7d246: feat: adds self-funded support for unfollow
- a21256702: **feat:** `useModuleMetadata`, `useLazyModuleMetadata` and surfaces new unknown modules fields

### Patch Changes

- 21c643d0c: **fix:** Revoke credentials only on user initiated logout
- Updated dependencies [dd2f7d246]
- Updated dependencies [a21256702]
- Updated dependencies [750767231]
- Updated dependencies [21c643d0c]
- Updated dependencies [78d95a3d0]
- @lens-protocol/domain@0.11.0-alpha.18
- @lens-protocol/react@2.0.0-alpha.26
- @lens-protocol/api-bindings@0.11.0-alpha.23

## 0.1.0-alpha.2

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

## 2.0.0-alpha.26

### Minor Changes

- dd2f7d246: feat: adds self-funded support for unfollow
- a21256702: **feat:** `useModuleMetadata`, `useLazyModuleMetadata` and surfaces new unknown modules fields
- 750767231: **feat:** Added experimental hooks to integrate with XMTP: `useXmtpClient`, `useStartLensConversation`, `useEnhanceConversation`, and `useEnhanceConversations`
- 78d95a3d0: feat: implements self-funded unlink handle

### Patch Changes

- 21c643d0c: **fix:** Revoke credentials only on user initiated logout
- Updated dependencies [dd2f7d246]
- Updated dependencies [a21256702]
- Updated dependencies [750767231]
- Updated dependencies [21c643d0c]
- Updated dependencies [78d95a3d0]
- @lens-protocol/domain@0.11.0-alpha.18
- @lens-protocol/react@2.0.0-alpha.26
- @lens-protocol/api-bindings@0.11.0-alpha.23

## 2.0.0-alpha.25

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

### Minor Changes

- dd2f7d246: feat: adds self-funded support for unfollow
- a21256702: **feat:** `useModuleMetadata`, `useLazyModuleMetadata` and surfaces new unknown modules fields
- 750767231: **feat:** Added experimental hooks to integrate with XMTP: `useXmtpClient`, `useStartLensConversation`, `useEnhanceConversation`, and `useEnhanceConversations`
- 78d95a3d0: feat: implements self-funded unlink handle

### Patch Changes

- 21c643d0c: **fix:** Revoke credentials only on user initiated logout
- Updated dependencies [dd2f7d246]
- Updated dependencies [a21256702]
- Updated dependencies [21c643d0c]
- Updated dependencies [78d95a3d0]
- @lens-protocol/domain@0.11.0-alpha.18
- @lens-protocol/api-bindings@0.11.0-alpha.23
- @lens-protocol/blockchain-bindings@0.10.0-alpha.18

## 2.0.0-alpha.25

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

## 3.0.0-alpha.23

### Patch Changes

- f8db5595f: Upgraded wagmi dependency
- Updated dependencies [dd2f7d246]
- Updated dependencies [a21256702]
- Updated dependencies [750767231]
- Updated dependencies [21c643d0c]
- Updated dependencies [78d95a3d0]
- @lens-protocol/react-web@2.0.0-alpha.26

## 3.0.0-alpha.22

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

0 comments on commit d3a85d1

Please sign in to comment.