Skip to content

Commit

Permalink
Merge pull request #814 from lens-protocol/main
Browse files Browse the repository at this point in the history
chore: post-release update
  • Loading branch information
cesarenaldi authored Jan 30, 2024
2 parents 821d8c4 + ef0b683 commit 3fbb7b2
Show file tree
Hide file tree
Showing 23 changed files with 230 additions and 11 deletions.
13 changes: 13 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"changesets": [
"afraid-lemons-bathe",
"angry-seals-rush",
"blue-pets-poke",
"breezy-lizards-sell",
"brown-bears-repair",
Expand Down Expand Up @@ -57,6 +58,7 @@
"flat-boxes-work",
"fluffy-apricots-provide",
"forty-brooms-wonder",
"four-squids-clean",
"fresh-lamps-explain",
"friendly-monkeys-relax",
"friendly-planes-run",
Expand All @@ -70,13 +72,18 @@
"gold-radios-hunt",
"gorgeous-pigs-kneel",
"gorgeous-rice-trade",
"grumpy-bugs-sip",
"grumpy-coats-scream",
"happy-donuts-boil",
"happy-pumpkins-clean",
"heavy-dodos-raise",
"heavy-lizards-eat",
"heavy-terms-prove",
"hip-baboons-camp",
"hip-brooms-act",
"hip-buckets-tickle",
"honest-berries-fetch",
"honest-buses-flow",
"honest-drinks-try",
"hot-eels-divide",
"hot-hornets-drum",
Expand All @@ -98,6 +105,7 @@
"metal-cougars-train",
"mighty-planets-retire",
"modern-spies-confess",
"modern-taxis-share",
"nervous-papayas-design",
"new-doors-sip",
"new-moons-jog",
Expand All @@ -117,14 +125,17 @@
"poor-parrots-unite",
"popular-pants-look",
"pretty-parents-exist",
"quick-ads-press",
"quick-knives-tap",
"quiet-rules-pay",
"rare-birds-breathe",
"rude-suns-visit",
"serious-bats-shake",
"shaggy-carrots-cry",
"shaggy-colts-turn",
"sharp-snakes-push",
"shy-pugs-taste",
"silent-mangos-yawn",
"six-cherries-notice",
"six-feet-sparkle",
"six-flowers-smell",
Expand Down Expand Up @@ -162,7 +173,9 @@
"two-geese-protect",
"violet-ads-warn",
"violet-impalas-grab",
"wet-dogs-refuse",
"wicked-bobcats-joke",
"witty-roses-burn",
"yellow-cows-push",
"young-carrots-jump",
"young-jeans-reflect"
Expand Down
16 changes: 16 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @lens-protocol/api-bindings

## 0.11.0-alpha.25

### Minor Changes

- bb9a8dd7b: **feat:** introduces `params.statsFor` and `params.profile.metadataSource` in `LensConfig`

### Patch Changes

- c2b05bdf0: **Fixed**: missing export of `findCollectModuleSettings` and `isCollectModuleSettings` helpers
- 74751f359: feat: Expose `erc20Amount` helper to make working with API Amounts easier
- 6a4df1bdb: **feat:** support Unknown Follow Modules
- Updated dependencies [1a97c390a]
- Updated dependencies [b647eab70]
- @lens-protocol/shared-kernel@0.11.0-alpha.9
- @lens-protocol/domain@0.11.0-alpha.19

## 0.11.0-alpha.24

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

## 0.10.0-alpha.19

### Patch Changes

- 1a97c390a: **chore:** Removed peer dependency on ethers@5
- 6a4df1bdb: **feat:** support Unknown Follow Modules
- Updated dependencies [1a97c390a]
- Updated dependencies [b647eab70]
- @lens-protocol/shared-kernel@0.11.0-alpha.9
- @lens-protocol/domain@0.11.0-alpha.19

## 0.10.0-alpha.18

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

## 2.0.0-alpha.28

### Minor Changes

- fea579acf: **feat**: Added `authentication.authenticateWith` method to allow to authenticate LensClient with an existing refresh token
- a1c584448: **feat**: added new methods:

- `feed.latestPaidActions`
- `profile.report`
- `profile.followStatusBulk`
- `nfts.collections`
- `nfts.collectionOwners`
- `nfts.mutualCollections`
- `nfts.popularCollections`

**breaking**: `nfts.fetch` doesn't require authentication, returns `Promise<PaginatedResult<NftFragment>>`

### Patch Changes

- fea579acf: **chore**: Relax node version requirements to >18 <21
- 1a97c390a: **chore:** Removed peer dependency on ethers@5
- 6a4df1bdb: **feat:** support Unknown Follow Modules
- Updated dependencies [1a97c390a]
- Updated dependencies [b647eab70]
- Updated dependencies [6a4df1bdb]
- @lens-protocol/blockchain-bindings@0.10.0-alpha.19
- @lens-protocol/gated-content@0.3.3-alpha.20
- @lens-protocol/shared-kernel@0.11.0-alpha.9
- @lens-protocol/storage@0.7.5-alpha.8

## 2.0.0-alpha.27

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

## 0.11.0-alpha.19

### Patch Changes

- Updated dependencies [1a97c390a]
- Updated dependencies [b647eab70]
- @lens-protocol/shared-kernel@0.11.0-alpha.9

## 0.11.0-alpha.18

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

## 0.3.3-alpha.20

### Patch Changes

- 1a97c390a: **chore:** Removed peer dependency on ethers@5
- Updated dependencies [1a97c390a]
- Updated dependencies [b647eab70]
- @lens-protocol/shared-kernel@0.11.0-alpha.9
- @lens-protocol/storage@0.7.5-alpha.8

## 0.3.3-alpha.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gated-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lens-protocol/gated-content",
"version": "0.3.3-alpha.19",
"version": "0.3.3-alpha.20",
"description": "Token-gated content for the Lens Protocol",
"main": "dist/lens-protocol-gated-content.cjs.js",
"module": "dist/lens-protocol-gated-content.esm.js",
Expand Down
33 changes: 33 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @lens-protocol/react-native

## 0.1.0-alpha.5

### Minor Changes

- bb9a8dd7b: **feat:** introduces `params.statsFor` and `params.profile.metadataSource` in `LensConfig`
- b647eab70: **feat:** Introduced `debug` mode. Exported `ConsoleLogger`.
- 6a4df1bdb: **feat:** support Unknown Follow Modules

### Patch Changes

- 1a97c390a: **chore:** Removed peer dependency on ethers@5
- 821d8c492: **fix:** supports User Rejection error from Wallet that despite returning correct error code are NOT recognized by `ethers` (v5)
- c2b05bdf0: **Fixed**: missing export of `findCollectModuleSettings` and `isCollectModuleSettings` helpers
- 74751f359: feat: Expose `erc20Amount` helper to make working with API Amounts easier
- c2b05bdf0: **fixed:** return type of `useLazyModuleMetadata`
- c2b05bdf0: **fix:** exports missing `AsyncTransactionResult`
- c2b05bdf0: **fix:** exports missing `ProfileFields` type
- Updated dependencies [bb9a8dd7b]
- Updated dependencies [1a97c390a]
- Updated dependencies [821d8c492]
- Updated dependencies [c2b05bdf0]
- Updated dependencies [b647eab70]
- Updated dependencies [74751f359]
- Updated dependencies [c2b05bdf0]
- Updated dependencies [c2b05bdf0]
- Updated dependencies [6a4df1bdb]
- Updated dependencies [c2b05bdf0]
- @lens-protocol/api-bindings@0.11.0-alpha.25
- @lens-protocol/react@2.0.0-alpha.28
- @lens-protocol/shared-kernel@0.11.0-alpha.9
- @lens-protocol/domain@0.11.0-alpha.19
- @lens-protocol/storage@0.7.5-alpha.8

## 0.1.0-alpha.4

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

## 2.0.0-alpha.28

### Minor Changes

- bb9a8dd7b: **feat:** introduces `params.statsFor` and `params.profile.metadataSource` in `LensConfig`
- b647eab70: **feat:** Introduced `debug` mode. Exported `ConsoleLogger`.
- 6a4df1bdb: **feat:** support Unknown Follow Modules

### Patch Changes

- 1a97c390a: **chore:** Removed peer dependency on ethers@5
- 821d8c492: **fix:** supports User Rejection error from Wallet that despite returning correct error code are NOT recognized by `ethers` (v5)
- c2b05bdf0: **Fixed**: missing export of `findCollectModuleSettings` and `isCollectModuleSettings` helpers
- 74751f359: feat: Expose `erc20Amount` helper to make working with API Amounts easier
- c2b05bdf0: **fixed:** return type of `useLazyModuleMetadata`
- c2b05bdf0: **fix:** exports missing `AsyncTransactionResult`
- c2b05bdf0: **fix:** exports missing `ProfileFields` type
- Updated dependencies [bb9a8dd7b]
- Updated dependencies [1a97c390a]
- Updated dependencies [821d8c492]
- Updated dependencies [c2b05bdf0]
- Updated dependencies [b647eab70]
- Updated dependencies [74751f359]
- Updated dependencies [c2b05bdf0]
- Updated dependencies [c2b05bdf0]
- Updated dependencies [6a4df1bdb]
- Updated dependencies [c2b05bdf0]
- @lens-protocol/api-bindings@0.11.0-alpha.25
- @lens-protocol/react@2.0.0-alpha.28
- @lens-protocol/shared-kernel@0.11.0-alpha.9
- @lens-protocol/domain@0.11.0-alpha.19
- @lens-protocol/storage@0.7.5-alpha.8

## 2.0.0-alpha.27

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

## 2.0.0-alpha.28

### Minor Changes

- bb9a8dd7b: **feat:** introduces `params.statsFor` and `params.profile.metadataSource` in `LensConfig`
- b647eab70: **feat:** Introduced `debug` mode. Exported `ConsoleLogger`.
- 6a4df1bdb: **feat:** support Unknown Follow Modules

### Patch Changes

- 1a97c390a: **chore:** Removed peer dependency on ethers@5
- 821d8c492: **fix:** supports User Rejection error from Wallet that despite returning correct error code are NOT recognized by `ethers` (v5)
- c2b05bdf0: **Fixed**: missing export of `findCollectModuleSettings` and `isCollectModuleSettings` helpers
- 74751f359: feat: Expose `erc20Amount` helper to make working with API Amounts easier
- c2b05bdf0: **fixed:** return type of `useLazyModuleMetadata`
- c2b05bdf0: **fix:** exports missing `AsyncTransactionResult`
- c2b05bdf0: **fix:** exports missing `ProfileFields` type
- Updated dependencies [bb9a8dd7b]
- Updated dependencies [1a97c390a]
- Updated dependencies [c2b05bdf0]
- Updated dependencies [b647eab70]
- Updated dependencies [74751f359]
- Updated dependencies [6a4df1bdb]
- @lens-protocol/api-bindings@0.11.0-alpha.25
- @lens-protocol/blockchain-bindings@0.10.0-alpha.19
- @lens-protocol/shared-kernel@0.11.0-alpha.9
- @lens-protocol/domain@0.11.0-alpha.19
- @lens-protocol/storage@0.7.5-alpha.8

## 2.0.0-alpha.27

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

## 0.11.0-alpha.9

### Minor Changes

- b647eab70: **feat:** Introduced `debug` mode. Exported `ConsoleLogger`.

### Patch Changes

- 1a97c390a: **chore:** Removed peer dependency on ethers@5

## 0.11.0-alpha.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lens-protocol/shared-kernel",
"version": "0.11.0-alpha.8",
"version": "0.11.0-alpha.9",
"description": "Shared kernel",
"repository": {
"directory": "packages/shared-kernel",
Expand Down
8 changes: 8 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lens-protocol/storage

## 0.7.5-alpha.8

### Patch Changes

- Updated dependencies [1a97c390a]
- Updated dependencies [b647eab70]
- @lens-protocol/shared-kernel@0.11.0-alpha.9

## 0.7.5-alpha.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lens-protocol/storage",
"version": "0.7.5-alpha.7",
"version": "0.7.5-alpha.8",
"description": "Storage",
"repository": {
"directory": "packages/storage",
Expand Down
Loading

0 comments on commit 3fbb7b2

Please sign in to comment.