Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 52fa91f commit a857466
Show file tree
Hide file tree
Showing 19 changed files with 119 additions and 73 deletions.
8 changes: 0 additions & 8 deletions .changeset/blue-insects-rescue.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/brave-impalas-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-kids-decide.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/little-singers-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-lobsters-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-boats-cough.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/colony-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @colony/colony-js

## 8.0.0

### Major Changes

- e374bc2: Make Arbitrum One the default network in all cases. While this can be considered a breaking change it does not change any of the APIs.

### Minor Changes

- 6239827: Add support for the `imwss3` colonyNetwork release.

### Patch Changes

- c84bb1d: Introduce `tsx` instead of `ts-node` for esm compatibility reasons. This required some changes to how we import and export types from .ts files, so a lint rule was added for this.
- Updated dependencies [6239827]
- Updated dependencies [e374bc2]
- Updated dependencies [c84bb1d]
- @colony/core@3.0.0
- @colony/events@4.0.0
- @colony/tokens@1.0.0

## 7.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/colony-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@colony/colony-js",
"description": "📜 The Colony TypeScript reference implementation",
"version": "7.2.0",
"version": "8.0.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -49,12 +49,12 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@colony/core": "^2.3.0",
"@colony/events": "^3.0.0",
"@colony/tokens": "^0.3.0"
"@colony/core": "^3.0.0",
"@colony/events": "^4.0.0",
"@colony/tokens": "^1.0.0"
},
"devDependencies": {
"@colony/contractor": "^2.2.0",
"@colony/contractor": "^2.3.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/contractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @colony/contractor

## 2.3.0

### Minor Changes

- 6239827: Add support for the `imwss3` colonyNetwork release.

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colony/contractor",
"version": "2.2.0",
"version": "2.3.0",
"description": "✒️ A nifty tool that creates Colony Network TypeScript bindings",
"scripts": {
"clean": "rimraf ./bin",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @colony/core

## 3.0.0

### Major Changes

- e374bc2: Make Arbitrum One the default network in all cases. While this can be considered a breaking change it does not change any of the APIs.

### Minor Changes

- 6239827: Add support for the `imwss3` colonyNetwork release.

### Patch Changes

- c84bb1d: Introduce `tsx` instead of `ts-node` for esm compatibility reasons. This required some changes to how we import and export types from .ts files, so a lint rule was added for this.

## 2.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colony/core",
"version": "2.3.1",
"version": "3.0.0",
"description": "Colony core package",
"type": "module",
"exports": {
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"homepage": "https://docs.colony.io/develop",
"devDependencies": {
"@colony/contractor": "2.2.0",
"@colony/contractor": "2.3.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @colony/events

## 4.0.0

### Major Changes

- e374bc2: Make Arbitrum One the default network in all cases. While this can be considered a breaking change it does not change any of the APIs.

### Patch Changes

- c84bb1d: Introduce `tsx` instead of `ts-node` for esm compatibility reasons. This required some changes to how we import and export types from .ts files, so a lint rule was added for this.
- Updated dependencies [6239827]
- Updated dependencies [e374bc2]
- Updated dependencies [c84bb1d]
- @colony/core@3.0.0

## 3.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@colony/events",
"description": "🎫 Colony event contract bindings",
"version": "3.0.0",
"version": "4.0.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@colony/contractor": "^2.2.0",
"@colony/contractor": "^2.3.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
Expand All @@ -59,7 +59,7 @@
"ethers": "^5.1.3"
},
"dependencies": {
"@colony/core": "^2.3.0",
"@colony/core": "^3.0.0",
"fetch-retry": "^5.0.4",
"typia": "^3.8.3"
}
Expand Down
23 changes: 23 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @colony/sdk

## 3.0.0

### Major Changes

- e374bc2: Make Arbitrum One the default network in all cases. While this can be considered a breaking change it does not change any of the APIs.

### Minor Changes

- 6239827: Add support for the `imwss3` colonyNetwork release.
- 5d4a2c1: Add tx override options to non meta transaction creators. You can now specify things like `gasLimit` in the send() and mined() methods
- 2bdfe0c: Add support for custom contracts

### Patch Changes

- 232993e: Actually export ContractConfig class, as well as the Address type from AbiType
- c84bb1d: Introduce `tsx` instead of `ts-node` for esm compatibility reasons. This required some changes to how we import and export types from .ts files, so a lint rule was added for this.
- Updated dependencies [6239827]
- Updated dependencies [e374bc2]
- Updated dependencies [c84bb1d]
- @colony/core@3.0.0
- @colony/events@4.0.0
- @colony/tokens@1.0.0

## 2.1.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@colony/sdk",
"description": "🚀 The development kit to build on top of Colony",
"version": "2.1.0",
"version": "3.0.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -48,14 +48,14 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@colony/core": "^2.3.0",
"@colony/events": "^3.0.0",
"@colony/tokens": "^0.3.0",
"@colony/core": "^3.0.0",
"@colony/events": "^4.0.0",
"@colony/tokens": "^1.0.0",
"@ethersproject/abstract-provider": "^5.7.0",
"abitype": "^1.0.6"
},
"devDependencies": {
"@colony/contractor": "^2.2.0",
"@colony/contractor": "^2.3.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @colony/tokens

## 1.0.0

### Major Changes

- e374bc2: Make Arbitrum One the default network in all cases. While this can be considered a breaking change it does not change any of the APIs.

### Patch Changes

- c84bb1d: Introduce `tsx` instead of `ts-node` for esm compatibility reasons. This required some changes to how we import and export types from .ts files, so a lint rule was added for this.

## 0.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@colony/tokens",
"description": "🪙 Colony token contract bindings",
"version": "0.3.0",
"version": "1.0.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -46,8 +46,8 @@
"prepare": "npm run build-contracts"
},
"devDependencies": {
"@colony/core": "^2.3.0",
"@colony/contractor": "^2.2.0",
"@colony/core": "^3.0.0",
"@colony/contractor": "^2.3.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"ethers": "^5.7.2"
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit a857466

Please sign in to comment.