@objectql/studio 1.8.0 → 1.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +14 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @objectql/studio
2
2
 
3
+ ## 1.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Patch release v1.8.2 - Small version update with latest improvements
8
+
9
+ ## 1.8.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Patch release with documentation updates and bug fixes
14
+
3
15
  ## 1.8.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "name": "@objectql/studio",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
+ "description": "Web-based admin studio for ObjectQL - Visual database management, schema editor, and data browser",
5
+ "keywords": [
6
+ "objectql",
7
+ "studio",
8
+ "admin",
9
+ "gui",
10
+ "database",
11
+ "management",
12
+ "react",
13
+ "vite",
14
+ "ag-grid",
15
+ "visual-editor"
16
+ ],
4
17
  "license": "MIT",
5
- "description": "Web-based admin studio for ObjectQL database management",
6
18
  "type": "module",
7
19
  "dependencies": {
8
20
  "ag-grid-community": "^31.0.0",