uql-orm 0.2.6 → 0.2.7

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 +2 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,12 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [0.2.6](https://github.com/rogerpadilla/uql/compare/uql-orm@0.2.5...uql-orm@0.2.6) (2026-03-11)
6
+ ## [0.2.7](https://github.com/rogerpadilla/uql/compare/uql-orm@0.2.6...uql-orm@0.2.7) (2026-03-11)
7
7
 
8
-
9
- ### Features
10
-
11
- * Introduce a new cursive "U" logo in SVG, PNG, and JPG formats, and update package dependencies. ([073239b](https://github.com/rogerpadilla/uql/commit/073239b2342eecc96b15f5099d0f9b18a7a4cf23))
8
+ **Note:** Version bump only for package uql-orm
12
9
 
13
10
 
14
11
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "homepage": "https://uql-orm.dev",
4
4
  "description": "One Language. Frontend to Backend.",
5
5
  "license": "MIT",
6
- "version": "0.2.6",
6
+ "version": "0.2.7",
7
7
  "type": "module",
8
8
  "sideEffects": false,
9
9
  "main": "./dist/index.js",
@@ -142,5 +142,5 @@
142
142
  "publishConfig": {
143
143
  "access": "public"
144
144
  },
145
- "gitHead": "944abbbccc7bc03b863a979c08e67c7d37fd506b"
145
+ "gitHead": "81e4a172972d6d37a4cd331f40f8b2b6b4a94f53"
146
146
  }