Skip to content

Commit 2dbd23a

Browse files
authored
Merge pull request #317 from Perfect-Abstractions/changeset-release/main
chore(release): bump npm versions & changelogs
2 parents a3833f6 + e71d8e3 commit 2dbd23a

5 files changed

Lines changed: 17 additions & 11 deletions

File tree

.changeset/lovely-cities-pump.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.2
4+
5+
### Patch Changes
6+
7+
- a9f32fb: first publised release: core facet library (@perfect-abstraction/compose) and CLI (@perfect-abstraction/compose-cli)
8+
39
## 0.0.1
410

511
- Library package established; future entries are appended by [Changesets](https://github.com/changesets/changesets) on release.

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.2
4+
5+
### Patch Changes
6+
7+
- a9f32fb: first publised release: core facet library (@perfect-abstraction/compose) and CLI (@perfect-abstraction/compose-cli)
8+
39
## 0.0.1
410

511
- Initial Compose CLI foundation.

cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perfect-abstractions/compose-cli",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "CLI to scaffold Compose facet-based diamond projects",
55
"main": "index.js",
66
"bin": {
@@ -19,7 +19,7 @@
1919
"prepare:lib": "git submodule update --init --recursive"
2020
},
2121
"engines": {
22-
"node": ">=20"
22+
"node": ">=20"
2323
},
2424
"files": [
2525
"index.js",
@@ -58,7 +58,7 @@
5858
"ethereum",
5959
"smart-contracts",
6060
"diamonds",
61-
"ERC-2535",
61+
"ERC-2535",
6262
"ERC-8153",
6363
"facets",
6464
"compose",

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@perfect-abstractions/compose",
33
"description": "Composable smart contract library for ERC-2535 Diamonds",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"license": "MIT",
66
"files": [
77
"**/*.sol",
88
"CHANGELOG.md",
99
"README.md",
1010
"LICENSE.md"
1111
],
12-
"scripts": {
12+
"scripts": {
1313
"prepack": "cp ../README.md ./README.md && cp ../LICENSE.md ./LICENSE.md && cp ../CHANGELOG.md ./CHANGELOG.md",
1414
"postpack": "rm -f ./README.md ./LICENSE.md ./CHANGELOG.md",
1515
"pack:check": "npm pack --dry-run",

0 commit comments

Comments
 (0)