Skip to content

Commit

Permalink
chore: prepare release react 2.0.0-alpha.34
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu committed Feb 26, 2024
1 parent bb96fcc commit 85b5f63
Show file tree
Hide file tree
Showing 23 changed files with 531 additions and 11 deletions.
14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"example-next-js": "0.1.0"
},
"changesets": [
"afraid-comics-fry",
"afraid-lemons-bathe",
"angry-seals-rush",
"blue-pets-poke",
Expand All @@ -42,6 +43,7 @@
"chatty-socks-promise",
"chilled-panthers-march",
"chilly-mirrors-fry",
"chilly-toes-check",
"cold-pants-do",
"cool-bikes-report",
"cuddly-emus-judge",
Expand All @@ -58,12 +60,14 @@
"eighty-timers-mix",
"eleven-numbers-wave",
"empty-apricots-cross",
"fair-fishes-sneeze",
"fifty-singers-dance",
"five-seals-tap",
"flat-boxes-work",
"fluffy-apricots-provide",
"forty-brooms-wonder",
"four-squids-clean",
"fresh-files-push",
"fresh-lamps-explain",
"friendly-monkeys-relax",
"friendly-planes-run",
Expand All @@ -77,11 +81,13 @@
"gold-dolphins-pump",
"gold-radios-hunt",
"gold-wombats-tell",
"good-insects-compete",
"gorgeous-pigs-kneel",
"gorgeous-rice-trade",
"grumpy-bugs-sip",
"grumpy-coats-scream",
"happy-donuts-boil",
"happy-onions-act",
"happy-pumpkins-clean",
"healthy-avocados-rhyme",
"heavy-dodos-raise",
Expand All @@ -99,12 +105,15 @@
"large-cars-know",
"large-glasses-grin",
"late-clocks-rhyme",
"lazy-beers-brake",
"lazy-trains-play",
"lemon-drinks-exercise",
"lemon-schools-decide",
"lemon-terms-perform",
"light-suits-glow",
"long-ants-guess",
"long-carpets-marry",
"long-moose-reflect",
"loud-pets-decide",
"loud-poets-refuse",
"loud-weeks-bake",
Expand All @@ -115,12 +124,14 @@
"mighty-planets-retire",
"modern-spies-confess",
"modern-taxis-share",
"neat-cycles-doubt",
"neat-moons-study",
"nervous-papayas-design",
"new-doors-sip",
"new-moons-jog",
"new-pianos-type",
"nine-chicken-deliver",
"nine-shoes-judge",
"ninety-meals-bake",
"ninety-rabbits-collect",
"odd-cougars-poke",
Expand All @@ -146,13 +157,15 @@
"serious-bats-shake",
"shaggy-carrots-cry",
"shaggy-colts-turn",
"shaggy-eagles-scream",
"sharp-snakes-push",
"shy-pugs-taste",
"silent-mangos-yawn",
"silly-meals-tell",
"six-cherries-notice",
"six-feet-sparkle",
"six-flowers-smell",
"six-mails-teach",
"six-tigers-serve",
"slow-cats-dance",
"slow-melons-fail",
Expand All @@ -171,6 +184,7 @@
"stupid-taxis-move",
"swift-dragons-watch",
"swift-hornets-camp",
"swift-readers-compare",
"tall-gorillas-build",
"tame-icons-leave",
"tame-kiwis-own",
Expand Down
50 changes: 50 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# @lens-protocol/api-bindings

## 0.11.0-alpha.30

### Minor Changes

- 5ecead02d: **breaking:** Remove all what was marked as deprecated. See the detailed list below. Prepare for the major release.

React SDKs:

- removed `NoFeeFollowPolicy`, use `NoFollowPolicy` instead
- removed from fragments: `followModuleReturnData`, `referenceModuleReturnData`, `openActionModuleReturnData`
- removed `useMyBookmarks`, use `useBookmarks` instead

Client SDK:

- removed from `LensClientConfig`:

- `mediaTransforms`, use the `params` option instead.
- `origin`, use the `headers` option instead

- removed from fragments:

- `followModuleReturnData`, `referenceModuleReturnData`, `openActionModuleReturnData`
- `image.transformed`, use `image.small`, `image.medium` or `image.thumbnail` instead
- `upvoteReactions`, `downvoteReactions`, `upvoteReacted`, `downvoteReacted`, use `upvotes`, `downvotes`, `upvoted`, `downvoted` instead

- removed `nfts.ownershipChallenge`
- removed `isValidProfileHandle`, use `isValidHandle` instead

- 7cd6bad82: **feat:** Added `useHideCommentToggle` hook

### Patch Changes

- 9a7edace3: **fix:** pagination issue affecting many hooks
- 71a668156: **fix:** optimistic update of `Comment|Post|Quote.operations.hasCollected` field
- 6c75a89e8: **feat:** added new fields:

- `lensClassifierScore` on ProfileStats
- `collectNft` on all relevant OpenActionSettings
- `isEncrypted`, `profilesMentioned` and `hashtagsMentioned` on Post, Comment and Quote

- 9a7edace3: **fix:** `useCurrencies` pagination
- 6fdfe12bc: **feat:** introduced `fiatAmount` helper
- 9a7edace3: **chore:** updade Apollo Client dependency to ^3.9.5
- 87f6da539: **fix:** allows to define Origin header from React Native integrations
- Updated dependencies [a98f6ad4e]
- Updated dependencies [5ecead02d]
- Updated dependencies [6fdfe12bc]
- @lens-protocol/domain@0.11.0-alpha.23
- @lens-protocol/shared-kernel@0.11.0-alpha.11

## 0.11.0-alpha.29

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

## 0.10.0-alpha.24

### Minor Changes

- 5ecead02d: **breaking:** Remove all what was marked as deprecated. See the detailed list below. Prepare for the major release.

React SDKs:

- removed `NoFeeFollowPolicy`, use `NoFollowPolicy` instead
- removed from fragments: `followModuleReturnData`, `referenceModuleReturnData`, `openActionModuleReturnData`
- removed `useMyBookmarks`, use `useBookmarks` instead

Client SDK:

- removed from `LensClientConfig`:

- `mediaTransforms`, use the `params` option instead.
- `origin`, use the `headers` option instead

- removed from fragments:

- `followModuleReturnData`, `referenceModuleReturnData`, `openActionModuleReturnData`
- `image.transformed`, use `image.small`, `image.medium` or `image.thumbnail` instead
- `upvoteReactions`, `downvoteReactions`, `upvoteReacted`, `downvoteReacted`, use `upvotes`, `downvotes`, `upvoted`, `downvoted` instead

- removed `nfts.ownershipChallenge`
- removed `isValidProfileHandle`, use `isValidHandle` instead

### Patch Changes

- Updated dependencies [a98f6ad4e]
- Updated dependencies [5ecead02d]
- Updated dependencies [6fdfe12bc]
- @lens-protocol/domain@0.11.0-alpha.23
- @lens-protocol/shared-kernel@0.11.0-alpha.11

## 0.10.0-alpha.23

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

## 2.0.0-alpha.34

### Minor Changes

- 5ecead02d: **breaking:** Remove all what was marked as deprecated. See the detailed list below. Prepare for the major release.

React SDKs:

- removed `NoFeeFollowPolicy`, use `NoFollowPolicy` instead
- removed from fragments: `followModuleReturnData`, `referenceModuleReturnData`, `openActionModuleReturnData`
- removed `useMyBookmarks`, use `useBookmarks` instead

Client SDK:

- removed from `LensClientConfig`:

- `mediaTransforms`, use the `params` option instead.
- `origin`, use the `headers` option instead

- removed from fragments:

- `followModuleReturnData`, `referenceModuleReturnData`, `openActionModuleReturnData`
- `image.transformed`, use `image.small`, `image.medium` or `image.thumbnail` instead
- `upvoteReactions`, `downvoteReactions`, `upvoteReacted`, `downvoteReacted`, use `upvotes`, `downvotes`, `upvoted`, `downvoted` instead

- removed `nfts.ownershipChallenge`
- removed `isValidProfileHandle`, use `isValidHandle` instead

- ba895ccf6: **feat:** added `client.profile.recommend` and `client.profile.unrecommend` methods

### Patch Changes

- 6c75a89e8: **feat:** added new fields:

- `lensClassifierScore` on ProfileStats
- `collectNft` on all relevant OpenActionSettings
- `isEncrypted`, `profilesMentioned` and `hashtagsMentioned` on Post, Comment and Quote

- 7cd6bad82: **feat:** Added `hiddenByAuthor` field to the Comment fragment
- Updated dependencies [5ecead02d]
- Updated dependencies [6fdfe12bc]
- @lens-protocol/shared-kernel@0.11.0-alpha.11
- @lens-protocol/blockchain-bindings@0.10.0-alpha.24
- @lens-protocol/gated-content@0.4.0-alpha.22
- @lens-protocol/storage@0.8.0-alpha.10

## 2.0.0-alpha.33

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

## 0.11.0-alpha.23

### Minor Changes

- a98f6ad4e: **feat:** allow to overwrite all onchain transactions to be self-funded on the config level
- 5ecead02d: **breaking:** Remove all what was marked as deprecated. See the detailed list below. Prepare for the major release.

React SDKs:

- removed `NoFeeFollowPolicy`, use `NoFollowPolicy` instead
- removed from fragments: `followModuleReturnData`, `referenceModuleReturnData`, `openActionModuleReturnData`
- removed `useMyBookmarks`, use `useBookmarks` instead

Client SDK:

- removed from `LensClientConfig`:

- `mediaTransforms`, use the `params` option instead.
- `origin`, use the `headers` option instead

- removed from fragments:

- `followModuleReturnData`, `referenceModuleReturnData`, `openActionModuleReturnData`
- `image.transformed`, use `image.small`, `image.medium` or `image.thumbnail` instead
- `upvoteReactions`, `downvoteReactions`, `upvoteReacted`, `downvoteReacted`, use `upvotes`, `downvotes`, `upvoted`, `downvoted` instead

- removed `nfts.ownershipChallenge`
- removed `isValidProfileHandle`, use `isValidHandle` instead

### Patch Changes

- Updated dependencies [5ecead02d]
- Updated dependencies [6fdfe12bc]
- @lens-protocol/shared-kernel@0.11.0-alpha.11

## 0.11.0-alpha.22

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

## 0.4.0-alpha.22

### Minor Changes

- 5ecead02d: **breaking:** Remove all what was marked as deprecated. See the detailed list below. Prepare for the major release.

React SDKs:

- removed `NoFeeFollowPolicy`, use `NoFollowPolicy` instead
- removed from fragments: `followModuleReturnData`, `referenceModuleReturnData`, `openActionModuleReturnData`
- removed `useMyBookmarks`, use `useBookmarks` instead

Client SDK:

- removed from `LensClientConfig`:

- `mediaTransforms`, use the `params` option instead.
- `origin`, use the `headers` option instead

- removed from fragments:

- `followModuleReturnData`, `referenceModuleReturnData`, `openActionModuleReturnData`
- `image.transformed`, use `image.small`, `image.medium` or `image.thumbnail` instead
- `upvoteReactions`, `downvoteReactions`, `upvoteReacted`, `downvoteReacted`, use `upvotes`, `downvotes`, `upvoted`, `downvoted` instead

- removed `nfts.ownershipChallenge`
- removed `isValidProfileHandle`, use `isValidHandle` instead

### Patch Changes

- Updated dependencies [5ecead02d]
- Updated dependencies [6fdfe12bc]
- @lens-protocol/shared-kernel@0.11.0-alpha.11
- @lens-protocol/storage@0.8.0-alpha.10

## 0.3.3-alpha.21

### 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.21",
"version": "0.4.0-alpha.22",
"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
Loading

0 comments on commit 85b5f63

Please sign in to comment.