Skip to content

Commit

Permalink
Merge pull request #513 from rabbitholegg/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (alpha)
  • Loading branch information
mmackz authored Aug 15, 2024
2 parents 180e8e6 + 9327b52 commit 482c89e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"modern-vans-swim",
"moody-bananas-fold",
"moody-dragons-tease",
"moody-moose-shop",
"moody-students-flash",
"moody-yaks-rest",
"neat-buses-rescue",
Expand Down Expand Up @@ -238,6 +239,7 @@
"slimy-trees-wink",
"slow-cars-hope",
"slow-cougars-reply",
"slow-peas-sit",
"slow-vans-mate",
"slow-walls-live",
"slow-zebras-knock",
Expand Down
8 changes: 8 additions & 0 deletions packages/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rabbitholegg/questdk-plugin-registry

## 1.0.0-alpha.142

### Patch Changes

- Updated dependencies [[`931c9c03`](https://github.com/rabbitholegg/questdk-plugins/commit/931c9c035e1a32cd2c7f4ab7866556d222099afa), [`36f7d215`](https://github.com/rabbitholegg/questdk-plugins/commit/36f7d215a81a9f77d916b4f1f9a21dc71ca15760)]:
- @rabbitholegg/questdk-plugin-titles@1.0.0-alpha.22
- @rabbitholegg/questdk-plugin-zora@1.0.0-alpha.74

## 1.0.0-alpha.141

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-registry",
"version": "1.0.0-alpha.141",
"version": "1.0.0-alpha.142",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/titles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rabbitholegg/questdk-plugin-titles

## 1.0.0-alpha.22

### Patch Changes

- [#512](https://github.com/rabbitholegg/questdk-plugins/pull/512) [`931c9c03`](https://github.com/rabbitholegg/questdk-plugins/commit/931c9c035e1a32cd2c7f4ab7866556d222099afa) Thanks [@mmackz](https://github.com/mmackz)! - fix failing tests for titles simulateMint

## 1.0.0-alpha.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/titles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rabbitholegg/questdk-plugin-titles",
"private": false,
"version": "1.0.0-alpha.21",
"version": "1.0.0-alpha.22",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/zora/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rabbitholegg/questdk-plugin-zora

## 1.0.0-alpha.74

### Patch Changes

- [#511](https://github.com/rabbitholegg/questdk-plugins/pull/511) [`36f7d215`](https://github.com/rabbitholegg/questdk-plugins/commit/36f7d215a81a9f77d916b4f1f9a21dc71ca15760) Thanks [@mmackz](https://github.com/mmackz)! - add tokenId to zora SDK call for 1155s

## 1.0.0-alpha.73

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zora/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-zora",
"version": "1.0.0-alpha.73",
"version": "1.0.0-alpha.74",
"description": "",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down

0 comments on commit 482c89e

Please sign in to comment.