Skip to content

Commit

Permalink
Merge pull request #613 from lens-protocol/release-react-2.0.0-alpha.8
Browse files Browse the repository at this point in the history
chore: prepare release react 2.0.0-alpha.8
  • Loading branch information
krzysu authored Oct 17, 2023
2 parents 01b2c2c + 7f2f508 commit 156def2
Show file tree
Hide file tree
Showing 17 changed files with 114 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"grumpy-coats-scream",
"happy-pumpkins-clean",
"heavy-dodos-raise",
"honest-drinks-try",
"hot-hornets-drum",
"large-cars-know",
"late-clocks-rhyme",
Expand All @@ -51,11 +52,14 @@
"long-carpets-marry",
"nervous-papayas-design",
"new-doors-sip",
"odd-cougars-poke",
"old-carrots-breathe",
"olive-beans-double",
"popular-pants-look",
"shaggy-carrots-cry",
"shy-pugs-taste",
"six-feet-sparkle",
"six-tigers-serve",
"slow-cats-dance",
"slow-melons-fail",
"tasty-houses-admire",
Expand Down
18 changes: 18 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @lens-protocol/api-bindings

## 0.11.0-alpha.8

### Minor Changes

- 30ccf19d: **Added** useMyBookmarks hook
- a42e90e7: **Added** useSetProfileMetadata hook
- 9dd33b03:
**Renamed** useFollowProfile to useFollow
**Renamed** useUnfollowProfile to useUnfollow
**Added** support for LensProfileManager to useFollow, useUnfollow and useUpdateFollowPolicy hooks

### Patch Changes

- 01b2c2cb: Updated to support the latest API schema
- Updated dependencies [a42e90e7]
- Updated dependencies [9dd33b03]
- @lens-protocol/domain@0.11.0-alpha.5

## 0.11.0-alpha.7

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

## 0.10.0-alpha.5

### Patch Changes

- Updated dependencies [a42e90e7]
- Updated dependencies [9dd33b03]
- @lens-protocol/domain@0.11.0-alpha.5

## 0.10.0-alpha.4

### 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.4",
"version": "0.10.0-alpha.5",
"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.12

### Patch Changes

- 01b2c2cb: Updated to support the latest API schema
- Updated dependencies [01b2c2cb]
- @lens-protocol/gated-content@0.3.3-alpha.8

## 2.0.0-alpha.11

### 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.11",
"version": "2.0.0-alpha.12",
"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.5

### Minor Changes

- 30ccf19d: **Added** useMyBookmarks hook
- a42e90e7: **Added** useSetProfileMetadata hook
- 9dd33b03:
**Renamed** useFollowProfile to useFollow
**Renamed** useUnfollowProfile to useUnfollow
**Added** support for LensProfileManager to useFollow, useUnfollow and useUpdateFollowPolicy hooks

## 0.11.0-alpha.4

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

## 0.3.3-alpha.8

### Patch Changes

- 01b2c2cb: Updated to support the latest API schema

## 0.3.3-alpha.7

### 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.7",
"version": "0.3.3-alpha.8",
"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
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.8

### Minor Changes

- 30ccf19d: **Added** useMyBookmarks hook
- a42e90e7: **Added** useSetProfileMetadata hook
- 9dd33b03:
**Renamed** useFollowProfile to useFollow
**Renamed** useUnfollowProfile to useUnfollow
**Added** support for LensProfileManager to useFollow, useUnfollow and useUpdateFollowPolicy hooks

### Patch Changes

- Updated dependencies [30ccf19d]
- Updated dependencies [a42e90e7]
- Updated dependencies [9dd33b03]
- Updated dependencies [01b2c2cb]
- @lens-protocol/api-bindings@0.11.0-alpha.8
- @lens-protocol/react@2.0.0-alpha.8
- @lens-protocol/domain@0.11.0-alpha.5

## 2.0.0-alpha.7

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

## 2.0.0-alpha.8

### Minor Changes

- 30ccf19d: **Added** useMyBookmarks hook
- a42e90e7: **Added** useSetProfileMetadata hook
- 9dd33b03:
**Renamed** useFollowProfile to useFollow
**Renamed** useUnfollowProfile to useUnfollow
**Added** support for LensProfileManager to useFollow, useUnfollow and useUpdateFollowPolicy hooks

### Patch Changes

- 01b2c2cb: Updated to support the latest API schema
- Updated dependencies [30ccf19d]
- Updated dependencies [a42e90e7]
- Updated dependencies [9dd33b03]
- Updated dependencies [01b2c2cb]
- @lens-protocol/api-bindings@0.11.0-alpha.8
- @lens-protocol/domain@0.11.0-alpha.5
- @lens-protocol/blockchain-bindings@0.10.0-alpha.5

## 2.0.0-alpha.7

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

## 3.0.0-alpha.5

### Patch Changes

- Updated dependencies [30ccf19d]
- Updated dependencies [a42e90e7]
- @lens-protocol/react-web@2.0.0-alpha.8

## 3.0.0-alpha.4

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

0 comments on commit 156def2

Please sign in to comment.