@congruent-stack/monorepo 0.3.3 → 0.6.0

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/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,9 @@ Typescript schema-first tooling for agnostic REST APIs.
7
7
  ### How to update version to release candidate
8
8
  - pnpm update:versions [prepatch/preminor/premajor]
9
9
 
10
- #### Version bump scripts (obsolete)
10
+ ## Obsolete (kept for reference)
11
+
12
+ #### Version bump scripts
11
13
  - pnpm pkgs:version:bump -- [patch/minor/major/x.y.z]
12
14
  - don't forget to run the "root:version:bump" script too
13
15
  - for release candidates you can
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@congruent-stack/monorepo",
3
3
  "type": "module",
4
- "version": "0.3.3",
4
+ "version": "0.6.0",
5
5
  "description": "Typescript schema-first tooling for agnostic REST APIs.",
6
6
  "keywords": [],
7
7
  "author": "congruent-stack",