Skip to content

Commit ece1e8e

Browse files
authored
chore: release main (#27)
1 parent 1d0be9f commit ece1e8e

File tree

6 files changed

+25
-4
lines changed

6 files changed

+25
-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.16","packages/scoutnet-openapi":"0.3.2"}
1+
{"packages/scoutnet":"0.3.17","packages/scoutnet-openapi":"0.3.3"}

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.3](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.2...scoutnet-openapi-v0.3.3) (2026-01-11)
4+
5+
6+
### Bug Fixes
7+
8+
* dummy release ([1d0be9f](https://github.com/Scouterna/scoutnet-api/commit/1d0be9ff1747ff90f3a1cf2a02e8425d4f13ddb7))
9+
310
## [0.3.2](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.1...scoutnet-openapi-v0.3.2) (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.2",
3+
"version": "0.3.3",
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.2
11+
version: 0.3.3
1212
license:
1313
name: MIT
1414
identifier: MIT

packages/scoutnet/CHANGELOG.md

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

3+
## [0.3.17](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.16...scoutnet-v0.3.17) (2026-01-11)
4+
5+
6+
### Bug Fixes
7+
8+
* dummy release ([1d0be9f](https://github.com/Scouterna/scoutnet-api/commit/1d0be9ff1747ff90f3a1cf2a02e8425d4f13ddb7))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @scouterna/scoutnet-openapi bumped to 0.3.3
16+
317
## [0.3.16](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.15...scoutnet-v0.3.16) (2026-01-11)
418

519

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.16",
3+
"version": "0.3.17",
44
"description": "API client for the Scoutnet API.",
55
"keywords": [
66
"scouterna",

0 commit comments

Comments
 (0)