Skip to content

Commit

Permalink
Merge pull request #132 from rabbitholegg/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (alpha)
  • Loading branch information
jonathandiep authored Dec 15, 2023
2 parents 35fe751 + f72abf6 commit 53c0c2d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"changesets": [
"angry-ants-return",
"brown-points-smile",
"calm-tigers-rescue",
"curly-jeans-dress",
"cyan-birds-melt",
"cyan-llamas-burn",
Expand Down
7 changes: 7 additions & 0 deletions packages/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rabbitholegg/questdk-plugin-registry

## 1.0.0-alpha.42

### Patch Changes

- Updated dependencies [[`b189ebe62edc99e85360a851b785458d28f0079f`](https://github.com/rabbitholegg/questdk-plugins/commit/b189ebe62edc99e85360a851b785458d28f0079f)]:
- @rabbitholegg/questdk-plugin-zora@1.0.0-alpha.4

## 1.0.0-alpha.41

### Minor 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.41",
"version": "1.0.0-alpha.42",
"type": "module",
"exports": {
"require": "./dist/cjs/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.4

### Patch Changes

- [#131](https://github.com/rabbitholegg/questdk-plugins/pull/131) [`b189ebe62edc99e85360a851b785458d28f0079f`](https://github.com/rabbitholegg/questdk-plugins/commit/b189ebe62edc99e85360a851b785458d28f0079f) Thanks [@mmackz](https://github.com/mmackz)! - fix casing issue with contract address

## 1.0.0-alpha.3

### Patch 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.3",
"version": "1.0.0-alpha.4",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down

0 comments on commit 53c0c2d

Please sign in to comment.