@airdraft/cloud 0.1.5 → 0.1.6

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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.6](https://github.com/aevrHQ/airdraft/compare/cloud@v0.1.5...cloud@v0.1.6) (2026-05-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * **cli,core,docs:** implement local filesystem mode with enhanced initialization and error handling ([1848408](https://github.com/aevrHQ/airdraft/commit/1848408738ee3d2bfa0ef532e6dec7a3beef0fb1))
11
+ * **cli:** add CMS client template and optional blog scaffolding to initialization ([cf7bda8](https://github.com/aevrHQ/airdraft/commit/cf7bda8137777aa319acd8edf55fb2cd718a9cd1))
12
+ * **cli:** enhance project initialization templates with schema path support ([a3b20c9](https://github.com/aevrHQ/airdraft/commit/a3b20c9d0dbf0e23594079f1685be8d688e7779b))
13
+ * **client:** add convenience methods for listing and retrieving entries ([c48e3f6](https://github.com/aevrHQ/airdraft/commit/c48e3f6848772bf1ed860785e1e3f9eadffb5ddc))
14
+ * **content:** update content package with new field components and type changes ([e1bd5fa](https://github.com/aevrHQ/airdraft/commit/e1bd5fa8af9b2903024c39a0fa945e49f87754d3))
15
+ * enhance media handling in EntryEditor and SchemaEditor ([e5ea94f](https://github.com/aevrHQ/airdraft/commit/e5ea94f4aa621c0bce96abbeb530674217e14141))
16
+ * implement auto-auth and auto-media plugins with environment variable support ([7db0ac6](https://github.com/aevrHQ/airdraft/commit/7db0ac6a326cb291ec138e24bf81448f1dfc4db6))
17
+ * **react-ui:** add CMSAdmin component and update related files for new admin functionality ([50f1459](https://github.com/aevrHQ/airdraft/commit/50f14598c268823615f61428ee1e0e399c610630))
18
+
19
+
20
+ ### Code Refactoring
21
+
22
+ * code structure for improved readability and maintainability ([6777564](https://github.com/aevrHQ/airdraft/commit/6777564297bb73b703d6922246b86d73dfc4df9a))
23
+
5
24
  ### [0.1.5](https://github.com/aevrHQ/airdraft/compare/cloud@v0.1.3...cloud@v0.1.5) (2026-05-22)
6
25
 
7
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airdraft/cloud",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Airdraft Cloud — MongoDB schemas, GitHub App handlers (relay, callback, webhook)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",