Skip to content

Commit

Permalink
chore(main): release homestar 1.0.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Nov 27, 2023
1 parent adcb2b7 commit 4476e29
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/homestar": "0.6.2",
"packages/homestar": "1.0.0",
"packages/eslint-config": "0.0.3"
}
11 changes: 11 additions & 0 deletions packages/homestar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/fission-codes/stack/compare/homestar-v0.6.2...homestar-v1.0.0) (2023-11-27)


### ⚠ BREAKING CHANGES

* remove `needs`, resource must include `ipfs://` and export more types

### Features

* remove `needs`, resource must include `ipfs://` and export more types ([6103c8f](https://github.com/fission-codes/stack/commit/6103c8f1db9872a43eb157f644708118ca55f6a9))

## [0.6.2](https://github.com/fission-codes/stack/compare/homestar-v0.6.1...homestar-v0.6.2) (2023-11-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/homestar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fission-codes/homestar",
"type": "module",
"version": "0.6.2",
"version": "1.0.0",
"description": "Homestar Client.",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "MIT",
Expand Down

0 comments on commit 4476e29

Please sign in to comment.