Skip to content

Commit 420bd9d

Browse files
committed
build: update dependencies to only consider packages to release
1 parent c544598 commit 420bd9d

File tree

48 files changed

+465
-404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+465
-404
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,4 @@ gas_benchmark.md
150150
foundry_artifacts/
151151

152152
wagmi.config.bundled_*.mjs
153+
packages/**/CHANGELOG.md

.release-please-manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"packages/lsp8-contracts": "0.15.0",
1313
"packages/lsp9-contracts": "0.15.0",
1414
"packages/lsp10-contracts": "0.15.0",
15+
"packages/lsp11-contracts": "0.0.0",
1516
"packages/lsp12-contracts": "0.15.0",
1617
"packages/lsp14-contracts": "0.15.0",
1718
"packages/lsp16-contracts": "0.15.0",
@@ -20,6 +21,6 @@
2021
"packages/lsp20-contracts": "0.15.0",
2122
"packages/lsp23-contracts": "0.15.0",
2223
"packages/lsp25-contracts": "0.15.0",
23-
"packages/lsp26-contracts": "0.15.0",
24+
"packages/lsp26-contracts": "0.0.0",
2425
"packages/universalprofile-contracts": "0.15.0"
2526
}

0 commit comments

Comments
 (0)