@geekmidas/services 2.0.0 → 9.0.2

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 +34 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @geekmidas/services
2
2
 
3
+ ## 9.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#12](https://github.com/geekmidas/toolbox/pull/12) [`d53863a`](https://github.com/geekmidas/toolbox/commit/d53863a84db2e4ab5420e08f79128b637043fc42) Thanks [@geekmidas](https://github.com/geekmidas)! - Align every published package on a single version and keep them in step.
8
+
9
+ All packages now share one version, enforced by a changesets `fixed` group. The
10
+ baseline is 9.0.1 — @geekmidas/client's published version — so nothing moves
11
+ backwards; this release takes the whole set to 9.0.2 together.
12
+
13
+ Independent versions made "which version of the docs applies to me"
14
+ unanswerable: a reader on constructs@7 and cli@2 was on no version at all. One
15
+ number per release makes versioned documentation possible, and lets 9 freeze as
16
+ the current paradigm while the constructs rework is developed against it.
17
+
18
+ Every release now publishes every package, and a major anywhere is a major
19
+ everywhere. Peer ranges get simpler in return.
20
+
21
+ - Updated dependencies [[`d53863a`](https://github.com/geekmidas/toolbox/commit/d53863a84db2e4ab5420e08f79128b637043fc42)]:
22
+ - @geekmidas/envkit@9.0.2
23
+ - @geekmidas/logger@9.0.2
24
+
25
+ ## 2.0.1
26
+
27
+ ### Patch Changes
28
+
29
+ - 🐛 [#11](https://github.com/geekmidas/toolbox/pull/11) [`40f4dc0`](https://github.com/geekmidas/toolbox/commit/40f4dc095911b2223a255029d8f776caf7781309) Thanks [@geekmidas](https://github.com/geekmidas)! - Patch release across all packages to realign published versions with the
30
+ registry. The previous release only published the four packages that had
31
+ version bumps; the remaining packages failed with "cannot publish over the
32
+ previously published versions" because their versions were unchanged.
33
+ - Updated dependencies [[`40f4dc0`](https://github.com/geekmidas/toolbox/commit/40f4dc095911b2223a255029d8f776caf7781309)]:
34
+ - @geekmidas/envkit@1.1.1
35
+ - @geekmidas/logger@1.0.3
36
+
3
37
  ## 2.0.0
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geekmidas/services",
3
- "version": "2.0.0",
3
+ "version": "9.0.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -58,8 +58,8 @@
58
58
  "@middy/core": ">=6.3.1",
59
59
  "@trpc/server": ">=11.0.0",
60
60
  "@types/aws-lambda": ">=8.10.92",
61
- "@geekmidas/envkit": "^1.1.0",
62
- "@geekmidas/logger": "^1.0.2"
61
+ "@geekmidas/envkit": "^9.0.2",
62
+ "@geekmidas/logger": "^9.0.2"
63
63
  },
64
64
  "peerDependenciesMeta": {
65
65
  "@geekmidas/envkit": {
@@ -83,8 +83,8 @@
83
83
  "@trpc/server": "~11.16.0",
84
84
  "@types/aws-lambda": "~8.10.147",
85
85
  "@types/node": "~24.9.1",
86
- "@geekmidas/envkit": "^1.1.0",
87
- "@geekmidas/logger": "^1.0.2"
86
+ "@geekmidas/envkit": "^9.0.2",
87
+ "@geekmidas/logger": "^9.0.2"
88
88
  },
89
89
  "scripts": {
90
90
  "ts": "tsc --noEmit --skipLibCheck src/**/*.ts"