Skip to content

Commit

Permalink
chore: version package (alpha) (#15)
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 22, 2023
1 parent d646642 commit a090ce9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"changesets": [
"cool-geckos-sit",
"forty-shoes-sell",
"fresh-tables-poke",
"perfect-gorillas-arrive",
"proud-pans-promise",
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.10

### Patch Changes

- [#14](https://github.com/rabbitholegg/questdk/pull/14) [`d646642`](https://github.com/rabbitholegg/questdk/commit/d64664236d1f8fcd0743c01e01d32a5b3aae15af) Thanks [@Quazia](https://github.com/Quazia)! - Handle undefined and non-existent key in filter better so $some doesn't fail

## 1.0.1-alpha.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk",
"version": "1.0.1-alpha.9",
"version": "1.0.1-alpha.10",
"description": "",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/errors/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.0.1-alpha.8'
export const version = '1.0.1-alpha.10'

0 comments on commit a090ce9

Please sign in to comment.