Skip to content

Commit

Permalink
Merge pull request #473 from lens-protocol/release-1.3.0-next.4
Browse files Browse the repository at this point in the history
Releases hooks @ 1.3.0-next.4 and client @ 1.3.0-next.2
  • Loading branch information
cesarenaldi authored Aug 4, 2023
2 parents 45f1ca2 + 8ba21bb commit fb7a76f
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"orange-gorillas-jump",
"polite-students-move",
"shiny-bats-admire",
"silver-tools-hunt",
"spicy-cheetahs-promise",
"thirty-carpets-rush",
"tough-ducks-perform",
"tough-kings-tell"
]
Expand Down
7 changes: 7 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lens-protocol/api-bindings

## 0.10.0-next.3

### Patch Changes

- Updated dependencies [9428efeb]
- @lens-protocol/domain@0.9.1-next.2

## 0.10.0-next.2

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

## 0.9.1-next.2

### Patch Changes

- Updated dependencies [9428efeb]
- @lens-protocol/domain@0.9.1-next.2

## 0.9.1-next.1

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

## 1.3.0-next.2

### Minor Changes

- ea1fcc30: **Added** support for new MediaSet fields: onChain, optimized, transformed

## 1.3.0-next.1

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

## 0.9.1-next.2

### Patch Changes

- 9428efeb: **Added** support for `attributes` and `image` for non-collectable publications. Affects `useCreatePost`, `useCreateComment`, `useCreateEncryptedPost`, and `useCreateEncryptedComment`

## 0.9.1-next.1

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

## 0.3.2-next.3

### Patch Changes

- Updated dependencies [9428efeb]
- @lens-protocol/domain@0.9.1-next.2
- @lens-protocol/api-bindings@0.10.0-next.3

## 0.3.2-next.2

### 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.2-next.2",
"version": "0.3.2-next.3",
"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
13 changes: 13 additions & 0 deletions packages/react-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lens-protocol/react-web

## 1.3.0-next.4

### Minor Changes

- 9428efeb: **Added** support for `attributes` and `image` for non-collectable publications. Affects `useCreatePost`, `useCreateComment`, `useCreateEncryptedPost`, and `useCreateEncryptedComment`

### Patch Changes

- Updated dependencies [9428efeb]
- @lens-protocol/react@1.3.0-next.4
- @lens-protocol/api-bindings@0.10.0-next.3
- @lens-protocol/gated-content@0.3.2-next.3

## 1.3.0-next.3

### 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": "1.3.0-next.3",
"version": "1.3.0-next.4",
"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
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @lens-protocol/react

## 1.3.0-next.4

### Minor Changes

- 9428efeb: **Added** support for `attributes` and `image` for non-collectable publications. Affects `useCreatePost`, `useCreateComment`, `useCreateEncryptedPost`, and `useCreateEncryptedComment`

### Patch Changes

- Updated dependencies [9428efeb]
- @lens-protocol/domain@0.9.1-next.2
- @lens-protocol/api-bindings@0.10.0-next.3
- @lens-protocol/blockchain-bindings@0.9.1-next.2
- @lens-protocol/gated-content@0.3.2-next.3

## 1.3.0-next.3

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

## 2.1.0-next.4

### Patch Changes

- Updated dependencies [9428efeb]
- @lens-protocol/react-web@1.3.0-next.4

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

0 comments on commit fb7a76f

Please sign in to comment.