Skip to content

Commit 5a17a02

Browse files
committed
Merge branches 'main' and 'main' of github.com:fission-codes/stack
* '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)
2 parents 81be0ef + 6e3312d commit 5a17a02

File tree

5 files changed

+27
-15
lines changed

5 files changed

+27
-15
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/homestar": "2.2.1",
2+
"packages/homestar": "2.3.0",
33
"packages/homestar-wit": "0.0.3",
44
"packages/channel": "0.0.2",
55
"packages/ucan": "0.2.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lint-staged": "^15.2.2",
2727
"prettier": "3.2.5",
2828
"simple-git-hooks": "^2.10.0",
29-
"typedoc": "^0.25.11",
29+
"typedoc": "^0.25.12",
3030
"typedoc-plugin-missing-exports": "^2.2.0",
3131
"typedoc-plugin-zod": "^1.1.2",
3232
"typescript": "5.3.3"

packages/homestar/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/fission-codes/stack/compare/homestar-v2.2.1...homestar-v2.3.0) (2024-03-12)
4+
5+
6+
### Features
7+
8+
* change nnc to string ([a7b0486](https://github.com/fission-codes/stack/commit/a7b048646d71478d932f42281c5b9b068ed4ca0c))
9+
310
## [2.2.1](https://github.com/fission-codes/stack/compare/homestar-v2.2.0...homestar-v2.2.1) (2024-03-08)
411

512

packages/homestar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fission-codes/homestar",
33
"type": "module",
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"description": "Homestar Client.",
66
"author": "Hugo Dias <[email protected]> (hugodias.me)",
77
"license": "MIT",

pnpm-lock.yaml

+17-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)