@dotcom-tool-kit/backend-serverless-app 6.0.0-beta.2 → 6.0.0-beta.4

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 +36 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -387,6 +387,42 @@
387
387
  * @dotcom-tool-kit/npm bumped from ^4.2.11 to ^4.2.12
388
388
  * @dotcom-tool-kit/serverless bumped from ^3.4.0 to ^3.4.1
389
389
 
390
+ ## [6.0.0-beta.4](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v6.0.0-beta.3...backend-serverless-app-v6.0.0-beta.4) (2025-12-09)
391
+
392
+
393
+ ### ⚠ BREAKING CHANGES
394
+
395
+ * release major versions of wrapper plugins
396
+
397
+ ### Features
398
+
399
+ * release major versions of wrapper plugins ([c7fa1f4](https://github.com/Financial-Times/dotcom-tool-kit/commit/c7fa1f4fb405f07ec40c8df2fd3aeb4486bb447b))
400
+
401
+
402
+ ### Dependencies
403
+
404
+ * The following workspace dependencies were updated
405
+ * dependencies
406
+ * @dotcom-tool-kit/circleci-deploy bumped from ^6.0.0-beta.4 to ^6.0.0-beta.5
407
+
408
+ ## [6.0.0-beta.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v6.0.0-beta.2...backend-serverless-app-v6.0.0-beta.3) (2025-12-08)
409
+
410
+
411
+ ### ⚠ BREAKING CHANGES
412
+
413
+ * release major versions of wrapper plugins
414
+
415
+ ### Features
416
+
417
+ * release major versions of wrapper plugins ([c7fa1f4](https://github.com/Financial-Times/dotcom-tool-kit/commit/c7fa1f4fb405f07ec40c8df2fd3aeb4486bb447b))
418
+
419
+
420
+ ### Dependencies
421
+
422
+ * The following workspace dependencies were updated
423
+ * dependencies
424
+ * @dotcom-tool-kit/circleci-deploy bumped from ^5.0.0 to ^6.0.0-beta.4
425
+
390
426
  ## [5.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v4.1.23...backend-serverless-app-v5.0.0) (2025-10-28)
391
427
 
392
428
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/backend-serverless-app",
3
- "version": "6.0.0-beta.2",
3
+ "version": "6.0.0-beta.4",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
7
7
  "license": "ISC",
8
8
  "dependencies": {
9
- "@dotcom-tool-kit/circleci-deploy": "^6.0.0-beta.1",
9
+ "@dotcom-tool-kit/circleci-deploy": "^6.0.0-beta.5",
10
10
  "@dotcom-tool-kit/node": "^5.0.0",
11
11
  "@dotcom-tool-kit/npm": "^5.0.0",
12
12
  "@dotcom-tool-kit/serverless": "^4.0.0"