Skip to content

Commit ead3005

Browse files
authored
chore: release main (#34)
1 parent 200de2a commit ead3005

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/scoutnet":"0.3.23","packages/scoutnet-openapi":"0.3.9"}
1+
{"packages/scoutnet":"0.3.24","packages/scoutnet-openapi":"0.3.10"}

packages/scoutnet-openapi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.10](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.9...scoutnet-openapi-v0.3.10) (2026-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* make participant question values be nullable ([200de2a](https://github.com/Scouterna/scoutnet-api/commit/200de2adee1108d974d6dfb1653c717177a90bb6))
9+
310
## [0.3.9](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.8...scoutnet-openapi-v0.3.9) (2026-01-28)
411

512

packages/scoutnet-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scouterna/scoutnet-openapi",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "The OpenAPI document for the Scoutnet API, neatly packaged for NPM.",
55
"keywords": [
66
"scouterna",

packages/scoutnet-openapi/schema/scoutnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
Scoutnet is the member management system for the Guides and Scouts of
99
Sweden. This API provides access to various resources related to projects,
1010
groups, and participants.
11-
version: 0.3.9
11+
version: 0.3.10
1212
license:
1313
name: MIT
1414
identifier: MIT

packages/scoutnet/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.3.24](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.23...scoutnet-v0.3.24) (2026-01-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @scouterna/scoutnet-openapi bumped to 0.3.10
11+
312
## [0.3.23](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.22...scoutnet-v0.3.23) (2026-01-28)
413

514

packages/scoutnet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scouterna/scoutnet",
3-
"version": "0.3.23",
3+
"version": "0.3.24",
44
"description": "API client for the Scoutnet API.",
55
"keywords": [
66
"scouterna",

0 commit comments

Comments
 (0)