@lukso/universalprofile-contracts 0.15.0-rc.0 → 0.15.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/contracts/Version.sol +1 -1
- package/package.json +3 -3
package/contracts/Version.sol
CHANGED
@@ -11,7 +11,7 @@ abstract contract Version {
|
|
11
11
|
// DO NOT CHANGE
|
12
12
|
// Comments block below is used by release-please to automatically update the version in this file.
|
13
13
|
// x-release-please-start-version
|
14
|
-
string public constant VERSION = "0.
|
14
|
+
string public constant VERSION = "0.15.0-rc.1";
|
15
15
|
|
16
16
|
// x-release-please-end
|
17
17
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lukso/universalprofile-contracts",
|
3
|
-
"version": "0.15.0-rc.
|
3
|
+
"version": "0.15.0-rc.1",
|
4
4
|
"description": "Package for Universal Profile, an implementation of LSP0 ERC725 Account & LSP3 Profile Metadata standards combined together.",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"author": "",
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"dependencies": {
|
44
44
|
"@erc725/smart-contracts": "^7.0.0",
|
45
45
|
"@openzeppelin/contracts": "^4.9.3",
|
46
|
-
"@lukso/lsp0-contracts": "
|
47
|
-
"@lukso/lsp3-contracts": "
|
46
|
+
"@lukso/lsp0-contracts": "~0.15.0-rc.1",
|
47
|
+
"@lukso/lsp3-contracts": "~0.15.0-rc.1"
|
48
48
|
}
|
49
49
|
}
|