@springfield/ham-radio-registry 1.0.8 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## <small>1.0.10 (2025-11-01)</small>
|
|
2
|
+
|
|
3
|
+
* Merge branch 'renovate/loglayer-6.x' into 'main' ([6c49361](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/6c49361))
|
|
4
|
+
* fix(deps): update dependency loglayer to ^6.10.0 ([24f070e](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/24f070e))
|
|
5
|
+
|
|
6
|
+
## <small>1.0.9 (2025-10-29)</small>
|
|
7
|
+
|
|
8
|
+
* Merge branch 'renovate/chai-6.x' into 'main' ([df2c254](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/df2c254))
|
|
9
|
+
* Merge branch 'renovate/semantic-release-monorepo' into 'main' ([48ba6f4](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/48ba6f4))
|
|
10
|
+
* Merge branch 'renovate/springfield-ham-radio-api-16.x' into 'main' ([9ee852f](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/9ee852f))
|
|
11
|
+
* Merge branch 'renovate/tsx-4.x' into 'main' ([65f6d4a](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/65f6d4a))
|
|
12
|
+
* Merge branch 'renovate/yarn-monorepo' into 'main' ([43e5ea2](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/43e5ea2))
|
|
13
|
+
* fix(deps): update dependency @springfield/ham-radio-api to ^16.3.1 ([60d559b](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/60d559b))
|
|
14
|
+
* chore(deps): update dependency @semantic-release/gitlab to v13.2.9 ([13611fd](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/13611fd))
|
|
15
|
+
* chore(deps): update dependency chai to v6.2.0 ([b4c76f8](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/b4c76f8))
|
|
16
|
+
* chore(deps): update dependency tsx to v4.20.6 ([09d6ad1](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/09d6ad1))
|
|
17
|
+
* chore(deps): update yarn to v4.10.3 ([fcc80d6](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/fcc80d6))
|
|
18
|
+
|
|
1
19
|
## <small>1.0.8 (2025-09-14)</small>
|
|
2
20
|
|
|
3
21
|
* fix(deps): update dependency @springfield/ham-radio-api to ^16.3.0 ([8caf7ad](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/8caf7ad))
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@springfield/ham-radio-registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"author": "Bryan Hunt",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"packageManager": "yarn@4.
|
|
6
|
+
"packageManager": "yarn@4.10.3",
|
|
7
7
|
"readme": "README.md",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"type": "module",
|
|
@@ -58,17 +58,17 @@
|
|
|
58
58
|
"@commitlint/config-conventional": "19.8.1",
|
|
59
59
|
"@semantic-release/changelog": "6.0.3",
|
|
60
60
|
"@semantic-release/git": "10.0.1",
|
|
61
|
-
"@semantic-release/gitlab": "13.2.
|
|
62
|
-
"chai": "6.0
|
|
61
|
+
"@semantic-release/gitlab": "13.2.9",
|
|
62
|
+
"chai": "6.2.0",
|
|
63
63
|
"husky": "9.1.7",
|
|
64
64
|
"oxlint": "1.15.0",
|
|
65
65
|
"semantic-release": "24.2.8",
|
|
66
66
|
"semantic-release-yarn": "3.0.2",
|
|
67
|
-
"tsx": "4.20.
|
|
67
|
+
"tsx": "4.20.6",
|
|
68
68
|
"typescript": "5.9.2"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@springfield/ham-radio-api": "^16.3.
|
|
72
|
-
"loglayer": "^6.
|
|
71
|
+
"@springfield/ham-radio-api": "^16.3.1",
|
|
72
|
+
"loglayer": "^6.10.0"
|
|
73
73
|
}
|
|
74
74
|
}
|