Skip to content

Commit 9e65d2d

Browse files
authored
Merge pull request #1021 from lukso-network/release-please--branches--main
chore: release main
2 parents 509b6cc + 4ee8d73 commit 9e65d2d

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.4",
3-
"packages/lsp0-contracts": "0.15.2",
4-
"packages/lsp1-contracts": "0.15.2",
5-
"packages/lsp1delegate-contracts": "0.15.2",
6-
"packages/lsp2-contracts": "0.15.1",
7-
"packages/lsp3-contracts": "0.16.3",
8-
"packages/lsp4-contracts": "0.16.4",
9-
"packages/lsp5-contracts": "0.15.1",
10-
"packages/lsp6-contracts": "0.15.2",
11-
"packages/lsp7-contracts": "0.16.5",
12-
"packages/lsp8-contracts": "0.16.4",
13-
"packages/lsp9-contracts": "0.15.2",
14-
"packages/lsp10-contracts": "0.15.1",
15-
"packages/lsp11-contracts": "0.1.4",
16-
"packages/lsp12-contracts": "0.15.1",
17-
"packages/lsp14-contracts": "0.15.2",
18-
"packages/lsp16-contracts": "0.15.2",
19-
"packages/lsp17-contracts": "0.16.4",
20-
"packages/lsp17contractextension-contracts": "0.16.4",
21-
"packages/lsp20-contracts": "0.15.2",
22-
"packages/lsp23-contracts": "0.15.2",
23-
"packages/lsp25-contracts": "0.15.2",
24-
"packages/lsp26-contracts": "0.1.4",
25-
"packages/universalprofile-contracts": "0.15.2"
2+
"packages/lsp-smart-contracts": "0.16.5",
3+
"packages/lsp0-contracts": "0.15.3",
4+
"packages/lsp1-contracts": "0.15.3",
5+
"packages/lsp1delegate-contracts": "0.15.3",
6+
"packages/lsp2-contracts": "0.15.2",
7+
"packages/lsp3-contracts": "0.16.4",
8+
"packages/lsp4-contracts": "0.16.5",
9+
"packages/lsp5-contracts": "0.15.2",
10+
"packages/lsp6-contracts": "0.15.3",
11+
"packages/lsp7-contracts": "0.16.6",
12+
"packages/lsp8-contracts": "0.16.5",
13+
"packages/lsp9-contracts": "0.15.3",
14+
"packages/lsp10-contracts": "0.15.2",
15+
"packages/lsp11-contracts": "0.1.5",
16+
"packages/lsp12-contracts": "0.15.2",
17+
"packages/lsp14-contracts": "0.15.3",
18+
"packages/lsp16-contracts": "0.15.3",
19+
"packages/lsp17-contracts": "0.16.5",
20+
"packages/lsp17contractextension-contracts": "0.16.5",
21+
"packages/lsp20-contracts": "0.15.3",
22+
"packages/lsp23-contracts": "0.15.3",
23+
"packages/lsp25-contracts": "0.15.3",
24+
"packages/lsp26-contracts": "0.1.5",
25+
"packages/universalprofile-contracts": "0.15.3"
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.5](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp-smart-contracts-v0.16.4...lsp-smart-contracts-v0.16.5) (2025-06-19)
6+
7+
8+
### Bug Fixes
9+
10+
* fix release process to include `artifacts/*.json` folder ([ab58e3d](https://github.com/lukso-network/lsp-smart-contracts/commit/ab58e3da2300bb6032cc90a51fe6a7762b3ae068))
11+
512
## [0.16.4](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp-smart-contracts-v0.16.3...lsp-smart-contracts-v0.16.4) (2025-06-18)
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.4",
3+
"version": "0.16.5",
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.3](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp0-contracts-v0.15.2...lsp0-contracts-v0.15.3) (2025-06-19)
4+
5+
6+
### Bug Fixes
7+
8+
* fix release process to include `artifacts/*.json` folder ([ab58e3d](https://github.com/lukso-network/lsp-smart-contracts/commit/ab58e3da2300bb6032cc90a51fe6a7762b3ae068))
9+
310
## [0.15.2](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp0-contracts-v0.15.1...lsp0-contracts-v0.15.2) (2025-06-18)
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.2";
14+
string public constant VERSION = "0.15.3";
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.2",
3+
"version": "0.15.3",
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.3](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp1-contracts-v0.15.2...lsp1-contracts-v0.15.3) (2025-06-19)
4+
5+
6+
### Bug Fixes
7+
8+
* fix release process to include `artifacts/*.json` folder ([ab58e3d](https://github.com/lukso-network/lsp-smart-contracts/commit/ab58e3da2300bb6032cc90a51fe6a7762b3ae068))
9+
310
## [0.15.2](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp1-contracts-v0.15.1...lsp1-contracts-v0.15.2) (2025-06-18)
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.2",
3+
"version": "0.15.3",
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.2](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp10-contracts-v0.15.1...lsp10-contracts-v0.15.2) (2025-06-19)
4+
5+
6+
### Bug Fixes
7+
8+
* fix release process to include `artifacts/*.json` folder ([ab58e3d](https://github.com/lukso-network/lsp-smart-contracts/commit/ab58e3da2300bb6032cc90a51fe6a7762b3ae068))
9+
310
## [0.15.1](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp10-contracts-v0.15.0...lsp10-contracts-v0.15.1) (2025-04-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.1",
3+
"version": "0.15.2",
44
"description": "Package for the LSP10 Received Vaults standard",
55
"license": "Apache-2.0",
66
"author": "",

0 commit comments

Comments
 (0)