Skip to content

Commit dd02b90

Browse files
authored
Release SDK 8d8f49a (#4504)
commit 80521d1 Author: GitHub Action Bot <[email protected]> Date: Tue Nov 11 12:18:04 2025 +0000 sdk-8d8f49a0-0.0.409
1 parent 8d8f49a commit dd02b90

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.0.408",
3+
"version": "0.0.409",
44
"packages": ["packages/*", "protocol"],
55
"npmClient": "yarn",
66
"command": {

packages/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@towns-protocol/bot",
3-
"version": "0.0.408",
3+
"version": "0.0.409",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@towns-protocol/contracts",
3-
"version": "0.0.408",
3+
"version": "0.0.409",
44
"scripts": {
55
"clean": "forge clean",
66
"compile": "forge build",

packages/create-towns-protocol-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-towns-protocol-app",
3-
"version": "0.0.408",
3+
"version": "0.0.409",
44
"scripts": {
55
"build": "tsup",
66
"watch": "tsup --watch"

packages/encryption/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@towns-protocol/encryption",
3-
"version": "0.0.408",
3+
"version": "0.0.409",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@towns-protocol/eslint-config",
3-
"version": "0.0.408",
3+
"version": "0.0.409",
44
"license": "MIT",
55
"main": "typescript.js",
66
"publishConfig": {

packages/generated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@towns-protocol/generated",
3-
"version": "0.0.408",
3+
"version": "0.0.409",
44
"type": "module",
55
"scripts": {
66
"build": "node ./scripts/prepare.js",

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@towns-protocol/prettier-config",
3-
"version": "0.0.408",
3+
"version": "0.0.409",
44
"license": "MIT",
55
"main": "config.js",
66
"dependencies": {

packages/proto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@towns-protocol/proto",
3-
"version": "0.0.408",
3+
"version": "0.0.409",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/react-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@towns-protocol/react-sdk",
33
"description": "React Hooks for Towns Protocol SDK",
4-
"version": "0.0.408",
4+
"version": "0.0.409",
55
"type": "module",
66
"main": "./dist/esm/index.js",
77
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)