Skip to content

Commit

Permalink
chore: version packages (#425)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 26, 2024
1 parent 819bab6 commit f5953a6
Show file tree
Hide file tree
Showing 17 changed files with 89 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-shoes-try.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/selfish-carrots-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-turtles-tickle.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/council-sdk-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# council-sdk-starter

## 0.0.4

### Patch Changes

- Updated dependencies [e742438]
- @delvtech/council-viem@0.1.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/council-sdk-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "council-sdk-starter",
"version": "0.0.3",
"version": "0.0.4",
"description": "Boilerplate to get started using the council-sdk fast!",
"license": "MIT",
"private": true,
Expand All @@ -16,7 +16,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@delvtech/council-viem": "^0.0.3",
"@delvtech/council-viem": "^0.1.0",
"viem": "^2.16.2"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions apps/council-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# council-ui

## 0.0.4

### Patch Changes

- Updated dependencies [819bab6]
- Updated dependencies [e742438]
- @delvtech/council-artifacts@0.1.0
- @delvtech/council-viem@0.1.0

## 0.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/council-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "council-ui",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,8 +12,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@delvtech/council-artifacts": "^0.0.3",
"@delvtech/council-viem": "^0.0.3",
"@delvtech/council-artifacts": "^0.1.0",
"@delvtech/council-viem": "^0.1.0",
"@ensdomains/ensjs": "^3.4.4",
"@heroicons/react": "^2.1.1",
"@metamask/jazzicon": "^2.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/council-artifacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @delvtech/council-artifacts

## 0.1.0

### Minor Changes

- e742438: Updated license to AGPL-3.0

### Patch Changes

- 819bab6: Bump artifacts to latest main (no interface changes)

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/council-artifacts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delvtech/council-artifacts",
"version": "0.0.3",
"version": "0.1.0",
"license": "AGPL-3.0",
"type": "module",
"files": [
Expand Down
14 changes: 14 additions & 0 deletions packages/council-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @delvtech/council-cli

## 0.1.0

### Minor Changes

- e742438: Updated license to AGPL-3.0

### Patch Changes

- 819bab6: Add more commands
- Updated dependencies [819bab6]
- Updated dependencies [e742438]
- @delvtech/council-artifacts@0.1.0
- @delvtech/council-viem@0.1.0

## 0.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/council-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delvtech/council-cli",
"version": "0.0.4",
"version": "0.1.0",
"license": "AGPL-3.0",
"type": "module",
"main": "dist/council.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
}
},
"dependencies": {
"@delvtech/council-artifacts": "^0.0.3",
"@delvtech/council-viem": "^0.0.3",
"@delvtech/council-artifacts": "^0.1.0",
"@delvtech/council-viem": "^0.1.0",
"ajv": "^8.12.0",
"cfonts": "^3.2.0",
"cli-table": "^0.3.11",
Expand Down
12 changes: 12 additions & 0 deletions packages/council-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @delvtech/council-core

## 0.1.0

### Minor Changes

- e742438: Updated license to AGPL-3.0

### Patch Changes

- Updated dependencies [819bab6]
- Updated dependencies [e742438]
- @delvtech/council-artifacts@0.1.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/council-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delvtech/council-core",
"version": "0.0.3",
"version": "0.1.0",
"license": "AGPL-3.0",
"type": "module",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"@delvtech/evm-client": "^0.5.1"
},
"dependencies": {
"@delvtech/council-artifacts": "^0.0.3",
"@delvtech/council-artifacts": "^0.1.0",
"big.js": "^6.2.1",
"fast-json-stable-stringify": "^2.1.0",
"lru-cache": "^10.2.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/council-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @delvtech/council-ethers

## 0.1.0

### Minor Changes

- e742438: Updated license to AGPL-3.0

### Patch Changes

- Updated dependencies [e742438]
- @delvtech/council-core@0.1.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/council-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delvtech/council-ethers",
"version": "0.0.3",
"version": "0.1.0",
"license": "AGPL-3.0",
"type": "module",
"main": "dist/index.js",
Expand All @@ -20,7 +20,7 @@
"ethers": ">=6"
},
"dependencies": {
"@delvtech/council-core": "0.0.3",
"@delvtech/council-core": "0.1.0",
"@delvtech/evm-client-ethers": "^0.5.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/council-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @delvtech/council-viem

## 0.1.0

### Minor Changes

- e742438: Updated license to AGPL-3.0

### Patch Changes

- Updated dependencies [e742438]
- @delvtech/council-core@0.1.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/council-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delvtech/council-viem",
"version": "0.0.3",
"version": "0.1.0",
"license": "AGPL-3.0",
"type": "module",
"main": "dist/index.js",
Expand All @@ -22,7 +22,7 @@
"viem": ">=2"
},
"dependencies": {
"@delvtech/council-core": "0.0.3",
"@delvtech/council-core": "0.1.0",
"@delvtech/evm-client-viem": "^0.6.1"
},
"devDependencies": {
Expand Down

0 comments on commit f5953a6

Please sign in to comment.