Skip to content

Commit df91ef9

Browse files
authored
chore: release main (#32)
1 parent 4c7c69f commit df91ef9

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.21","packages/scoutnet-openapi":"0.3.7"}
1+
{"packages/scoutnet":"0.3.22","packages/scoutnet-openapi":"0.3.8"}

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.8](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.7...scoutnet-openapi-v0.3.8) (2026-01-12)
4+
5+
6+
### Bug Fixes
7+
8+
* add form tabs and sections ([4c7c69f](https://github.com/Scouterna/scoutnet-api/commit/4c7c69f82f8d08d8a466e0ec9a8516ddeb785c13))
9+
310
## [0.3.7](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.6...scoutnet-openapi-v0.3.7) (2026-01-12)
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.7",
3+
"version": "0.3.8",
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.7
11+
version: 0.3.8
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.22](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.21...scoutnet-v0.3.22) (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.8
11+
312
## [0.3.21](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.20...scoutnet-v0.3.21) (2026-01-12)
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.21",
3+
"version": "0.3.22",
44
"description": "API client for the Scoutnet API.",
55
"keywords": [
66
"scouterna",

0 commit comments

Comments
 (0)