@objectstack/metadata 1.0.1 → 1.0.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 +37 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @objectstack/metadata
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@1.0.4
8
+ - @objectstack/core@1.0.4
9
+ - @objectstack/types@1.0.4
10
+
11
+ ## 1.0.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [fb2eabd]
16
+ - @objectstack/core@1.0.3
17
+ - @objectstack/spec@1.0.3
18
+ - @objectstack/types@1.0.3
19
+
20
+ ## 1.0.2
21
+
22
+ ### Patch Changes
23
+
24
+ - a0a6c85: Infrastructure and development tooling improvements
25
+
26
+ - Add changeset configuration for automated version management
27
+ - Add comprehensive GitHub Actions workflows (CI, CodeQL, linting, releases)
28
+ - Add development configuration files (.cursorrules, .github/prompts)
29
+ - Add documentation files (ARCHITECTURE.md, CONTRIBUTING.md, workflows docs)
30
+ - Update test script configuration in package.json
31
+ - Add @objectstack/cli to devDependencies for better development experience
32
+
33
+ - 109fc5b: Unified patch release to align all package versions.
34
+ - Updated dependencies [a0a6c85]
35
+ - Updated dependencies [109fc5b]
36
+ - @objectstack/spec@1.0.2
37
+ - @objectstack/core@1.0.2
38
+ - @objectstack/types@1.0.2
39
+
3
40
  ## 1.0.1
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/metadata",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Metadata loading, saving, and persistence for ObjectStack",
6
6
  "main": "src/index.ts",
@@ -29,9 +29,9 @@
29
29
  "js-yaml": "^4.1.0",
30
30
  "chokidar": "^3.5.3",
31
31
  "zod": "^4.3.6",
32
- "@objectstack/core": "1.0.1",
33
- "@objectstack/spec": "1.0.1",
34
- "@objectstack/types": "1.0.1"
32
+ "@objectstack/core": "1.0.4",
33
+ "@objectstack/spec": "1.0.4",
34
+ "@objectstack/types": "1.0.4"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/js-yaml": "^4.0.9",