Skip to content

Commit

Permalink
Merge pull request #33 from rabbitholegg/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version package (alpha)
  • Loading branch information
Quazia authored Sep 22, 2023
2 parents 58175b7 + 49aec4d commit 6eb099c
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 54 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"tag": "alpha",
"changesets": [
"brown-points-smile",
"healthy-bugs-enjoy",
"hungry-squids-drop",
"late-scissors-wonder",
"new-ears-study",
"pink-horses-change",
"pink-moons-tickle",
"quick-eyes-retire",
"sixty-trains-yawn",
"sour-boxes-reflect",
"tasty-bobcats-clean",
"tough-cooks-hammer",
Expand All @@ -27,6 +29,7 @@
"@rabbitholegg/questdk-plugin-hop": "1.0.0-alpha.3",
"@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-stargate": "1.0.0-alpha.3",
"@rabbitholegg/questdk-plugin-gmx": "1.0.0-alpha.3"
}
}
7 changes: 7 additions & 0 deletions packages/gmx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rabbitholegg/questdk-plugin-gmx

## 1.0.0-alpha.4

### Minor Changes

- [#28](https://github.com/rabbitholegg/questdk-plugins/pull/28) [`ac7591c`](https://github.com/rabbitholegg/questdk-plugins/commit/ac7591c21abec5dfbaf0a9bd1a64b22084099e7c) Thanks [@Quazia](https://github.com/Quazia)! - Add swap support for GMX
102 changes: 51 additions & 51 deletions packages/gmx/package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"name": "@rabbitholegg/questdk-plugin-gmx",
"version": "1.0.0-alpha.3",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"packageManager": "pnpm@8.3.1",
"description": "",
"scripts": {
"bench": "vitest bench",
"bench:ci": "CI=true vitest bench",
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types",
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'",
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir ./dist/esm && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist",
"format": "rome format . --write",
"lint": "rome check .",
"lint:fix": "pnpm lint --apply",
"preinstall": "npx only-allow pnpm",
"test": "vitest dev",
"test:cov": "vitest dev --coverage",
"test:ci": "CI=true vitest --coverage",
"test:ui": "vitest dev --ui"
},
"keywords": [],
"author": "",
"license": "ISC",
"types": "./dist/types/index.d.ts",
"typings": "./dist/types/index.d.ts",
"devDependencies": {
"@types/node": "^20.4.5",
"@vitest/coverage-v8": "^0.33.0",
"rimraf": "^5.0.1",
"rome": "^12.1.3",
"ts-node": "^10.9.1",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
"dependencies": {
"@rabbitholegg/questdk": "1.0.1-alpha.10",
"node-fetch": "^3.3.2",
"viem": "^1.2.15"
}
}
{
"name": "@rabbitholegg/questdk-plugin-gmx",
"version": "1.0.0-alpha.4",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"packageManager": "pnpm@8.3.1",
"description": "",
"scripts": {
"bench": "vitest bench",
"bench:ci": "CI=true vitest bench",
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types",
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'",
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir ./dist/esm && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist",
"format": "rome format . --write",
"lint": "rome check .",
"lint:fix": "pnpm lint --apply",
"preinstall": "npx only-allow pnpm",
"test": "vitest dev",
"test:cov": "vitest dev --coverage",
"test:ci": "CI=true vitest --coverage",
"test:ui": "vitest dev --ui"
},
"keywords": [],
"author": "",
"license": "ISC",
"types": "./dist/types/index.d.ts",
"typings": "./dist/types/index.d.ts",
"devDependencies": {
"@types/node": "^20.4.5",
"@vitest/coverage-v8": "^0.33.0",
"rimraf": "^5.0.1",
"rome": "^12.1.3",
"ts-node": "^10.9.1",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
"dependencies": {
"@rabbitholegg/questdk": "1.0.1-alpha.10",
"node-fetch": "^3.3.2",
"viem": "^1.2.15"
}
}
12 changes: 12 additions & 0 deletions packages/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rabbitholegg/questdk-plugin-registry

## 1.0.0-alpha.9

### Minor Changes

- [#28](https://github.com/rabbitholegg/questdk-plugins/pull/28) [`ac7591c`](https://github.com/rabbitholegg/questdk-plugins/commit/ac7591c21abec5dfbaf0a9bd1a64b22084099e7c) Thanks [@Quazia](https://github.com/Quazia)! - Add swap support for GMX

### Patch Changes

- Updated dependencies [[`ac7591c`](https://github.com/rabbitholegg/questdk-plugins/commit/ac7591c21abec5dfbaf0a9bd1a64b22084099e7c), [`c0cdb28`](https://github.com/rabbitholegg/questdk-plugins/commit/c0cdb28e1c20c9f1e5fdefa7630c87f76db16ffc)]:
- @rabbitholegg/questdk-plugin-gmx@1.0.0-alpha.4
- @rabbitholegg/questdk-plugin-stargate@1.0.0-alpha.6

## 1.0.0-alpha.8

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

## 1.0.0-alpha.6

### Minor Changes

- [#32](https://github.com/rabbitholegg/questdk-plugins/pull/32) [`c0cdb28`](https://github.com/rabbitholegg/questdk-plugins/commit/c0cdb28e1c20c9f1e5fdefa7630c87f76db16ffc) Thanks [@Quazia](https://github.com/Quazia)! - Quick fix to chain id handling in stargate bridge plugin

## 1.0.0-alpha.5

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stargate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-stargate",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down

0 comments on commit 6eb099c

Please sign in to comment.