Skip to content

Commit 80277df

Browse files
authored
chore: release main (#31)
1 parent 22ffedb commit 80277df

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.20","packages/scoutnet-openapi":"0.3.6"}
1+
{"packages/scoutnet":"0.3.21","packages/scoutnet-openapi":"0.3.7"}

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.7](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.6...scoutnet-openapi-v0.3.7) (2026-01-12)
4+
5+
6+
### Bug Fixes
7+
8+
* add form_id query param ([22ffedb](https://github.com/Scouterna/scoutnet-api/commit/22ffedb94c71611af18c5623672ac00aad97d963))
9+
310
## [0.3.6](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.5...scoutnet-openapi-v0.3.6) (2026-01-11)
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.6",
3+
"version": "0.3.7",
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.6
11+
version: 0.3.7
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.21](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.20...scoutnet-v0.3.21) (2026-01-12)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @scouterna/scoutnet-openapi bumped to 0.3.7
11+
312
## [0.3.20](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.19...scoutnet-v0.3.20) (2026-01-11)
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.20",
3+
"version": "0.3.21",
44
"description": "API client for the Scoutnet API.",
55
"keywords": [
66
"scouterna",

0 commit comments

Comments
 (0)