Skip to content

Commit

Permalink
Merge pull request #27 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 May 7, 2024
2 parents a0ddcb5 + 0fee599 commit 2ec62fa
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/two-pumas-appear.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [`f64c25f`](https://github.com/rmrk-team/rmrk-js/commit/f64c25fc2433371a24ef27e7e242881f2f5dcaf0) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Fix: return image and animation_url with metadata fetch

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.2",
"version": "0.2.0",
"private": false,
"access": "public",
"repository": {
Expand Down
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.0

### Minor Changes

- [`f64c25f`](https://github.com/rmrk-team/rmrk-js/commit/f64c25fc2433371a24ef27e7e242881f2f5dcaf0) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Fix: return image and animation_url with metadata fetch

### Patch Changes

- Updated dependencies [[`f64c25f`](https://github.com/rmrk-team/rmrk-js/commit/f64c25fc2433371a24ef27e7e242881f2f5dcaf0)]:
- @rmrk-team/ipfs-utils@0.2.0
- @rmrk-team/rmrk-evm-utils@0.2.0
- @rmrk-team/rmrk-hooks@0.3.0
- @rmrk-team/rmrk-2d-renderer@0.1.6

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.7",
"version": "0.3.0",
"private": false,
"access": "public",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/rmrk-2d-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rmrk-team/rmrk-2d-renderer

## 0.1.6

### Patch Changes

- Updated dependencies [[`f64c25f`](https://github.com/rmrk-team/rmrk-js/commit/f64c25fc2433371a24ef27e7e242881f2f5dcaf0)]:
- @rmrk-team/ipfs-utils@0.2.0

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.1.6",
"private": false,
"access": "public",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rmrk-evm-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rmrk-team/rmrk-evm-utils

## 0.2.0

### Minor Changes

- [`f64c25f`](https://github.com/rmrk-team/rmrk-js/commit/f64c25fc2433371a24ef27e7e242881f2f5dcaf0) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Fix: return image and animation_url with metadata fetch

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.2",
"version": "0.2.0",
"private": false,
"access": "public",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/rmrk-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rmrk-team/rmrk-hooks

## 0.3.0

### Minor Changes

- [`f64c25f`](https://github.com/rmrk-team/rmrk-js/commit/f64c25fc2433371a24ef27e7e242881f2f5dcaf0) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Fix: return image and animation_url with metadata fetch

### Patch Changes

- Updated dependencies [[`f64c25f`](https://github.com/rmrk-team/rmrk-js/commit/f64c25fc2433371a24ef27e7e242881f2f5dcaf0)]:
- @rmrk-team/ipfs-utils@0.2.0
- @rmrk-team/rmrk-evm-utils@0.2.0
- @rmrk-team/rmrk-2d-renderer@0.1.6

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.8",
"version": "0.3.0",
"private": false,
"access": "public",
"repository": {
Expand Down

0 comments on commit 2ec62fa

Please sign in to comment.