@amodalai/amodal 0.3.0 → 0.3.1

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 +13 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @amodalai/amodal
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#198](https://github.com/amodalai/amodal/pull/198) [`9833d69`](https://github.com/amodalai/amodal/commit/9833d696fb641d08f39fc3296f49a61c04350fe2) Thanks [@gte620v](https://github.com/gte620v)! - Publish `@amodalai/db` to npm. The 0.3.0 release of `@amodalai/runtime` and `@amodalai/amodal` declared a workspace dependency on `@amodalai/db@0.0.0`, which was never published (the package was `private: true`), causing `pnpm add -g @amodalai/amodal` to fail with an `ERR_PNPM_FETCH_404` on `@amodalai/db`. This release unprivate's the package, adds standard publish metadata, and brings it into the fixed version group so it is released in lockstep with the rest of the public packages.
8
+
9
+ - Updated dependencies [[`9833d69`](https://github.com/amodalai/amodal/commit/9833d696fb641d08f39fc3296f49a61c04350fe2)]:
10
+ - @amodalai/db@0.3.1
11
+ - @amodalai/runtime@0.3.1
12
+ - @amodalai/types@0.3.1
13
+ - @amodalai/core@0.3.1
14
+ - @amodalai/runtime-app@0.3.1
15
+
3
16
  ## 0.3.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amodalai/amodal",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Amodal CLI",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -30,11 +30,11 @@
30
30
  "semver": "^7.6.0",
31
31
  "yargs": "^17.7.2",
32
32
  "zod": "^4.3.6",
33
- "@amodalai/types": "0.3.0",
34
- "@amodalai/core": "0.3.0",
35
- "@amodalai/db": "0.0.0",
36
- "@amodalai/runtime": "0.3.0",
37
- "@amodalai/runtime-app": "0.3.0"
33
+ "@amodalai/types": "0.3.1",
34
+ "@amodalai/core": "0.3.1",
35
+ "@amodalai/db": "0.3.1",
36
+ "@amodalai/runtime": "0.3.1",
37
+ "@amodalai/runtime-app": "0.3.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "^20.11.24",