Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/scoutnet":"0.3.23","packages/scoutnet-openapi":"0.3.9"}
{"packages/scoutnet":"0.3.24","packages/scoutnet-openapi":"0.3.10"}
7 changes: 7 additions & 0 deletions packages/scoutnet-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.10](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.9...scoutnet-openapi-v0.3.10) (2026-01-30)


### Bug Fixes

* make participant question values be nullable ([200de2a](https://github.com/Scouterna/scoutnet-api/commit/200de2adee1108d974d6dfb1653c717177a90bb6))

## [0.3.9](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.8...scoutnet-openapi-v0.3.9) (2026-01-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/scoutnet-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scouterna/scoutnet-openapi",
"version": "0.3.9",
"version": "0.3.10",
"description": "The OpenAPI document for the Scoutnet API, neatly packaged for NPM.",
"keywords": [
"scouterna",
Expand Down
2 changes: 1 addition & 1 deletion packages/scoutnet-openapi/schema/scoutnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
Scoutnet is the member management system for the Guides and Scouts of
Sweden. This API provides access to various resources related to projects,
groups, and participants.
version: 0.3.9
version: 0.3.10
license:
name: MIT
identifier: MIT
Expand Down
9 changes: 9 additions & 0 deletions packages/scoutnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.24](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.23...scoutnet-v0.3.24) (2026-01-30)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @scouterna/scoutnet-openapi bumped to 0.3.10

## [0.3.23](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.22...scoutnet-v0.3.23) (2026-01-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/scoutnet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scouterna/scoutnet",
"version": "0.3.23",
"version": "0.3.24",
"description": "API client for the Scoutnet API.",
"keywords": [
"scouterna",
Expand Down