@gcforms/types 1.0.27 → 1.0.29

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.29] - 2026-03-25
9
+
10
+ - Add ignoreDeprecations
11
+
12
+ ## [1.0.28] - 2026-03-24
13
+
14
+ - Update TypeScript to 6.0.2
15
+
8
16
  ## [1.0.26] - 2025-01-20
9
17
 
10
18
  - Update type for managedChoices to support multiple data sets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gcforms/types",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "author": "Canadian Digital Service",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -27,7 +27,7 @@
27
27
  "devDependencies": {
28
28
  "@types/node": "^24.6.1",
29
29
  "tsup": "^8.3.6",
30
- "typescript": "^5.9.3"
30
+ "typescript": "^6.0.2"
31
31
  },
32
32
  "packageManager": "yarn@4.10.3"
33
33
  }