Skip to content

Commit

Permalink
Merge pull request #573 from lens-protocol/release-react-2.0.0-alpha.1
Browse files Browse the repository at this point in the history
chore: prepare release react 2.0.0-alpha.1
  • Loading branch information
krzysu authored Oct 6, 2023
2 parents 40ca61f + c43cbbb commit 05afd45
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .changeset/large-cars-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@lens-protocol/api-bindings": patch
"@lens-protocol/domain": patch
"@lens-protocol/shared-kernel": patch
---

Support for new v2 hooks
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@
"grumpy-coats-scream",
"happy-pumpkins-clean",
"heavy-dodos-raise",
"large-cars-know",
"lemon-drinks-exercise",
"long-carpets-marry",
"old-carrots-breathe",
"shaggy-carrots-cry",
"slow-cats-dance"
"shy-pugs-taste",
"slow-cats-dance",
"violet-ads-warn"
]
}
5 changes: 5 additions & 0 deletions .changeset/violet-ads-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lens-protocol/react": patch
---

**Added** new hooks: useFeed, useSearchProfiles, useSearchPublications, useProfiles, usePublications, useProfileFollowing, useProfileFollowers, useMutualFollowers, useRecommendedProfiles, useProfileActionHistory, useWhoReactedToPublication, useWhoActedOnPublication
9 changes: 9 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lens-protocol/api-bindings

## 0.11.0-alpha.1

### Patch Changes

- 25fe9a46: Support for new v2 hooks
- Updated dependencies [25fe9a46]
- @lens-protocol/domain@0.11.0-alpha.1
- @lens-protocol/shared-kernel@0.11.0-alpha.1

## 0.11.0-alpha.0

### 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.0",
"version": "0.11.0-alpha.1",
"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.1

### Patch Changes

- Updated dependencies [25fe9a46]
- @lens-protocol/domain@0.11.0-alpha.1
- @lens-protocol/shared-kernel@0.11.0-alpha.1

## 0.10.0-alpha.0

### Minor 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.0",
"version": "0.10.0-alpha.1",
"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.8

### Patch Changes

- f31c4e89: Removed `forApps` from config as it was used only when quering for profile stats
- Updated dependencies [25fe9a46]
- @lens-protocol/shared-kernel@0.11.0-alpha.1

## 2.0.0-alpha.7

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

### Patch Changes

- 25fe9a46: Support for new v2 hooks
- Updated dependencies [25fe9a46]
- @lens-protocol/shared-kernel@0.11.0-alpha.1

## 0.11.0-alpha.0

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

## 2.0.0-alpha.1

### Patch Changes

- 25fe9a46: **Added** new hooks: useFeed, useSearchProfiles, useSearchPublications, useProfiles, usePublications, useProfileFollowing, useProfileFollowers, useMutualFollowers, useRecommendedProfiles, useProfileActionHistory, useWhoReactedToPublication, useWhoActedOnPublication
- Updated dependencies [25fe9a46]
- @lens-protocol/api-bindings@0.11.0-alpha.1
- @lens-protocol/domain@0.11.0-alpha.1
- @lens-protocol/shared-kernel@0.11.0-alpha.1
- @lens-protocol/blockchain-bindings@0.10.0-alpha.1

## 2.0.0-alpha.0

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

## 0.11.0-alpha.1

### Patch Changes

- 25fe9a46: Support for new v2 hooks

## 0.11.0-alpha.0

### Minor 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.0",
"version": "0.11.0-alpha.1",
"description": "Shared kernel",
"repository": {
"directory": "packages/shared-kernel",
Expand Down

0 comments on commit 05afd45

Please sign in to comment.