Skip to content

Commit efa5507

Browse files
authored
Merge pull request #329 from Perfect-Abstractions/changeset-release/main
chore(release): bump npm versions & changelogs
2 parents a4c03f6 + 3e7fad4 commit efa5507

5 files changed

Lines changed: 14 additions & 8 deletions

File tree

.changeset/breezy-rings-glow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 84abb2d: add installation commands to docs & readme
8+
39
## 0.0.2
410

511
### Patch Changes

cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 84abb2d: add installation commands to docs & readme
8+
39
## 0.0.3
410

511
### Patch Changes

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perfect-abstractions/compose-cli",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "CLI to scaffold Compose facet-based diamond projects",
55
"main": "index.js",
66
"bin": {

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@perfect-abstractions/compose",
33
"description": "Composable smart contract library for ERC-2535 Diamonds",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"license": "MIT",
66
"files": [
77
"**/*.sol",

0 commit comments

Comments
 (0)