Skip to content

Commit 9b87652

Browse files
authored
Merge pull request #1026 from lukso-network/release-please--branches--main
chore: release main
2 parents d4cfc21 + 24aa979 commit 9b87652

File tree

55 files changed

+222
-54
lines changed

Some content is hidden

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

55 files changed

+222
-54
lines changed

.release-please-manifest.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"packages/lsp-smart-contracts": "0.16.6",
3-
"packages/lsp0-contracts": "0.15.4",
4-
"packages/lsp1-contracts": "0.15.4",
5-
"packages/lsp1delegate-contracts": "0.15.4",
6-
"packages/lsp2-contracts": "0.15.3",
7-
"packages/lsp3-contracts": "0.16.5",
8-
"packages/lsp4-contracts": "0.16.6",
9-
"packages/lsp5-contracts": "0.15.3",
10-
"packages/lsp6-contracts": "0.15.4",
11-
"packages/lsp7-contracts": "0.16.7",
12-
"packages/lsp8-contracts": "0.16.6",
13-
"packages/lsp9-contracts": "0.15.4",
14-
"packages/lsp10-contracts": "0.15.3",
15-
"packages/lsp11-contracts": "0.1.6",
16-
"packages/lsp12-contracts": "0.15.3",
17-
"packages/lsp14-contracts": "0.15.4",
18-
"packages/lsp16-contracts": "0.15.4",
19-
"packages/lsp17-contracts": "0.16.6",
20-
"packages/lsp17contractextension-contracts": "0.16.6",
21-
"packages/lsp20-contracts": "0.15.4",
22-
"packages/lsp23-contracts": "0.15.4",
23-
"packages/lsp25-contracts": "0.15.4",
24-
"packages/lsp26-contracts": "0.1.6",
25-
"packages/universalprofile-contracts": "0.15.4"
2+
"packages/lsp-smart-contracts": "0.16.7",
3+
"packages/lsp0-contracts": "0.15.5",
4+
"packages/lsp1-contracts": "0.15.5",
5+
"packages/lsp1delegate-contracts": "0.15.5",
6+
"packages/lsp2-contracts": "0.15.4",
7+
"packages/lsp3-contracts": "0.16.6",
8+
"packages/lsp4-contracts": "0.16.7",
9+
"packages/lsp5-contracts": "0.15.4",
10+
"packages/lsp6-contracts": "0.15.5",
11+
"packages/lsp7-contracts": "0.16.8",
12+
"packages/lsp8-contracts": "0.16.7",
13+
"packages/lsp9-contracts": "0.15.5",
14+
"packages/lsp10-contracts": "0.15.4",
15+
"packages/lsp11-contracts": "0.1.7",
16+
"packages/lsp12-contracts": "0.15.4",
17+
"packages/lsp14-contracts": "0.15.5",
18+
"packages/lsp16-contracts": "0.15.5",
19+
"packages/lsp17-contracts": "0.16.7",
20+
"packages/lsp17contractextension-contracts": "0.16.7",
21+
"packages/lsp20-contracts": "0.15.5",
22+
"packages/lsp23-contracts": "0.15.5",
23+
"packages/lsp25-contracts": "0.15.5",
24+
"packages/lsp26-contracts": "0.1.7",
25+
"packages/universalprofile-contracts": "0.15.5"
2626
}

packages/lsp-smart-contracts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.16.7](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp-smart-contracts-v0.16.6...lsp-smart-contracts-v0.16.7) (2025-06-19)
6+
7+
8+
### Bug Fixes
9+
10+
* upgrade nodejs to v22 to fix failed release CI ([93e19e6](https://github.com/lukso-network/lsp-smart-contracts/commit/93e19e6849e7587822fa353ec3c8dac5632039b5))
11+
512
## [0.16.6](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp-smart-contracts-v0.16.5...lsp-smart-contracts-v0.16.6) (2025-06-19)
613

714

packages/lsp-smart-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lukso/lsp-smart-contracts",
3-
"version": "0.16.6",
3+
"version": "0.16.7",
44
"description": "The reference smart contract implementation for the LUKSO LSP standards",
55
"license": "Apache-2.0",
66
"author": "",

packages/lsp0-contracts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.15.5](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp0-contracts-v0.15.4...lsp0-contracts-v0.15.5) (2025-06-19)
4+
5+
6+
### Bug Fixes
7+
8+
* upgrade nodejs to v22 to fix failed release CI ([93e19e6](https://github.com/lukso-network/lsp-smart-contracts/commit/93e19e6849e7587822fa353ec3c8dac5632039b5))
9+
310
## [0.15.4](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp0-contracts-v0.15.3...lsp0-contracts-v0.15.4) (2025-06-19)
411

512

packages/lsp0-contracts/contracts/Version.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract contract Version {
1111
// DO NOT CHANGE
1212
// Comments block below is used by release-please to automatically update the version in this file.
1313
// x-release-please-start-version
14-
string public constant VERSION = "0.15.4";
14+
string public constant VERSION = "0.15.5";
1515

1616
// x-release-please-end
1717
}

packages/lsp0-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lukso/lsp0-contracts",
3-
"version": "0.15.4",
3+
"version": "0.15.5",
44
"description": "Package for the LSP0ERC725Account standard",
55
"license": "Apache-2.0",
66
"author": "",

packages/lsp1-contracts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.15.5](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp1-contracts-v0.15.4...lsp1-contracts-v0.15.5) (2025-06-19)
4+
5+
6+
### Bug Fixes
7+
8+
* upgrade nodejs to v22 to fix failed release CI ([93e19e6](https://github.com/lukso-network/lsp-smart-contracts/commit/93e19e6849e7587822fa353ec3c8dac5632039b5))
9+
310
## [0.15.4](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp1-contracts-v0.15.3...lsp1-contracts-v0.15.4) (2025-06-19)
411

512

packages/lsp1-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lukso/lsp1-contracts",
3-
"version": "0.15.4",
3+
"version": "0.15.5",
44
"description": "Package for the LSP1 Universal Receiver standard",
55
"license": "Apache-2.0",
66
"author": "",

packages/lsp10-contracts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.15.4](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp10-contracts-v0.15.3...lsp10-contracts-v0.15.4) (2025-06-19)
4+
5+
6+
### Bug Fixes
7+
8+
* upgrade nodejs to v22 to fix failed release CI ([93e19e6](https://github.com/lukso-network/lsp-smart-contracts/commit/93e19e6849e7587822fa353ec3c8dac5632039b5))
9+
310
## [0.15.3](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp10-contracts-v0.15.2...lsp10-contracts-v0.15.3) (2025-06-19)
411

512

packages/lsp10-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lukso/lsp10-contracts",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "Package for the LSP10 Received Vaults standard",
55
"license": "Apache-2.0",
66
"author": "",

0 commit comments

Comments
 (0)