Skip to content

Commit

Permalink
Merge pull request #354 from rabbitholegg/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version package (alpha)
  • Loading branch information
mmackz authored Apr 25, 2024
2 parents e656b12 + 2910bb8 commit 118a4b5
Show file tree
Hide file tree
Showing 101 changed files with 809 additions and 145 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"big-gifts-retire",
"big-pants-own",
"blue-bikes-sip",
"blue-kangaroos-kiss",
"breezy-trees-carry",
"bright-turtles-divide",
"brown-bats-hope",
Expand Down Expand Up @@ -112,6 +113,7 @@
"nine-steaks-clap",
"nine-waves-lie",
"odd-cows-judge",
"odd-glasses-develop",
"odd-islands-film",
"orange-eagles-hope",
"orange-mice-vanish",
Expand All @@ -134,6 +136,7 @@
"quiet-spies-drum",
"quiet-swans-wave",
"real-ducks-leave",
"real-months-retire",
"rich-socks-marry",
"rotten-bees-battle",
"rotten-monkeys-attack",
Expand Down Expand Up @@ -225,6 +228,7 @@
"wicked-spoons-leave",
"wicked-walls-hear",
"wild-cobras-help",
"wise-hotels-tan",
"wise-pianos-repair",
"witty-zoos-destroy",
"yellow-pears-cough",
Expand Down Expand Up @@ -281,6 +285,7 @@
"@rabbitholegg/questdk-plugin-pods": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-thruster": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-base": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-orbit": "1.0.0-alpha.0"
"@rabbitholegg/questdk-plugin-orbit": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-superbridge": "1.0.0-alpha.0"
}
}
6 changes: 6 additions & 0 deletions apps/create-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rabbitholegg/create-plugin

## 2.0.0-alpha.7

### Minor Changes

- [#296](https://github.com/rabbitholegg/questdk-plugins/pull/296) [`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e) Thanks [@Quazia](https://github.com/Quazia)! - Revise build and lint strategies

## 2.0.0-alpha.6

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/create-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/create-plugin",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions apps/questdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rabbitholegg/questdk

## 2.0.0-alpha.45

### Minor Changes

- [#296](https://github.com/rabbitholegg/questdk-plugins/pull/296) [`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e) Thanks [@Quazia](https://github.com/Quazia)! - Revise build and lint strategies

## 2.0.0-alpha.44

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/questdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk",
"version": "2.0.0-alpha.44",
"version": "2.0.0-alpha.45",
"description": "",
"type": "module",
"main": "./dist/cjs/index.js",
Expand All @@ -11,9 +11,9 @@
"build": "pnpm build:types && pnpm build:esm && pnpm postbuild:esm && pnpm build:cjs && pnpm postbuild:cjs && BABEL_ENV=esmBundled pnpm rollup -c",
"build:esm": "BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'dist/esm' --source-maps",
"build:cjs": "BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'dist/cjs' --source-maps",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"postbuild:cjs": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"postbuild:esm": "echo '{\"type\":\"module\"}' > dist/esm/package.json",
"postbuild:esm": "echo '{\"type\":\"module\"}' > dist/esm/package.json",
"changeset": "changeset",
"changeset:release": "pnpm build && changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only && node scripts/updateVersion.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/across/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rabbitholegg/questdk-plugin-across

## 1.0.0-alpha.32

### Minor Changes

- [#357](https://github.com/rabbitholegg/questdk-plugins/pull/357) [`47e5396b`](https://github.com/rabbitholegg/questdk-plugins/commit/47e5396b36cf3fbe8d6c0f327f54dfd8eb0a6d60) Thanks [@mmackz](https://github.com/mmackz)! - update for Across V3

- [#296](https://github.com/rabbitholegg/questdk-plugins/pull/296) [`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e) Thanks [@Quazia](https://github.com/Quazia)! - Revise build and lint strategies

### Patch Changes

- Updated dependencies [[`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e)]:
- @rabbitholegg/questdk-plugin-utils@1.0.0-alpha.19
- @rabbitholegg/questdk@2.0.0-alpha.45

## 1.0.0-alpha.31

### Patch Changes
Expand Down
7 changes: 4 additions & 3 deletions packages/across/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-across",
"version": "1.0.0-alpha.31",
"version": "1.0.0-alpha.32",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand All @@ -16,12 +16,13 @@
"build": "pnpm build:types && pnpm build:esm && pnpm postbuild:esm && pnpm build:cjs && pnpm postbuild:cjs && BABEL_ENV=esmBundled pnpm rollup -c",
"build:esm": "BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'dist/esm' --source-maps",
"build:cjs": "BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'dist/cjs' --source-maps",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", "clean": "rimraf dist",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist",
"postbuild:cjs": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"postbuild:esm": "echo '{\"type\":\"module\"}' > dist/esm/package.json",
"format": "rome format . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:fix": "eslint . --fix",
"test": "vitest dev",
"test:cov": "vitest dev --coverage",
"test:ci": "CI=true vitest --coverage",
Expand Down
8 changes: 8 additions & 0 deletions packages/aerodrome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rabbitholegg/questdk-plugin-aerodrome

## 1.0.0-alpha.5

### Patch Changes

- Updated dependencies [[`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e)]:
- @rabbitholegg/questdk-plugin-utils@1.0.0-alpha.19
- @rabbitholegg/questdk@2.0.0-alpha.45

## 1.0.0-alpha.4

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions packages/aerodrome/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rabbitholegg/questdk-plugin-aerodrome",
"private": false,
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand All @@ -17,7 +17,8 @@
"build": "pnpm build:types && pnpm build:esm && pnpm postbuild:esm && pnpm build:cjs && pnpm postbuild:cjs && BABEL_ENV=esmBundled pnpm rollup -c",
"build:esm": "BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'dist/esm' --source-maps",
"build:cjs": "BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'dist/cjs' --source-maps",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", "clean": "rimraf dist",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist",
"postbuild:cjs": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"postbuild:esm": "echo '{\"type\":\"module\"}' > dist/esm/package.json",
"format": "rome format . --write",
Expand Down
6 changes: 6 additions & 0 deletions packages/arbitrum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rabbitholegg/questdk-plugin-arbitrum

## 1.0.0-alpha.15

### Minor Changes

- [#296](https://github.com/rabbitholegg/questdk-plugins/pull/296) [`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e) Thanks [@Quazia](https://github.com/Quazia)! - Revise build and lint strategies

## 1.0.0-alpha.14

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/arbitrum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-arbitrum",
"version": "1.0.0-alpha.14",
"version": "1.0.0-alpha.15",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand All @@ -16,12 +16,14 @@
"build": "pnpm build:types && pnpm build:esm && pnpm postbuild:esm && pnpm build:cjs && pnpm postbuild:cjs && BABEL_ENV=esmBundled pnpm rollup -c",
"build:esm": "BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'dist/esm' --source-maps",
"build:cjs": "BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'dist/cjs' --source-maps",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", "clean": "rimraf dist",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist",
"postbuild:cjs": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"postbuild:esm": "echo '{\"type\":\"module\"}' > dist/esm/package.json",
"format": "rome format . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix", "test": "vitest dev",
"lint:fix": "eslint . --fix",
"test": "vitest dev",
"test:cov": "vitest dev --coverage",
"test:ci": "CI=true vitest --coverage",
"test:ui": "vitest dev --ui"
Expand Down
8 changes: 8 additions & 0 deletions packages/artblocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rabbitholegg/questdk-plugin-artblocks

## 1.0.0-alpha.5

### Patch Changes

- Updated dependencies [[`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e)]:
- @rabbitholegg/questdk-plugin-utils@1.0.0-alpha.19
- @rabbitholegg/questdk@2.0.0-alpha.45

## 1.0.0-alpha.4

### Patch Changes
Expand Down
7 changes: 4 additions & 3 deletions packages/artblocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-artblocks",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand All @@ -17,12 +17,13 @@
"build": "pnpm build:types && pnpm build:esm && pnpm postbuild:esm && pnpm build:cjs && pnpm postbuild:cjs && BABEL_ENV=esmBundled pnpm rollup -c",
"build:esm": "BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'dist/esm' --source-maps",
"build:cjs": "BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'dist/cjs' --source-maps",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", "clean": "rimraf dist",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist",
"postbuild:cjs": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"postbuild:esm": "echo '{\"type\":\"module\"}' > dist/esm/package.json",
"format": "rome format . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:fix": "eslint . --fix",
"test": "vitest dev",
"test:cov": "vitest dev --coverage",
"test:ci": "CI=true vitest --coverage",
Expand Down
12 changes: 12 additions & 0 deletions packages/balancer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rabbitholegg/questdk-plugin-balancer

## 1.0.0-alpha.31

### Minor Changes

- [#296](https://github.com/rabbitholegg/questdk-plugins/pull/296) [`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e) Thanks [@Quazia](https://github.com/Quazia)! - Revise build and lint strategies

### Patch Changes

- Updated dependencies [[`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e)]:
- @rabbitholegg/questdk-plugin-utils@1.0.0-alpha.19
- @rabbitholegg/questdk@2.0.0-alpha.45

## 1.0.0-alpha.30

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/balancer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-balancer",
"version": "1.0.0-alpha.30",
"version": "1.0.0-alpha.31",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand All @@ -16,12 +16,14 @@
"build": "pnpm build:types && pnpm build:esm && pnpm postbuild:esm && pnpm build:cjs && pnpm postbuild:cjs && BABEL_ENV=esmBundled pnpm rollup -c",
"build:esm": "BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'dist/esm' --source-maps",
"build:cjs": "BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'dist/cjs' --source-maps",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", "clean": "rimraf dist",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist",
"postbuild:cjs": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"postbuild:esm": "echo '{\"type\":\"module\"}' > dist/esm/package.json",
"format": "rome format . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix", "test": "vitest dev",
"lint:fix": "eslint . --fix",
"test": "vitest dev",
"test:cov": "vitest dev --coverage",
"test:ci": "CI=true vitest --coverage",
"test:ui": "vitest dev --ui"
Expand Down
10 changes: 10 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rabbitholegg/questdk-plugin-base

## 1.0.0-alpha.2

### Patch Changes

- [#355](https://github.com/rabbitholegg/questdk-plugins/pull/355) [`8244bb13`](https://github.com/rabbitholegg/questdk-plugins/commit/8244bb13ac7c5d4ed2f5ec6efbef831549a78630) Thanks [@mmackz](https://github.com/mmackz)! - refactor base plugin

- Updated dependencies [[`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e)]:
- @rabbitholegg/questdk-plugin-utils@1.0.0-alpha.19
- @rabbitholegg/questdk@2.0.0-alpha.45

## 1.0.0-alpha.1

### Minor Changes
Expand Down
10 changes: 6 additions & 4 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-base",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand All @@ -10,18 +10,20 @@
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"description": "Plugin for Base Bridge",
"scripts": {
"scripts": {
"bench": "vitest bench",
"bench:ci": "CI=true vitest bench",
"build": "pnpm build:types && pnpm build:esm && pnpm postbuild:esm && pnpm build:cjs && pnpm postbuild:cjs && BABEL_ENV=esmBundled pnpm rollup -c",
"build:esm": "BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'dist/esm' --source-maps",
"build:cjs": "BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'dist/cjs' --source-maps",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", "clean": "rimraf dist",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist",
"postbuild:cjs": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"postbuild:esm": "echo '{\"type\":\"module\"}' > dist/esm/package.json",
"format": "rome format . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix", "test": "vitest dev",
"lint:fix": "eslint . --fix",
"test": "vitest dev",
"test:cov": "vitest dev --coverage",
"test:ci": "CI=true vitest --coverage",
"test:ui": "vitest dev --ui"
Expand Down
12 changes: 12 additions & 0 deletions packages/basepaint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rabbitholegg/questdk-plugin-basepaint

## 1.0.0-alpha.34

### Minor Changes

- [#296](https://github.com/rabbitholegg/questdk-plugins/pull/296) [`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e) Thanks [@Quazia](https://github.com/Quazia)! - Revise build and lint strategies

### Patch Changes

- Updated dependencies [[`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e)]:
- @rabbitholegg/questdk-plugin-utils@1.0.0-alpha.19
- @rabbitholegg/questdk@2.0.0-alpha.45

## 1.0.0-alpha.33

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/basepaint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rabbitholegg/questdk-plugin-basepaint",
"private": false,
"version": "1.0.0-alpha.33",
"version": "1.0.0-alpha.34",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand All @@ -17,12 +17,14 @@
"build": "pnpm build:types && pnpm build:esm && pnpm postbuild:esm && pnpm build:cjs && pnpm postbuild:cjs && BABEL_ENV=esmBundled pnpm rollup -c",
"build:esm": "BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'dist/esm' --source-maps",
"build:cjs": "BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'dist/cjs' --source-maps",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", "clean": "rimraf dist",
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist",
"postbuild:cjs": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"postbuild:esm": "echo '{\"type\":\"module\"}' > dist/esm/package.json",
"format": "rome format . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix", "test": "vitest dev",
"lint:fix": "eslint . --fix",
"test": "vitest dev",
"test:cov": "vitest dev --coverage",
"test:ci": "CI=true vitest --coverage",
"test:ui": "vitest dev --ui"
Expand Down
12 changes: 12 additions & 0 deletions packages/boost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rabbitholegg/questdk-plugin-boost

## 1.0.0-alpha.20

### Minor Changes

- [#296](https://github.com/rabbitholegg/questdk-plugins/pull/296) [`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e) Thanks [@Quazia](https://github.com/Quazia)! - Revise build and lint strategies

### Patch Changes

- Updated dependencies [[`756ca6c0`](https://github.com/rabbitholegg/questdk-plugins/commit/756ca6c0ba08c2c7649a946af54c9186169a9c0e)]:
- @rabbitholegg/questdk-plugin-utils@1.0.0-alpha.19
- @rabbitholegg/questdk@2.0.0-alpha.45

## 1.0.0-alpha.19

### Patch Changes
Expand Down
Loading

0 comments on commit 118a4b5

Please sign in to comment.