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 Jan 30, 2025
1 parent ccdbde7 commit 6507fd2
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 30 deletions.
11 changes: 0 additions & 11 deletions .changeset/gorgeous-seas-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-radios-roll.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/six-shrimps-wink.md

This file was deleted.

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

## 8.1.0

### Minor Changes

- de00a49: Update pnpm to version 10. Improve commonjs and old-node compatibility.

### Patch Changes

- 6f357dc: Remove page header from generated markdown docs
- Updated dependencies [de00a49]
- Updated dependencies [94c4cef]
- @colony/events@4.1.0
- @colony/tokens@1.1.0
- @colony/core@3.1.0

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.0.0",
"version": "8.1.0",
"type": "module",
"exports": {
".": {
Expand Down
10 changes: 10 additions & 0 deletions packages/contractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @colony/contractor

## 2.5.0

### Minor Changes

- de00a49: Update pnpm to version 10. Improve commonjs and old-node compatibility.

### Patch Changes

- 6f357dc: Remove page header from generated markdown docs

## 2.4.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.4.0",
"version": "2.5.0",
"description": "✒️ A nifty tool that creates Colony Network TypeScript bindings",
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @colony/core

## 3.1.0

### Minor Changes

- de00a49: Update pnpm to version 10. Improve commonjs and old-node compatibility.

### Patch Changes

- 94c4cef: Disable extension compatibility check if the extension version is not known (yet)

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colony/core",
"version": "3.0.0",
"version": "3.1.0",
"description": "Colony core package",
"type": "module",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @colony/events

## 4.1.0

### Minor Changes

- de00a49: Update pnpm to version 10. Improve commonjs and old-node compatibility.

### Patch Changes

- Updated dependencies [de00a49]
- Updated dependencies [94c4cef]
- @colony/core@3.1.0

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.1.0",
"type": "module",
"exports": {
".": {
Expand Down
15 changes: 15 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @colony/sdk

## 3.2.0

### Minor Changes

- de00a49: Update pnpm to version 10. Improve commonjs and old-node compatibility.

### Patch Changes

- 6f357dc: Remove page header from generated markdown docs
- Updated dependencies [de00a49]
- Updated dependencies [94c4cef]
- @colony/events@4.1.0
- @colony/tokens@1.1.0
- @colony/core@3.1.0

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.1.2",
"version": "3.2.0",
"type": "module",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @colony/tokens

## 1.1.0

### Minor Changes

- de00a49: Update pnpm to version 10. Improve commonjs and old-node compatibility.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0",
"version": "1.1.0",
"type": "module",
"exports": {
".": {
Expand Down
12 changes: 12 additions & 0 deletions packages/wagmi-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @colony/wagmi-plugin

## 0.2.0

### Minor Changes

- de00a49: Update pnpm to version 10. Improve commonjs and old-node compatibility.

### Patch Changes

- Updated dependencies [de00a49]
- Updated dependencies [94c4cef]
- @colony/core@3.1.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colony/wagmi-plugin",
"version": "0.1.1",
"version": "0.2.0",
"description": "A plugin to generate wagmi/abitype compatible ABIs",
"scripts": {
"clean": "rimraf ./dist",
Expand Down

0 comments on commit 6507fd2

Please sign in to comment.