Skip to content

Commit

Permalink
Version Packages (alpha) (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 12, 2023
1 parent aa1f428 commit 01a9759
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"proud-pans-promise",
"rude-humans-jump",
"short-gorillas-cry",
"silent-scissors-refuse",
"smart-tips-arrive",
"spotty-crews-watch",
"young-kangaroos-deliver"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rabbitholegg/questdk

## 1.0.1-alpha.9

### Patch Changes

- [#12](https://github.com/rabbitholegg/questdk/pull/12) [`aa1f428`](https://github.com/rabbitholegg/questdk/commit/aa1f428a9dd354cd7b8b17c49a8dcab43cf12724) Thanks [@Quazia](https://github.com/Quazia)! - Simple hotfix for BigInt handling in the filter function

## 1.0.1-alpha.8

### Patch Changes
Expand Down
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk",
"version": "1.0.1-alpha.8",
"version": "1.0.1-alpha.9",
"description": "",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -32,15 +32,23 @@
"typecheck": "tsc --noEmit"
},
"keywords": [],
"authors": ["rabbitholegg"],
"authors": [
"rabbitholegg"
],
"license": "MIT",
"types": "./dist/types/index.d.ts",
"typings": "./dist/types/index.d.ts",
"typesVersions": {
"*": {
"utils": ["./dist/types/utils/index.d.ts"],
"actions": ["./dist/types/actions/index.d.ts"],
"filter": ["./dist/types/filter/index.d.ts"]
"utils": [
"./dist/types/utils/index.d.ts"
],
"actions": [
"./dist/types/actions/index.d.ts"
],
"filter": [
"./dist/types/filter/index.d.ts"
]
}
},
"sideEffects": false,
Expand Down

0 comments on commit 01a9759

Please sign in to comment.