Skip to content

Commit

Permalink
Merge pull request #912 from lens-protocol/main
Browse files Browse the repository at this point in the history
chore: update develop after release
  • Loading branch information
cesarenaldi committed Apr 12, 2024
2 parents 9c763d0 + 41c20df commit 6e40d74
Show file tree
Hide file tree
Showing 30 changed files with 166 additions and 68 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-horses-speak.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-knives-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-spiders-pull.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/popular-sloths-shave.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/pretty-monkeys-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-tomatoes-jump.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/small-socks-lie.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smart-ducks-worry.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @lens-protocol/api-bindings

## 0.12.0

### Minor Changes

- ce997e7fd: **chore:** updated development environment to Amoy testnet

### Patch Changes

- 8c2768dd6: **feat:** enabled profile field policy
- 1d99b37c9: **feat:** adds `useLatestPaidActions` hook
- 05b23041f: **feat:** experimental React Suspense support in `useSession` hook
- Updated dependencies [ce997e7fd]
- @lens-protocol/shared-kernel@0.12.0
- @lens-protocol/domain@0.11.1

## 0.11.0

This is a stable release, marking the closure of the alpha prerelease.
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",
"version": "0.12.0",
"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.1

### Patch Changes

- Updated dependencies [ce997e7fd]
- @lens-protocol/shared-kernel@0.12.0
- @lens-protocol/domain@0.11.1

## 0.10.0

This is a stable release, marking the closure of the alpha prerelease.
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",
"version": "0.10.1",
"description": "Utilities for interacting with the blockchain.",
"repository": {
"directory": "packages/blockchain-bindings",
Expand Down
16 changes: 16 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @lens-protocol/client

## 2.1.0

### Minor Changes

- ce997e7fd: **chore:** updated development environment to Amoy testnet

### Patch Changes

- 0734bef6e: **feat:** re-exported GraphQLClientError from graphql-request
- 301811ccb: **feat:** `feed.latestPaidActions` accepts optional request arguments
- Updated dependencies [ce997e7fd]
- @lens-protocol/gated-content@0.5.0
- @lens-protocol/shared-kernel@0.12.0
- @lens-protocol/blockchain-bindings@0.10.1
- @lens-protocol/storage@0.8.1

## 2.0.0

This is a stable release, marking the closure of the alpha prerelease.
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",
"version": "2.1.0",
"description": "Low level Lens API client",
"repository": {
"directory": "packages/client",
Expand Down
7 changes: 7 additions & 0 deletions packages/domain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lens-protocol/domain

## 0.11.1

### Patch Changes

- Updated dependencies [ce997e7fd]
- @lens-protocol/shared-kernel@0.12.0

## 0.11.0

This is a stable release, marking the closure of the alpha prerelease.
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",
"version": "0.11.1",
"description": "Critical Business Rules and Application-specific Business Rules",
"exports": {
"./mocks": {
Expand Down
12 changes: 12 additions & 0 deletions packages/gated-content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lens-protocol/gated-content

## 0.5.0

### Minor Changes

- ce997e7fd: **chore:** updated development environment to Amoy testnet

### Patch Changes

- Updated dependencies [ce997e7fd]
- @lens-protocol/shared-kernel@0.12.0
- @lens-protocol/storage@0.8.1

## 0.4.0

This is a stable release, marking the closure of the alpha prerelease.
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.4.0",
"version": "0.5.0",
"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-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @lens-protocol/react-native

## 2.1.0

### Minor Changes

- 1d99b37c9: **feat:** adds `useLatestPaidActions` hook
- 05b23041f: **feat:** experimental React Suspense support in `useSession` hook
- ce997e7fd: **chore:** updated development environment to Amoy testnet

### Patch Changes

- 10757c9cf: **feat:** aligns testnet handle namespace to mainnet (i.e., `lens/`)
- 8af3e82ac: **fix:** allows signless init of sponsored Open Action and Reference modules
- Updated dependencies [8c2768dd6]
- Updated dependencies [10757c9cf]
- Updated dependencies [1d99b37c9]
- Updated dependencies [05b23041f]
- Updated dependencies [ce997e7fd]
- Updated dependencies [8af3e82ac]
- @lens-protocol/api-bindings@0.12.0
- @lens-protocol/react@2.1.0
- @lens-protocol/shared-kernel@0.12.0
- @lens-protocol/domain@0.11.1
- @lens-protocol/storage@0.8.1

## 2.0.0

This is a stable release, marking the closure of the alpha prerelease.
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lens-protocol/react-native",
"version": "2.0.0",
"version": "2.1.0",
"description": "Lens Protocol SDK for React Native",
"main": "dist/lens-protocol-react-native.cjs.js",
"module": "dist/lens-protocol-react-native.esm.js",
Expand Down
22 changes: 22 additions & 0 deletions packages/react-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @lens-protocol/react-web

## 2.1.0

### Minor Changes

- 1d99b37c9: **feat:** adds `useLatestPaidActions` hook
- 05b23041f: **feat:** experimental React Suspense support in `useSession` hook
- ce997e7fd: **chore:** updated development environment to Amoy testnet

### Patch Changes

- 10757c9cf: **feat:** aligns testnet handle namespace to mainnet (i.e., `lens/`)
- 8af3e82ac: **fix:** allows signless init of sponsored Open Action and Reference modules
- Updated dependencies [10757c9cf]
- Updated dependencies [1d99b37c9]
- Updated dependencies [05b23041f]
- Updated dependencies [ce997e7fd]
- Updated dependencies [8af3e82ac]
- @lens-protocol/react@2.1.0
- @lens-protocol/shared-kernel@0.12.0
- @lens-protocol/domain@0.11.1
- @lens-protocol/storage@0.8.1

## 2.0.0

This is a stable release, marking the closure of the alpha prerelease.
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",
"version": "2.1.0",
"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.1.0

### Minor Changes

- 1d99b37c9: **feat:** adds `useLatestPaidActions` hook
- 05b23041f: **feat:** experimental React Suspense support in `useSession` hook
- ce997e7fd: **chore:** updated development environment to Amoy testnet

### Patch Changes

- 10757c9cf: **feat:** aligns testnet handle namespace to mainnet (i.e., `lens/`)
- 8af3e82ac: **fix:** allows signless init of sponsored Open Action and Reference modules
- Updated dependencies [8c2768dd6]
- Updated dependencies [1d99b37c9]
- Updated dependencies [05b23041f]
- Updated dependencies [ce997e7fd]
- @lens-protocol/api-bindings@0.12.0
- @lens-protocol/shared-kernel@0.12.0
- @lens-protocol/blockchain-bindings@0.10.1
- @lens-protocol/domain@0.11.1
- @lens-protocol/storage@0.8.1

## 2.0.0

This is a stable release, marking the closure of the alpha prerelease.
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",
"version": "2.1.0",
"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.12.0

### Minor Changes

- ce997e7fd: **chore:** updated development environment to Amoy testnet

## 0.11.0

This is a stable release, marking the closure of the alpha prerelease.
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",
"version": "0.12.0",
"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.8.1

### Patch Changes

- Updated dependencies [ce997e7fd]
- @lens-protocol/shared-kernel@0.12.0

## 0.8.0

This is a stable release, marking the closure of the alpha prerelease.
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.8.0",
"version": "0.8.1",
"description": "Storage",
"repository": {
"directory": "packages/storage",
Expand Down
16 changes: 16 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @lens-protocol/wagmi

## 4.1.0

### Minor Changes

- ce997e7fd: **chore:** updated development environment to Amoy testnet

### Patch Changes

- Updated dependencies [10757c9cf]
- Updated dependencies [1d99b37c9]
- Updated dependencies [05b23041f]
- Updated dependencies [ce997e7fd]
- Updated dependencies [8af3e82ac]
- @lens-protocol/react-web@2.1.0
- @lens-protocol/shared-kernel@0.12.0

## 4.0.0

This is a stable release, marking the closure of the alpha prerelease.
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": "4.0.0",
"version": "4.1.0",
"description": "wagmi bindings for @lens-protocol/react",
"repository": {
"directory": "packages/wagmi",
Expand Down

0 comments on commit 6e40d74

Please sign in to comment.