Skip to content

Commit

Permalink
chore: version package (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2023
1 parent aaa38a7 commit 8191f23
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"pink-horses-change",
"pink-moons-tickle",
"quick-eyes-retire",
"rotten-monkeys-attack",
"sixty-trains-yawn",
"soft-apples-hang",
"sour-boxes-reflect",
Expand All @@ -33,6 +34,7 @@
"@rabbitholegg/questdk-plugin-optimism": "1.0.0-alpha.3",
"@rabbitholegg/questdk-plugin-polygon": "1.0.0-alpha.3",
"@rabbitholegg/questdk-plugin-stargate": "1.0.0-alpha.3",
"@rabbitholegg/questdk-plugin-gmx": "1.0.0-alpha.3"
"@rabbitholegg/questdk-plugin-gmx": "1.0.0-alpha.3",
"@rabbitholegg/questdk-plugin-tally": "1.0.0-alpha.1"
}
}
11 changes: 11 additions & 0 deletions packages/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rabbitholegg/questdk-plugin-registry

## 1.0.0-alpha.13

### Minor Changes

- [#41](https://github.com/rabbitholegg/questdk-plugins/pull/41) [`0289ed8`](https://github.com/rabbitholegg/questdk-plugins/commit/0289ed81726926687be0cb82e2955259ad0a9205) Thanks [@Quazia](https://github.com/Quazia)! - Add delegate for Tally

### Patch Changes

- Updated dependencies [[`0289ed8`](https://github.com/rabbitholegg/questdk-plugins/commit/0289ed81726926687be0cb82e2955259ad0a9205)]:
- @rabbitholegg/questdk-plugin-tally@1.0.0-alpha.2

## 1.0.0-alpha.12

### 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.12",
"version": "1.0.0-alpha.13",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/tally/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rabbitholegg/questdk-plugin-tally

## 1.0.0-alpha.2

### Minor Changes

- [#41](https://github.com/rabbitholegg/questdk-plugins/pull/41) [`0289ed8`](https://github.com/rabbitholegg/questdk-plugins/commit/0289ed81726926687be0cb82e2955259ad0a9205) Thanks [@Quazia](https://github.com/Quazia)! - Add delegate for Tally
2 changes: 1 addition & 1 deletion packages/tally/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-tally",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down

0 comments on commit 8191f23

Please sign in to comment.