Skip to content

Commit

Permalink
Merge pull request #8 from rabbitholegg/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (alpha)
  • Loading branch information
jimobrien authored Aug 3, 2023
2 parents d5ccdf8 + 7fc9175 commit e53c640
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 @@ -9,6 +9,7 @@
"fresh-tables-poke",
"perfect-gorillas-arrive",
"rude-humans-jump",
"short-gorillas-cry",
"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.7

### Patch Changes

- [`d5ccdf8`](https://github.com/rabbitholegg/questdk/commit/d5ccdf8b61bfcfa48b0e8bd326092c0f15d72488) Thanks [@jimobrien](https://github.com/jimobrien)! - add plugin support

## 1.0.1-alpha.6

### 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.6",
"version": "1.0.1-alpha.7",
"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 e53c640

Please sign in to comment.