Skip to content

Commit

Permalink
Merge pull request #30 from rmrk-team/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
Yuripetusko authored Aug 19, 2024
2 parents 1714b3c + 22ad15b commit ec667d8
Show file tree
Hide file tree
Showing 14 changed files with 90 additions and 32 deletions.
10 changes: 0 additions & 10 deletions .changeset/brown-melons-care.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/proud-dingos-stare.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/ipfs-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rmrk-team/ipfs-utils

## 0.2.2

### Patch Changes

- [`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Udjust pnpm deps

- [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Update deps

- Updated dependencies [[`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6), [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e)]:
- @rmrk-team/types@0.1.3

## 0.2.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/ipfs-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "IPFS utils for RMRK NFTs",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"homepage": "https://github.com/rmrk-team/rmrk-js",
"version": "0.2.1",
"version": "0.2.2",
"private": false,
"access": "public",
"repository": {
Expand Down Expand Up @@ -55,5 +55,7 @@
"@changesets/cli": "^2.27.1"
},
"license": "MIT",
"authors": ["yurinondual.eth <[email protected]>"]
"authors": [
"yurinondual.eth <[email protected]>"
]
}
14 changes: 14 additions & 0 deletions packages/nft-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rmrk-team/nft-renderer

## 0.3.2

### Patch Changes

- [`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Udjust pnpm deps

- [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Update deps

- Updated dependencies [[`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6), [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e)]:
- @rmrk-team/ipfs-utils@0.2.2
- @rmrk-team/rmrk-2d-renderer@0.1.8
- @rmrk-team/rmrk-evm-utils@0.2.2
- @rmrk-team/rmrk-hooks@0.3.2

## 0.3.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/nft-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rmrk-team/nft-renderer",
"description": "React NFT renderer for multi layered composable NFTs built on RMRK standards",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"version": "0.3.1",
"version": "0.3.2",
"private": false,
"access": "public",
"repository": {
Expand Down Expand Up @@ -82,5 +82,7 @@
"wagmi": ">=2.12.5"
},
"license": "MIT",
"authors": ["yurinondual.eth <[email protected]>"]
"authors": [
"yurinondual.eth <[email protected]>"
]
}
11 changes: 11 additions & 0 deletions packages/rmrk-2d-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rmrk-team/rmrk-2d-renderer

## 0.1.8

### Patch Changes

- [`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Udjust pnpm deps

- [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Update deps

- Updated dependencies [[`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6), [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e)]:
- @rmrk-team/ipfs-utils@0.2.2

## 0.1.7

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/rmrk-2d-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Pixi (Canvas) renderer for multi layered composable NFTs built on RMRK standards",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"homepage": "https://github.com/rmrk-team/rmrk-js",
"version": "0.1.7",
"version": "0.1.8",
"private": false,
"access": "public",
"repository": {
Expand Down Expand Up @@ -79,7 +79,9 @@
"typescript": ">=5.4.2"
},
"license": "MIT",
"authors": ["yurinondual.eth <[email protected]>"],
"authors": [
"yurinondual.eth <[email protected]>"
],
"contributors": [
{
"name": "Ayuilos",
Expand Down
8 changes: 8 additions & 0 deletions packages/rmrk-evm-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rmrk-team/rmrk-evm-utils

## 0.2.2

### Patch Changes

- [`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Udjust pnpm deps

- [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Update deps

## 0.2.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/rmrk-evm-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Typescript utilities and actions for working with NFTs built on RMRK standards",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"homepage": "https://github.com/rmrk-team/rmrk-js",
"version": "0.2.1",
"version": "0.2.2",
"private": false,
"access": "public",
"repository": {
Expand Down Expand Up @@ -60,5 +60,7 @@
"wagmi": ">=2.12.5"
},
"license": "MIT",
"authors": ["yurinondual.eth <[email protected]>"]
"authors": [
"yurinondual.eth <[email protected]>"
]
}
14 changes: 14 additions & 0 deletions packages/rmrk-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rmrk-team/rmrk-hooks

## 0.3.2

### Patch Changes

- [`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Udjust pnpm deps

- [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Update deps

- Updated dependencies [[`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6), [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e)]:
- @rmrk-team/ipfs-utils@0.2.2
- @rmrk-team/rmrk-2d-renderer@0.1.8
- @rmrk-team/rmrk-evm-utils@0.2.2
- @rmrk-team/types@0.1.3

## 0.3.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/rmrk-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React hooks for working with NFTs built on RMRK standards",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"homepage": "https://github.com/rmrk-team/rmrk-js",
"version": "0.3.1",
"version": "0.3.2",
"private": false,
"access": "public",
"repository": {
Expand Down Expand Up @@ -78,5 +78,7 @@
"typescript": ">=5.4.2"
},
"license": "MIT",
"authors": ["yurinondual.eth <[email protected]>"]
"authors": [
"yurinondual.eth <[email protected]>"
]
}
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rmrk-team/types

## 0.1.3

### Patch Changes

- [`1714b3c`](https://github.com/rmrk-team/rmrk-js/commit/1714b3cdee58e1284097bcfb00df37048fb803b6) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Udjust pnpm deps

- [`5c01562`](https://github.com/rmrk-team/rmrk-js/commit/5c01562057733e4b5fa8c62afed33f7a93e49b5e) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Update deps

## 0.1.2

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"homepage": "https://github.com/rmrk-team/rmrk-js",
"description": "Types to be used in combination with other packages of the RMRK EVM monorepo",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"access": "public",
"repository": {
Expand Down Expand Up @@ -46,5 +46,7 @@
"@changesets/cli": "^2.27.1"
},
"license": "MIT",
"authors": ["yurinondual.eth <[email protected]>"]
"authors": [
"yurinondual.eth <[email protected]>"
]
}

0 comments on commit ec667d8

Please sign in to comment.