@airdraft/client 0.1.1 → 0.1.3

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 +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
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.3](https://github.com/aevrHQ/airdraft/compare/client@v0.1.2...client@v0.1.3) (2026-05-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * enhance media handling in EntryEditor and SchemaEditor ([e5ea94f](https://github.com/aevrHQ/airdraft/commit/e5ea94f4aa621c0bce96abbeb530674217e14141))
11
+ * implement auto-auth and auto-media plugins with environment variable support ([7db0ac6](https://github.com/aevrHQ/airdraft/commit/7db0ac6a326cb291ec138e24bf81448f1dfc4db6))
12
+ * **react-ui:** add CMSAdmin component and update related files for new admin functionality ([50f1459](https://github.com/aevrHQ/airdraft/commit/50f14598c268823615f61428ee1e0e399c610630))
13
+
14
+
15
+ ### Code Refactoring
16
+
17
+ * code structure for improved readability and maintainability ([6777564](https://github.com/aevrHQ/airdraft/commit/6777564297bb73b703d6922246b86d73dfc4df9a))
18
+
19
+ ### [0.1.2](https://github.com/aevrHQ/airdraft/compare/client@v0.1.1...client@v0.1.2) (2026-05-22)
20
+
21
+
22
+ ### Features
23
+
24
+ * **client:** add convenience methods for listing and retrieving entries ([c48e3f6](https://github.com/aevrHQ/airdraft/commit/c48e3f6848772bf1ed860785e1e3f9eadffb5ddc))
25
+
5
26
  ### [0.1.1](https://github.com/aevrHQ/airdraft/compare/client@v0.1.0...client@v0.1.1) (2026-05-22)
6
27
 
7
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airdraft/client",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Airdraft typed HTTP client",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",