Skip to content

Commit

Permalink
chore: bumps up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Dec 6, 2023
1 parent a9f233e commit 058bf64
Show file tree
Hide file tree
Showing 19 changed files with 134 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@
"chilled-panthers-march",
"chilly-mirrors-fry",
"cold-pants-do",
"cool-bikes-report",
"cuddly-schools-nail",
"curvy-onions-destroy",
"cyan-cars-join",
"cyan-radios-sniff",
"dirty-tools-hammer",
"dry-cobras-bow",
Expand Down Expand Up @@ -127,11 +130,14 @@
"sour-avocados-look",
"spicy-hornets-protect",
"spotty-bikes-eat",
"strange-yaks-sit",
"strong-cherries-compare",
"stupid-birds-wait",
"swift-hornets-camp",
"tall-gorillas-build",
"tame-icons-leave",
"tame-kiwis-own",
"tame-starfishes-prove",
"tasty-houses-admire",
"tasty-yaks-destroy",
"ten-insects-cover",
Expand All @@ -144,6 +150,7 @@
"two-geese-protect",
"violet-ads-warn",
"violet-impalas-grab",
"wicked-bobcats-joke",
"yellow-cows-push",
"young-carrots-jump",
"young-jeans-reflect"
Expand Down
10 changes: 10 additions & 0 deletions packages/api-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lens-protocol/api-bindings

## 0.11.0-alpha.22

### Patch Changes

- Updated dependencies [d255b3627]
- Updated dependencies [dd5088811]
- Updated dependencies [c6da5071d]
- Updated dependencies [b8279c3bd]
- @lens-protocol/domain@0.11.0-alpha.17

## 0.11.0-alpha.21

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

## 0.10.0-alpha.17

### Patch Changes

- Updated dependencies [d255b3627]
- Updated dependencies [dd5088811]
- Updated dependencies [c6da5071d]
- Updated dependencies [b8279c3bd]
- @lens-protocol/domain@0.11.0-alpha.17

## 0.10.0-alpha.16

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

## 2.0.0-alpha.25

### Minor Changes

- 6ec00c5a6: **feat:** Added `client.authentication.upgradeCredentials` method

### Patch Changes

- 913bc91af: **fixed:** misconfiguration of Lit Access Control contract address
- Updated dependencies [913bc91af]
- @lens-protocol/gated-content@0.3.3-alpha.19

## 2.0.0-alpha.24

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

## 0.11.0-alpha.17

### Minor Changes

- d255b3627: **feat:** Added `useDismissRecommendedProfiles` hook

### Patch Changes

- dd5088811: feat: adds support for self-funedd updating profile managers
- c6da5071d: feat: add self-funded support for unblocking profiles
- b8279c3bd: **fix:** Added support for missing LensProfileManagerRelayErrorReasonType.RequiresSignature

## 0.11.0-alpha.16

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

## 0.3.3-alpha.19

### Patch Changes

- 913bc91af: **fixed:** misconfiguration of Lit Access Control contract address

## 0.3.3-alpha.18

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

## 0.1.0-alpha.2

### Minor Changes

- d255b3627: **feat:** Added `useDismissRecommendedProfiles` hook

### Patch Changes

- daf688200: **fixed:** logic that infers when to create Momoka publications
- Updated dependencies [daf688200]
- Updated dependencies [d255b3627]
- Updated dependencies [dd5088811]
- Updated dependencies [c6da5071d]
- Updated dependencies [b8279c3bd]
- @lens-protocol/react@2.0.0-alpha.25
- @lens-protocol/domain@0.11.0-alpha.17
- @lens-protocol/api-bindings@0.11.0-alpha.22

## 0.0.1-alpha.1

### Patch 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.0.1-alpha.1",
"version": "0.1.0-alpha.2",
"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
20 changes: 20 additions & 0 deletions packages/react-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @lens-protocol/react-web

## 2.0.0-alpha.25

### Minor Changes

- d255b3627: **feat:** Added `useDismissRecommendedProfiles` hook

### Patch Changes

- daf688200: **fixed:** logic that infers when to create Momoka publications
- dd5088811: feat: adds support for self-funedd updating profile managers
- c6da5071d: feat: add self-funded support for unblocking profiles
- Updated dependencies [daf688200]
- Updated dependencies [d255b3627]
- Updated dependencies [dd5088811]
- Updated dependencies [c6da5071d]
- Updated dependencies [b8279c3bd]
- @lens-protocol/react@2.0.0-alpha.25
- @lens-protocol/domain@0.11.0-alpha.17
- @lens-protocol/api-bindings@0.11.0-alpha.22

## 2.0.0-alpha.24

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

## 2.0.0-alpha.25

### Minor Changes

- d255b3627: **feat:** Added `useDismissRecommendedProfiles` hook

### Patch Changes

- daf688200: **fixed:** logic that infers when to create Momoka publications
- dd5088811: feat: adds support for self-funedd updating profile managers
- c6da5071d: feat: add self-funded support for unblocking profiles
- b8279c3bd: **fix:** Added support for missing LensProfileManagerRelayErrorReasonType.RequiresSignature
- Updated dependencies [d255b3627]
- Updated dependencies [dd5088811]
- Updated dependencies [c6da5071d]
- Updated dependencies [b8279c3bd]
- @lens-protocol/domain@0.11.0-alpha.17
- @lens-protocol/api-bindings@0.11.0-alpha.22
- @lens-protocol/blockchain-bindings@0.10.0-alpha.17

## 2.0.0-alpha.24

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

## 3.0.0-alpha.22

### Patch Changes

- Updated dependencies [daf688200]
- Updated dependencies [d255b3627]
- Updated dependencies [dd5088811]
- Updated dependencies [c6da5071d]
- @lens-protocol/react-web@2.0.0-alpha.25

## 3.0.0-alpha.21

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

0 comments on commit 058bf64

Please sign in to comment.