Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and chmanie committed Apr 9, 2024
1 parent 097a1b2 commit 10d9ed2
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 22 deletions.
13 changes: 0 additions & 13 deletions .changeset/rude-crabs-live.md

This file was deleted.

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

## 7.1.0

### Minor Changes

- 6a1d15d: Added support for the colonyNetwork `imwss` release.

Removed the following extension clients (for now):

- CoinMachine
- EvaluatedExpenditure
- Whitelist

### Patch Changes

- Updated dependencies [6a1d15d]
- @colony/core@2.1.0

## 7.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0.4",
"version": "7.1.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -49,12 +49,12 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@colony/core": "^2.0.1",
"@colony/core": "^2.1.0",
"@colony/events": "^1.0.1",
"@colony/tokens": "^0.2.1"
},
"devDependencies": {
"@colony/contractor": "^2.0.1",
"@colony/contractor": "^2.1.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/contractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @colony/contractor

## 2.1.0

### Minor Changes

- 6a1d15d: Added support for the colonyNetwork `imwss` release.

Removed the following extension clients (for now):

- CoinMachine
- EvaluatedExpenditure
- Whitelist

## 2.0.1

### Patch 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.0.1",
"version": "2.1.0",
"description": "✒️ A nifty tool that creates Colony Network TypeScript bindings",
"scripts": {
"clean": "rimraf ./bin",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @colony/core

## 2.1.0

### Minor Changes

- 6a1d15d: Added support for the colonyNetwork `imwss` release.

Removed the following extension clients (for now):

- CoinMachine
- EvaluatedExpenditure
- Whitelist

## 2.0.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.0.1",
"version": "2.1.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.0.1",
"@colony/contractor": "2.1.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
Expand Down
6 changes: 3 additions & 3 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 10d9ed2

Please sign in to comment.