Skip to content

Commit

Permalink
chore: prepare release react 2.0.0-alpha.16
Browse files Browse the repository at this point in the history
  • Loading branch information
reecejohnson committed Nov 1, 2023
1 parent 91bd722 commit fc7d30b
Show file tree
Hide file tree
Showing 15 changed files with 115 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,20 @@
"brown-points-rhyme",
"calm-tables-dress",
"chatty-ligers-care",
"chilled-panthers-march",
"chilly-mirrors-fry",
"cuddly-schools-nail",
"cyan-radios-sniff",
"dirty-tools-hammer",
"early-spiders-scream",
"five-seals-tap",
"fluffy-apricots-provide",
"forty-brooms-wonder",
"fresh-lamps-explain",
"friendly-pumpkins-turn",
"funny-radios-clap",
"fuzzy-dodos-greet",
"fuzzy-pillows-unite",
"gorgeous-pigs-kneel",
"grumpy-coats-scream",
"happy-pumpkins-clean",
Expand All @@ -53,13 +56,15 @@
"hot-hornets-drum",
"itchy-mails-shout",
"large-cars-know",
"large-glasses-grin",
"late-clocks-rhyme",
"lemon-drinks-exercise",
"lemon-schools-decide",
"long-ants-guess",
"long-carpets-marry",
"loud-pets-decide",
"loud-poets-refuse",
"loud-weeks-bake",
"many-jeans-cough",
"nervous-papayas-design",
"new-doors-sip",
Expand All @@ -86,12 +91,15 @@
"slow-cats-dance",
"slow-melons-fail",
"small-forks-rest",
"smooth-ties-roll",
"spotty-bikes-eat",
"strong-cherries-compare",
"stupid-birds-wait",
"swift-hornets-camp",
"tasty-houses-admire",
"tasty-yaks-destroy",
"thin-falcons-tap",
"three-cougars-pay",
"tidy-kangaroos-bake",
"tricky-planets-share",
"two-geese-protect",
Expand Down
19 changes: 19 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @lens-protocol/api-bindings

## 0.11.0-alpha.16

### Minor Changes

- cf250df4: implements `useUnblockProfiles`
- 9490db8e: Added useLinkHandle and useUnlinkHandle hooks

### Patch Changes

- 91bd7229: Removed deprecated `useNotInterested`, use `useNotInterestedToggle` instead
Removed deprecated `useFollowProfile`, use `useFollow` instead
Removed deprecated `useUnfollowProfile`, use `useUnfollow` instead
- 1f28c6d6: Added useCreateQuote hook
- Updated dependencies [cf250df4]
- Updated dependencies [1f28c6d6]
- Updated dependencies [9490db8e]
- Updated dependencies [cf250df4]
- @lens-protocol/domain@0.11.0-alpha.11

## 0.11.0-alpha.15

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

## 0.10.0-alpha.11

### Patch Changes

- Updated dependencies [cf250df4]
- Updated dependencies [1f28c6d6]
- Updated dependencies [9490db8e]
- Updated dependencies [cf250df4]
- @lens-protocol/domain@0.11.0-alpha.11

## 0.10.0-alpha.10

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

## 2.0.0-alpha.19

### Patch Changes

- c1e6ada2: Allowed to overwrite accessToken for publication.postOnchain
- b014f5ce: Disabled clock check
- 91bd7229: Renamed `AnyPublicationMetadataFragment` to `PublicationMetadataFragment`

## 2.0.0-alpha.18

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

## 0.11.0-alpha.11

### Minor Changes

- cf250df4: implements `useUnblockProfiles`
- 9490db8e: Added useLinkHandle and useUnlinkHandle hooks
- cf250df4: adds `useBlockProfiles` hook

### Patch Changes

- 1f28c6d6: Added useCreateQuote hook

## 0.11.0-alpha.10

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

## 2.0.0-alpha.16

### Minor Changes

- cf250df4: implements `useUnblockProfiles`
- 9490db8e: Added useLinkHandle and useUnlinkHandle hooks
- cf250df4: adds `useBlockProfiles` hook

### Patch Changes

- Updated dependencies [91bd7229]
- Updated dependencies [cf250df4]
- Updated dependencies [1f28c6d6]
- Updated dependencies [9490db8e]
- Updated dependencies [cf250df4]
- @lens-protocol/api-bindings@0.11.0-alpha.16
- @lens-protocol/react@2.0.0-alpha.16
- @lens-protocol/domain@0.11.0-alpha.11

## 2.0.0-alpha.15

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

## 2.0.0-alpha.16

### Minor Changes

- cf250df4: implements `useUnblockProfiles`
- 9490db8e: Added useLinkHandle and useUnlinkHandle hooks
- cf250df4: adds `useBlockProfiles` hook

### Patch Changes

- 91bd7229: Removed deprecated `useNotInterested`, use `useNotInterestedToggle` instead
Removed deprecated `useFollowProfile`, use `useFollow` instead
Removed deprecated `useUnfollowProfile`, use `useUnfollow` instead
- 1f28c6d6: Added useCreateQuote hook
- Updated dependencies [91bd7229]
- Updated dependencies [cf250df4]
- Updated dependencies [1f28c6d6]
- Updated dependencies [9490db8e]
- Updated dependencies [cf250df4]
- @lens-protocol/api-bindings@0.11.0-alpha.16
- @lens-protocol/domain@0.11.0-alpha.11
- @lens-protocol/blockchain-bindings@0.10.0-alpha.11

## 2.0.0-alpha.15

### Patch 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.15",
"version": "2.0.0-alpha.16",
"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.13

### Patch Changes

- Updated dependencies [cf250df4]
- Updated dependencies [9490db8e]
- Updated dependencies [cf250df4]
- @lens-protocol/react-web@2.0.0-alpha.16

## 3.0.0-alpha.12

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

0 comments on commit fc7d30b

Please sign in to comment.