@ontrails/core 0.2.0 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @ontrails/core
2
2
 
3
+ ## 0.2.2
4
+
5
+ No changes in this release.
6
+
7
+ ## 0.2.1
8
+
9
+ ### Patch Changes
10
+
11
+ - [`d785a07`](https://github.com/outfitter-dev/trails/commit/d785a07b458899a7da14999e9b7856b8a7446e66): Align current installation examples with the 0.2.1 scaffold correction and keep Homebrew version checks explicit while preserving the 0.2.0 repair guidance.
12
+ - [`fdef61f`](https://github.com/outfitter-dev/trails/commit/fdef61feeef9b2250d537640db147cb9a9e484bd): Update package installation guidance to reflect the verified npm and Homebrew 0.2.0 release, with the published CLI scaffold repair linked from its README.
13
+
3
14
  ## 0.2.0
4
15
 
5
16
  ### Patch Changes
package/README.md CHANGED
@@ -183,8 +183,8 @@ Types `ReadOnlyTopoStore`, `MockTopoStoreSeed`, `TopoSnapshot`, `TopoStoreRef`,
183
183
 
184
184
  ## Installation
185
185
 
186
- These commands target stable `0.2.0`. Run them after that version is published to npm.
186
+ These installation examples target Trails `0.2.1` on the normal npm release line.
187
187
 
188
188
  ```bash
189
- bun add --exact @ontrails/core@0.2.0 zod
189
+ bun add --exact @ontrails/core@0.2.1 zod
190
190
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontrails/core",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/outfitter-dev/trails.git",