Skip to content

Commit

Permalink
Merge branches 'main' and 'main' of github.com:fission-codes/stack
Browse files Browse the repository at this point in the history
* 'main' of github.com:fission-codes/stack:
  chore(main): release homestar 2.3.0 (#177)
  chore(deps-dev): bump typedoc from 0.25.11 to 0.25.12 (#174)

* 'main' of github.com:fission-codes/stack:
  chore(main): release homestar 2.3.0 (#177)
  chore(deps-dev): bump typedoc from 0.25.11 to 0.25.12 (#174)
  • Loading branch information
hugomrdias committed Mar 18, 2024
2 parents 81be0ef + 6e3312d commit 5a17a02
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/homestar": "2.2.1",
"packages/homestar": "2.3.0",
"packages/homestar-wit": "0.0.3",
"packages/channel": "0.0.2",
"packages/ucan": "0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"simple-git-hooks": "^2.10.0",
"typedoc": "^0.25.11",
"typedoc": "^0.25.12",
"typedoc-plugin-missing-exports": "^2.2.0",
"typedoc-plugin-zod": "^1.1.2",
"typescript": "5.3.3"
Expand Down
7 changes: 7 additions & 0 deletions packages/homestar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.0](https://github.com/fission-codes/stack/compare/homestar-v2.2.1...homestar-v2.3.0) (2024-03-12)


### Features

* change nnc to string ([a7b0486](https://github.com/fission-codes/stack/commit/a7b048646d71478d932f42281c5b9b068ed4ca0c))

## [2.2.1](https://github.com/fission-codes/stack/compare/homestar-v2.2.0...homestar-v2.2.1) (2024-03-08)


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": "2.2.1",
"version": "2.3.0",
"description": "Homestar Client.",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "MIT",
Expand Down
29 changes: 17 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a17a02

Please sign in to comment.