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 Nov 29, 2023
1 parent 057429b commit b2c0c37
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 7 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"violet-ads-warn",
"violet-impalas-grab",
"yellow-cows-push",
"young-carrots-jump",
"young-jeans-reflect"
]
}
9 changes: 9 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lens-protocol/client

## 2.0.0-alpha.24

### Patch Changes

- f2010c008: **fix:** `LensClient` and Lens React Hooks interoperability
- Updated dependencies [f2010c008]
- @lens-protocol/storage@0.7.5-alpha.7
- @lens-protocol/gated-content@0.3.3-alpha.18

## 2.0.0-alpha.23

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

## 0.3.3-alpha.18

### Patch Changes

- Updated dependencies [f2010c008]
- @lens-protocol/storage@0.7.5-alpha.7

## 0.3.3-alpha.17

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

## 0.0.1-alpha.1

### Patch Changes

- f2010c008: **fix:** `LensClient` and Lens React Hooks interoperability
- Updated dependencies [f2010c008]
- @lens-protocol/storage@0.7.5-alpha.7
- @lens-protocol/react@2.0.0-alpha.24

## 0.0.1-alpha.0

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

## 2.0.0-alpha.24

### Patch Changes

- f2010c008: **fix:** `LensClient` and Lens React Hooks interoperability
- Updated dependencies [f2010c008]
- @lens-protocol/storage@0.7.5-alpha.7
- @lens-protocol/react@2.0.0-alpha.24

## 2.0.0-alpha.23

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

## 2.0.0-alpha.24

### Patch Changes

- f2010c008: **fix:** `LensClient` and Lens React Hooks interoperability
- Updated dependencies [f2010c008]
- @lens-protocol/storage@0.7.5-alpha.7

## 2.0.0-alpha.23

### 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.23",
"version": "2.0.0-alpha.24",
"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/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lens-protocol/storage

## 0.7.5-alpha.7

### Patch Changes

- f2010c008: **fix:** `LensClient` and Lens React Hooks interoperability

## 0.7.5-alpha.6

### 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.6",
"version": "0.7.5-alpha.7",
"description": "Storage",
"repository": {
"directory": "packages/storage",
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

## 3.0.0-alpha.21

### Patch Changes

- Updated dependencies [f2010c008]
- @lens-protocol/react-web@2.0.0-alpha.24

## 3.0.0-alpha.20

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

0 comments on commit b2c0c37

Please sign in to comment.