Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rmrk-team/rmrk-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Mar 8, 2024
2 parents 29e99d5 + ec0263e commit e2cdf32
Show file tree
Hide file tree
Showing 13 changed files with 68 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/honest-games-greet.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.1.0

### Minor Changes

- [`7ca34c1`](https://github.com/rmrk-team/rmrk-js/commit/7ca34c1236106f809d72dd38eecdc3d8e3cc32e5) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Don't ship nft-renderer with css import, as this can break build tools, instead consumer will have to import css as needed

### Patch Changes

- Updated dependencies [[`7ca34c1`](https://github.com/rmrk-team/rmrk-js/commit/7ca34c1236106f809d72dd38eecdc3d8e3cc32e5)]:
- @rmrk-team/types@0.1.0

## 0.0.8

### 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.0.8",
"version": "0.1.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.1.0

### Minor Changes

- [`7ca34c1`](https://github.com/rmrk-team/rmrk-js/commit/7ca34c1236106f809d72dd38eecdc3d8e3cc32e5) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Don't ship nft-renderer with css import, as this can break build tools, instead consumer will have to import css as needed

### Patch Changes

- Updated dependencies [[`7ca34c1`](https://github.com/rmrk-team/rmrk-js/commit/7ca34c1236106f809d72dd38eecdc3d8e3cc32e5)]:
- @rmrk-team/ipfs-utils@0.1.0
- @rmrk-team/rmrk-2d-renderer@0.1.0
- @rmrk-team/rmrk-evm-utils@0.1.0
- @rmrk-team/rmrk-hooks@0.1.0

## 0.0.11

### 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.0.11",
"version": "0.1.0",
"private": false,
"access": "public",
"repository": {
Expand Down
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.0

### Minor Changes

- [`7ca34c1`](https://github.com/rmrk-team/rmrk-js/commit/7ca34c1236106f809d72dd38eecdc3d8e3cc32e5) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Don't ship nft-renderer with css import, as this can break build tools, instead consumer will have to import css as needed

### Patch Changes

- Updated dependencies [[`7ca34c1`](https://github.com/rmrk-team/rmrk-js/commit/7ca34c1236106f809d72dd38eecdc3d8e3cc32e5)]:
- @rmrk-team/ipfs-utils@0.1.0

## 0.0.8

### 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.0.8",
"version": "0.1.0",
"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.1.0

### Minor Changes

- [`7ca34c1`](https://github.com/rmrk-team/rmrk-js/commit/7ca34c1236106f809d72dd38eecdc3d8e3cc32e5) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Don't ship nft-renderer with css import, as this can break build tools, instead consumer will have to import css as needed

## 0.0.8

### 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.0.8",
"version": "0.1.0",
"private": false,
"access": "public",
"repository": {
Expand Down
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.1.0

### Minor Changes

- [`7ca34c1`](https://github.com/rmrk-team/rmrk-js/commit/7ca34c1236106f809d72dd38eecdc3d8e3cc32e5) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Don't ship nft-renderer with css import, as this can break build tools, instead consumer will have to import css as needed

### Patch Changes

- Updated dependencies [[`7ca34c1`](https://github.com/rmrk-team/rmrk-js/commit/7ca34c1236106f809d72dd38eecdc3d8e3cc32e5)]:
- @rmrk-team/ipfs-utils@0.1.0
- @rmrk-team/rmrk-2d-renderer@0.1.0
- @rmrk-team/rmrk-evm-utils@0.1.0
- @rmrk-team/types@0.1.0

## 0.0.11

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

## 0.1.0

### Minor Changes

- [`7ca34c1`](https://github.com/rmrk-team/rmrk-js/commit/7ca34c1236106f809d72dd38eecdc3d8e3cc32e5) Thanks [@Yuripetusko](https://github.com/Yuripetusko)! - Don't ship nft-renderer with css import, as this can break build tools, instead consumer will have to import css as needed

## 0.0.7

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

0 comments on commit e2cdf32

Please sign in to comment.