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 Sep 15, 2023
1 parent bdd6e22 commit 95f38e8
Show file tree
Hide file tree
Showing 13 changed files with 252 additions and 184 deletions.
48 changes: 29 additions & 19 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
{
"mode": "pre",
"tag": "alpha",
"changesets": [
"brown-points-smile",
"hungry-squids-drop",
"pink-horses-change",
"sour-boxes-reflect",
"tasty-bobcats-clean"
],
"initialVersions": {
"@rabbitholegg/questdk-plugin-connext": "1.0.0-alpha.0",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0",
"@rabbitholegg/questdk-plugin-uniswap": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-registry": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-project": "1.0.0-alpha.3"
}
}
{
"mode": "pre",
"tag": "alpha",
"changesets": [
"brown-points-smile",
"hungry-squids-drop",
"late-scissors-wonder",
"pink-horses-change",
"pink-moons-tickle",
"quick-eyes-retire",
"sour-boxes-reflect",
"tasty-bobcats-clean",
"tough-cooks-hammer",
"twelve-kiwis-destroy"
],
"initialVersions": {
"@rabbitholegg/questdk-plugin-connext": "1.0.0-alpha.0",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0",
"@rabbitholegg/questdk-plugin-uniswap": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-registry": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-project": "1.0.0-alpha.3",
"@rabbitholegg/questdk-plugin-across": "1.0.0-alpha.3",
"@rabbitholegg/questdk-plugin-arbitrum": "1.0.0-alpha.3",
"@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"
}
}
7 changes: 7 additions & 0 deletions packages/across/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rabbitholegg/questdk-plugin-across

## 1.0.0-alpha.4

### Minor Changes

- [#21](https://github.com/rabbitholegg/questdk-plugins/pull/21) [`8907847`](https://github.com/rabbitholegg/questdk-plugins/commit/89078470a77757709c94587e421b6ebd222f7e02) Thanks [@Quazia](https://github.com/Quazia)! - Add bridging support for Across
2 changes: 1 addition & 1 deletion packages/across/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rabbitholegg/questdk-plugin-across",
"private": true,
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/arbitrum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rabbitholegg/questdk-plugin-arbitrum

## 1.0.0-alpha.4

### Minor Changes

- [#13](https://github.com/rabbitholegg/questdk-plugins/pull/13) [`82d1166`](https://github.com/rabbitholegg/questdk-plugins/commit/82d1166644c8728f903887f1417f72f4d1b1474d) Thanks [@Quazia](https://github.com/Quazia)! - Add support for bridging on Arbitrum
100 changes: 50 additions & 50 deletions packages/arbitrum/package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"name": "@rabbitholegg/questdk-plugin-arbitrum",
"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": "[email protected]",
"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.9",
"viem": "1.2.15"
}
}
{
"name": "@rabbitholegg/questdk-plugin-arbitrum",
"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": "[email protected]",
"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.9",
"viem": "1.2.15"
}
}
7 changes: 7 additions & 0 deletions packages/hop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rabbitholegg/questdk-plugin-hop

## 1.0.0-alpha.4

### Minor Changes

- [#20](https://github.com/rabbitholegg/questdk-plugins/pull/20) [`1ef051e`](https://github.com/rabbitholegg/questdk-plugins/commit/1ef051e7ab4fd2e1f58ebe2e543c79e856d3da99) Thanks [@Quazia](https://github.com/Quazia)! - Add bridge plugin for hop
106 changes: 53 additions & 53 deletions packages/hop/package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "@rabbitholegg/questdk-plugin-hop",
"private": true,
"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": "[email protected]",
"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": {
"@hop-protocol/core": "0.0.1-beta.182",
"@hop-protocol/sdk": "0.0.1-beta.535",
"@rabbitholegg/questdk": "1.0.1-alpha.9",
"viem": "1.2.15"
}
}
{
"name": "@rabbitholegg/questdk-plugin-hop",
"private": true,
"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": "[email protected]",
"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": {
"@hop-protocol/core": "0.0.1-beta.182",
"@hop-protocol/sdk": "0.0.1-beta.535",
"@rabbitholegg/questdk": "1.0.1-alpha.9",
"viem": "1.2.15"
}
}
7 changes: 7 additions & 0 deletions packages/optimism/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rabbitholegg/questdk-plugin-optimism

## 1.0.0-alpha.4

### Minor Changes

- [#17](https://github.com/rabbitholegg/questdk-plugins/pull/17) [`a39dff2`](https://github.com/rabbitholegg/questdk-plugins/commit/a39dff2fd2e2d02107a847e38ca3cc169c91e490) Thanks [@Quazia](https://github.com/Quazia)! - Add briding support for optimism
2 changes: 1 addition & 1 deletion packages/optimism/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rabbitholegg/questdk-plugin-optimism",
"private": true,
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/polygon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rabbitholegg/questdk-plugin-polygon

## 1.0.0-alpha.4

### Minor Changes

- [#19](https://github.com/rabbitholegg/questdk-plugins/pull/19) [`3ade094`](https://github.com/rabbitholegg/questdk-plugins/commit/3ade0945625d9be75843d3cc60b3770adfdb68bd) Thanks [@Quazia](https://github.com/Quazia)! - Add bridging support for polygon
2 changes: 1 addition & 1 deletion packages/polygon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rabbitholegg/questdk-plugin-polygon",
"private": true,
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down
Loading

0 comments on commit 95f38e8

Please sign in to comment.