Skip to content

Commit

Permalink
Merge pull request #605 from lens-protocol/release-react-2.0.0-alpha.7
Browse files Browse the repository at this point in the history
chore: prepare release react 2.0.0-alpha.7
  • Loading branch information
krzysu authored Oct 13, 2023
2 parents 2f61824 + 1270044 commit 31c2da2
Show file tree
Hide file tree
Showing 21 changed files with 157 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"cuddly-schools-nail",
"cyan-radios-sniff",
"dirty-tools-hammer",
"early-spiders-scream",
"fluffy-apricots-provide",
"fresh-lamps-explain",
"friendly-pumpkins-turn",
"funny-radios-clap",
Expand All @@ -43,14 +45,19 @@
"heavy-dodos-raise",
"hot-hornets-drum",
"large-cars-know",
"late-clocks-rhyme",
"lemon-drinks-exercise",
"lemon-schools-decide",
"long-carpets-marry",
"nervous-papayas-design",
"new-doors-sip",
"old-carrots-breathe",
"popular-pants-look",
"shaggy-carrots-cry",
"shy-pugs-taste",
"six-feet-sparkle",
"slow-cats-dance",
"slow-melons-fail",
"tasty-houses-admire",
"tricky-planets-share",
"violet-ads-warn"
Expand Down
20 changes: 20 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @lens-protocol/api-bindings

## 0.11.0-alpha.7

### Minor Changes

- a929c0f6: **feat:** implements `useCreatePost` hook
- 5bc7e430: **feat:** implements `useCreateComment` hook

### Patch Changes

- f82b90a5: Added `useUpdateFollowPolicy` hook
- d1414eda: **feat:** implements `useCreateMirror` hook
- 2f618240: Added `useFollowProfile` and `useUnfollowProfile` hooks
- Updated dependencies [a929c0f6]
- Updated dependencies [f82b90a5]
- Updated dependencies [5bc7e430]
- Updated dependencies [d1414eda]
- Updated dependencies [2f618240]
- @lens-protocol/shared-kernel@0.11.0-alpha.4
- @lens-protocol/domain@0.11.0-alpha.4

## 0.11.0-alpha.6

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

## 0.10.0-alpha.4

### Patch Changes

- Updated dependencies [a929c0f6]
- Updated dependencies [f82b90a5]
- Updated dependencies [5bc7e430]
- Updated dependencies [d1414eda]
- Updated dependencies [2f618240]
- @lens-protocol/shared-kernel@0.11.0-alpha.4
- @lens-protocol/domain@0.11.0-alpha.4

## 0.10.0-alpha.3

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

## 2.0.0-alpha.11

### Patch Changes

- 8c4da31a: Updated to latest api schema, used TypedDocumentNode to improve startup time
- Updated dependencies [a929c0f6]
- Updated dependencies [8c4da31a]
- @lens-protocol/shared-kernel@0.11.0-alpha.4
- @lens-protocol/gated-content@0.3.3-alpha.7
- @lens-protocol/storage@0.7.5-alpha.2

## 2.0.0-alpha.10

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

## 0.11.0-alpha.4

### Minor Changes

- a929c0f6: **feat:** implements `useCreatePost` hook
- 5bc7e430: **feat:** implements `useCreateComment` hook

### Patch Changes

- f82b90a5: Added `useUpdateFollowPolicy` hook
- d1414eda: **feat:** implements `useCreateMirror` hook
- 2f618240: Added `useFollowProfile` and `useUnfollowProfile` hooks
- Updated dependencies [a929c0f6]
- @lens-protocol/shared-kernel@0.11.0-alpha.4

## 0.11.0-alpha.3

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

## 0.3.3-alpha.7

### Patch Changes

- 8c4da31a: Updated to latest api schema, used TypedDocumentNode to improve startup time
- Updated dependencies [a929c0f6]
- @lens-protocol/shared-kernel@0.11.0-alpha.4
- @lens-protocol/storage@0.7.5-alpha.2

## 0.3.3-alpha.6

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

## 2.0.0-alpha.7

### Minor Changes

- a929c0f6: **feat:** implements `useCreatePost` hook
- 5bc7e430: **feat:** implements `useCreateComment` hook
- 8b86832f: **fix:** logs out user on failed on-the-fly token refresh

### Patch Changes

- d1414eda: **feat:** implements `useCreateMirror` hook
- 2f618240: Added `useFollowProfile` and `useUnfollowProfile` hooks
- Updated dependencies [a929c0f6]
- Updated dependencies [f82b90a5]
- Updated dependencies [5bc7e430]
- Updated dependencies [8b86832f]
- Updated dependencies [d1414eda]
- Updated dependencies [2f618240]
- @lens-protocol/shared-kernel@0.11.0-alpha.4
- @lens-protocol/api-bindings@0.11.0-alpha.7
- @lens-protocol/domain@0.11.0-alpha.4
- @lens-protocol/react@2.0.0-alpha.7
- @lens-protocol/storage@0.7.5-alpha.2

## 2.0.0-alpha.6

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

## 2.0.0-alpha.7

### Minor Changes

- a929c0f6: **feat:** implements `useCreatePost` hook
- 5bc7e430: **feat:** implements `useCreateComment` hook
- 8b86832f: **fix:** logs out user on failed on-the-fly token refresh

### Patch Changes

- f82b90a5: Added `useUpdateFollowPolicy` hook
- d1414eda: **feat:** implements `useCreateMirror` hook
- 2f618240: Added `useFollowProfile` and `useUnfollowProfile` hooks
- Updated dependencies [a929c0f6]
- Updated dependencies [f82b90a5]
- Updated dependencies [5bc7e430]
- Updated dependencies [d1414eda]
- Updated dependencies [2f618240]
- @lens-protocol/shared-kernel@0.11.0-alpha.4
- @lens-protocol/api-bindings@0.11.0-alpha.7
- @lens-protocol/domain@0.11.0-alpha.4
- @lens-protocol/blockchain-bindings@0.10.0-alpha.4
- @lens-protocol/storage@0.7.5-alpha.2

## 2.0.0-alpha.6

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

### Minor Changes

- a929c0f6: **feat:** implements `useCreatePost` hook

## 0.11.0-alpha.3

### 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.3",
"version": "0.11.0-alpha.4",
"description": "Shared kernel",
"repository": {
"directory": "packages/shared-kernel",
Expand Down
7 changes: 7 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lens-protocol/storage

## 0.7.5-alpha.2

### Patch Changes

- Updated dependencies [a929c0f6]
- @lens-protocol/shared-kernel@0.11.0-alpha.4

## 0.7.5-alpha.1

### 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.1",
"version": "0.7.5-alpha.2",
"description": "Storage",
"repository": {
"directory": "packages/storage",
Expand Down
12 changes: 12 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lens-protocol/wagmi

## 3.0.0-alpha.4

### Patch Changes

- Updated dependencies [a929c0f6]
- Updated dependencies [5bc7e430]
- Updated dependencies [8b86832f]
- Updated dependencies [d1414eda]
- Updated dependencies [2f618240]
- @lens-protocol/shared-kernel@0.11.0-alpha.4
- @lens-protocol/react-web@2.0.0-alpha.7

## 3.0.0-alpha.3

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

0 comments on commit 31c2da2

Please sign in to comment.