Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-site
Submodule docs-site updated 340 files
2 changes: 1 addition & 1 deletion examples/wagmi-v5-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:write": "prettier --write ./src"
},
"dependencies": {
"@alchemy/common": "*",
"@alchemy/common": "^0.0.0-alpha.10",
"@tanstack/react-query": "^5.90.7",
"next": "15.5.3",
"react": "^19",
Expand Down
3 changes: 1 addition & 2 deletions halp/src/commands/add-package/base/packageJsonTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export function packageJsonTemplate(packageName: string, description: string) {
"typescript-template": "*",
},
dependencies: {
// TODO: this needs to be given a proper version, but it might be that lerna will handle this for you on publish
"@alchemy/common": "*",
"@alchemy/common": "^0.0.0-alpha.10",
viem: "2.29.2",
},
publishConfig: {
Expand Down
8 changes: 3 additions & 5 deletions lerna-v5.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"version": "0.0.0-alpha.10",
"npmClient": "yarn",
"packages": [
"packages/aa-infra",
Expand All @@ -12,13 +12,11 @@
"message": "chore(v5): publish alpha version %s [skip ci]",
"forcePublish": true,
"conventionalCommits": false,
"preid": "alpha",
"allowBranch": "moldy/v5-base"
"preid": "alpha"
},
"publish": {
"distTag": "alpha",
"access": "public",
"allowBranch": "moldy/v5-base"
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/aa-infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alchemy/aa-infra",
"version": "0.0.0",
"version": "0.0.0-alpha.10",
"description": "Alchemy Account Abstraction Infrastructure",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript-template": "*"
},
"dependencies": {
"@alchemy/common": "*",
"@alchemy/common": "^0.0.0-alpha.10",
"viem": "^2.32.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/aa-infra/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file is autogenerated by inject-version.ts. Any changes will be
// overwritten on commit!
export const VERSION = "0.0.0";
export const VERSION = "0.0.0-alpha.10";
2 changes: 1 addition & 1 deletion packages/alchemy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"typescript-template": "*"
},
"dependencies": {
"@alchemy/common": "*",
"@alchemy/common": "^0.0.0-alpha.10",
"viem": "^2.32.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alchemy/common",
"version": "0.0.0",
"version": "0.0.0-alpha.10",
"description": "A collection of interfaces and utilities to be used by other Alchemy packages",
"author": "Alchemy",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file is autogenerated by inject-version.ts. Any changes will be
// overwritten on commit!
export const VERSION = "0.0.0";
export const VERSION = "0.0.0-alpha.10";
6 changes: 3 additions & 3 deletions packages/smart-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alchemy/smart-accounts",
"version": "0.0.0",
"version": "0.0.0-alpha.10",
"description": "This package contains all of the viem interfaces for Alchemy's Smart Contract Accounts",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -39,11 +39,11 @@
"test:run": "vitest run"
},
"devDependencies": {
"@alchemy/aa-infra": "*",
"@alchemy/aa-infra": "^0.0.0-alpha.10",
"typescript-template": "*"
},
"dependencies": {
"@alchemy/common": "*",
"@alchemy/common": "^0.0.0-alpha.10",
"ox": "^0.9.6",
"viem": "^2.32.0",
"webauthn-p256": "^0.0.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-accounts/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file is autogenerated by inject-version.ts. Any changes will be
// overwritten on commit!
export const VERSION = "0.0.0";
export const VERSION = "0.0.0-alpha.10";
2 changes: 1 addition & 1 deletion packages/wagmi-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"viem": "^2.32.0"
},
"dependencies": {
"@alchemy/common": "*",
"@alchemy/common": "^0.0.0-alpha.10",
"@alchemy/wallet-apis": "*"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript-template": "*"
},
"dependencies": {
"@alchemy/common": "*",
"@alchemy/common": "^0.0.0-alpha.10",
"@alchemy/wallet-api-types": "^0.1.0-alpha.18",
"deep-equal": "^2.2.3",
"ox": "^0.6.12",
Expand Down
162 changes: 0 additions & 162 deletions scripts/publish-v5-alpha.sh

This file was deleted.

Loading