Skip to content

Commit ec667d8

Browse files
authored
Merge pull request #30 from rmrk-team/changeset-release/main
chore: version packages
2 parents 1714b3c + 22ad15b commit ec667d8

File tree

14 files changed

+90
-32
lines changed

14 files changed

+90
-32
lines changed

.changeset/brown-melons-care.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/proud-dingos-stare.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/ipfs-utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @rmrk-team/ipfs-utils
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Udjust pnpm deps
8+
9+
- [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Update deps
10+
11+
- Updated dependencies [[`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6), [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e)]:
12+
- @rmrk-team/types@0.1.3
13+
314
## 0.2.1
415

516
### Patch Changes

packages/ipfs-utils/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "IPFS utils for RMRK NFTs",
44
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
55
"homepage": "https://github.com/rmrk-team/rmrk-js",
6-
"version": "0.2.1",
6+
"version": "0.2.2",
77
"private": false,
88
"access": "public",
99
"repository": {
@@ -55,5 +55,7 @@
5555
"@changesets/cli": "^2.27.1"
5656
},
5757
"license": "MIT",
58-
"authors": ["yurinondual.eth <[email protected]>"]
58+
"authors": [
59+
"yurinondual.eth <[email protected]>"
60+
]
5961
}

packages/nft-renderer/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @rmrk-team/nft-renderer
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Udjust pnpm deps
8+
9+
- [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Update deps
10+
11+
- Updated dependencies [[`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6), [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e)]:
12+
- @rmrk-team/ipfs-utils@0.2.2
13+
- @rmrk-team/rmrk-2d-renderer@0.1.8
14+
- @rmrk-team/rmrk-evm-utils@0.2.2
15+
- @rmrk-team/rmrk-hooks@0.3.2
16+
317
## 0.3.1
418

519
### Patch Changes

packages/nft-renderer/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@rmrk-team/nft-renderer",
33
"description": "React NFT renderer for multi layered composable NFTs built on RMRK standards",
44
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
5-
"version": "0.3.1",
5+
"version": "0.3.2",
66
"private": false,
77
"access": "public",
88
"repository": {
@@ -82,5 +82,7 @@
8282
"wagmi": ">=2.12.5"
8383
},
8484
"license": "MIT",
85-
"authors": ["yurinondual.eth <[email protected]>"]
85+
"authors": [
86+
"yurinondual.eth <[email protected]>"
87+
]
8688
}

packages/rmrk-2d-renderer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @rmrk-team/rmrk-2d-renderer
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- [`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Udjust pnpm deps
8+
9+
- [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Update deps
10+
11+
- Updated dependencies [[`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6), [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e)]:
12+
- @rmrk-team/ipfs-utils@0.2.2
13+
314
## 0.1.7
415

516
### Patch Changes

packages/rmrk-2d-renderer/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Pixi (Canvas) renderer for multi layered composable NFTs built on RMRK standards",
44
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
55
"homepage": "https://github.com/rmrk-team/rmrk-js",
6-
"version": "0.1.7",
6+
"version": "0.1.8",
77
"private": false,
88
"access": "public",
99
"repository": {
@@ -79,7 +79,9 @@
7979
"typescript": ">=5.4.2"
8080
},
8181
"license": "MIT",
82-
"authors": ["yurinondual.eth <[email protected]>"],
82+
"authors": [
83+
"yurinondual.eth <[email protected]>"
84+
],
8385
"contributors": [
8486
{
8587
"name": "Ayuilos",

packages/rmrk-evm-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rmrk-team/rmrk-evm-utils
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Udjust pnpm deps
8+
9+
- [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Update deps
10+
311
## 0.2.1
412

513
### Patch Changes

packages/rmrk-evm-utils/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Typescript utilities and actions for working with NFTs built on RMRK standards",
44
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
55
"homepage": "https://github.com/rmrk-team/rmrk-js",
6-
"version": "0.2.1",
6+
"version": "0.2.2",
77
"private": false,
88
"access": "public",
99
"repository": {
@@ -60,5 +60,7 @@
6060
"wagmi": ">=2.12.5"
6161
},
6262
"license": "MIT",
63-
"authors": ["yurinondual.eth <[email protected]>"]
63+
"authors": [
64+
"yurinondual.eth <[email protected]>"
65+
]
6466
}

0 commit comments

Comments
 (0)