Skip to content

Commit

Permalink
Merge pull request #885 from lens-protocol/main
Browse files Browse the repository at this point in the history
update develop after release
  • Loading branch information
krzysu authored Mar 20, 2024
2 parents 840208f + 19845ec commit d094fd4
Show file tree
Hide file tree
Showing 23 changed files with 162 additions and 12 deletions.
10 changes: 9 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"api-bindings-v1": "0.10.1",
"react-v1": "1.3.1",
"react-web-v1": "1.3.1",
"example-next-js": "0.1.0"
"example-next-js": "0.1.0",
"lens-next-app": "0.1.0",
"example-native": "0.0.1"
},
"changesets": [
"afraid-comics-fry",
Expand Down Expand Up @@ -55,6 +57,7 @@
"dirty-tools-hammer",
"dry-cobras-bow",
"dull-bags-nail",
"early-gorillas-enjoy",
"early-penguins-whisper",
"early-spiders-scream",
"eighty-timers-mix",
Expand All @@ -78,11 +81,13 @@
"fuzzy-pillows-unite",
"gentle-glasses-jam",
"giant-games-type",
"giant-panthers-listen",
"gold-dolphins-pump",
"gold-radios-hunt",
"gold-ways-float",
"gold-wombats-tell",
"good-insects-compete",
"gorgeous-bats-dance",
"gorgeous-pigs-kneel",
"gorgeous-rice-trade",
"green-ligers-flow",
Expand All @@ -105,6 +110,7 @@
"hot-hornets-drum",
"itchy-mails-shout",
"khaki-students-pump",
"kind-wombats-serve",
"large-cars-know",
"large-glasses-grin",
"late-clocks-rhyme",
Expand All @@ -113,6 +119,7 @@
"lemon-drinks-exercise",
"lemon-schools-decide",
"lemon-terms-perform",
"light-seas-cheat",
"light-suits-glow",
"long-ants-guess",
"long-carpets-marry",
Expand Down Expand Up @@ -212,6 +219,7 @@
"violet-impalas-grab",
"wet-dogs-refuse",
"wicked-bobcats-joke",
"wise-shirts-repeat",
"witty-pugs-flow",
"witty-roses-burn",
"yellow-cows-push",
Expand Down
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.11.0-alpha.32

### Minor Changes

- 8fbfdc9d4: **feat:** added `useRateLimits` hook
- 840208f26: **feat:** added `resolveCollectPolicy` helper and exchange rate details

### Patch Changes

- 177879d07: **feat:** adds experimental `useOptimisticCreatePost` hook
- 54f0be643: **feat:** add optimistic updates for publication stats
- Updated dependencies [177879d07]
- @lens-protocol/shared-kernel@0.11.0-alpha.12
- @lens-protocol/domain@0.11.0-alpha.25

## 0.11.0-alpha.31

### 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.31",
"version": "0.11.0-alpha.32",
"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.26

### Patch Changes

- Updated dependencies [177879d07]
- @lens-protocol/shared-kernel@0.11.0-alpha.12
- @lens-protocol/domain@0.11.0-alpha.25

## 0.10.0-alpha.25

### 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.25",
"version": "0.10.0-alpha.26",
"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.36

### Patch Changes

- db223508e: **fix:** fix profile metadata request args when no AppId defined
- Updated dependencies [177879d07]
- @lens-protocol/gated-content@0.4.0-alpha.23
- @lens-protocol/shared-kernel@0.11.0-alpha.12
- @lens-protocol/blockchain-bindings@0.10.0-alpha.26
- @lens-protocol/storage@0.8.0-alpha.11

## 2.0.0-alpha.35

### 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.35",
"version": "2.0.0-alpha.36",
"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.0-alpha.25

### Patch Changes

- Updated dependencies [177879d07]
- @lens-protocol/shared-kernel@0.11.0-alpha.12

## 0.11.0-alpha.24

### 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.24",
"version": "0.11.0-alpha.25",
"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.4.0-alpha.23

### Patch Changes

- 177879d07: **feat:** adds experimental `useOptimisticCreatePost` hook
- Updated dependencies [177879d07]
- @lens-protocol/shared-kernel@0.11.0-alpha.12
- @lens-protocol/storage@0.8.0-alpha.11

## 0.4.0-alpha.22

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

## 0.1.0-alpha.13

### Minor Changes

- 177879d07: **feat:** adds experimental `useOptimisticCreatePost` hook
- 8fbfdc9d4: **feat:** added `useRateLimits` hook
- 840208f26: **feat:** added `resolveCollectPolicy` helper and exchange rate details

### Patch Changes

- 54f0be643: **feat:** add optimistic updates for publication stats
- f95ed6f5a: **feat:** refetch profile stats after content creation
- Updated dependencies [177879d07]
- Updated dependencies [54f0be643]
- Updated dependencies [f95ed6f5a]
- Updated dependencies [8fbfdc9d4]
- Updated dependencies [840208f26]
- @lens-protocol/react@2.0.0-alpha.36
- @lens-protocol/shared-kernel@0.11.0-alpha.12
- @lens-protocol/api-bindings@0.11.0-alpha.32
- @lens-protocol/domain@0.11.0-alpha.25
- @lens-protocol/storage@0.8.0-alpha.11

## 0.1.0-alpha.12

### Minor Changes
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": "0.1.0-alpha.12",
"version": "0.1.0-alpha.13",
"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.0.0-alpha.36

### Minor Changes

- 177879d07: **feat:** adds experimental `useOptimisticCreatePost` hook
- 8fbfdc9d4: **feat:** added `useRateLimits` hook
- 840208f26: **feat:** added `resolveCollectPolicy` helper and exchange rate details

### Patch Changes

- 54f0be643: **feat:** add optimistic updates for publication stats
- f95ed6f5a: **feat:** refetch profile stats after content creation
- Updated dependencies [177879d07]
- Updated dependencies [54f0be643]
- Updated dependencies [f95ed6f5a]
- Updated dependencies [8fbfdc9d4]
- Updated dependencies [840208f26]
- @lens-protocol/react@2.0.0-alpha.36
- @lens-protocol/shared-kernel@0.11.0-alpha.12
- @lens-protocol/domain@0.11.0-alpha.25
- @lens-protocol/storage@0.8.0-alpha.11

## 2.0.0-alpha.35

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

### Minor Changes

- 177879d07: **feat:** adds experimental `useOptimisticCreatePost` hook
- 8fbfdc9d4: **feat:** added `useRateLimits` hook
- 840208f26: **feat:** added `resolveCollectPolicy` helper and exchange rate details

### Patch Changes

- 54f0be643: **feat:** add optimistic updates for publication stats
- f95ed6f5a: **feat:** refetch profile stats after content creation
- Updated dependencies [177879d07]
- Updated dependencies [54f0be643]
- Updated dependencies [8fbfdc9d4]
- Updated dependencies [840208f26]
- @lens-protocol/shared-kernel@0.11.0-alpha.12
- @lens-protocol/api-bindings@0.11.0-alpha.32
- @lens-protocol/blockchain-bindings@0.10.0-alpha.26
- @lens-protocol/domain@0.11.0-alpha.25
- @lens-protocol/storage@0.8.0-alpha.11

## 2.0.0-alpha.35

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

### Patch Changes

- 177879d07: **feat:** adds experimental `useOptimisticCreatePost` hook

## 0.11.0-alpha.11

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

### Patch Changes

- Updated dependencies [177879d07]
- @lens-protocol/shared-kernel@0.11.0-alpha.12

## 0.8.0-alpha.10

### Minor 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.8.0-alpha.10",
"version": "0.8.0-alpha.11",
"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

## 4.0.0-alpha.5

### Patch Changes

- Updated dependencies [177879d07]
- Updated dependencies [54f0be643]
- Updated dependencies [f95ed6f5a]
- Updated dependencies [8fbfdc9d4]
- Updated dependencies [840208f26]
- @lens-protocol/react-web@2.0.0-alpha.36
- @lens-protocol/shared-kernel@0.11.0-alpha.12

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

0 comments on commit d094fd4

Please sign in to comment.