@lightsparkdev/grid 0.2.1 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.3 (2026-02-12)
4
+
5
+ Full Changelog: [v0.2.2...v0.2.3](https://github.com/lightsparkdev/grid-js-sdk/compare/v0.2.2...v0.2.3)
6
+
7
+ ### Chores
8
+
9
+ * update SDK settings ([922aff9](https://github.com/lightsparkdev/grid-js-sdk/commit/922aff9cbbe657b75b2fafd9030f016352cfc32c))
10
+ * update SDK settings ([ea82f35](https://github.com/lightsparkdev/grid-js-sdk/commit/ea82f35456111ef83b64842847f398c08bae8ee3))
11
+ * update SDK settings ([bc17a20](https://github.com/lightsparkdev/grid-js-sdk/commit/bc17a2039e559d2fc6b7b642f50302d251384172))
12
+
13
+ ## 0.2.2 (2026-02-11)
14
+
15
+ Full Changelog: [v0.2.1...v0.2.2](https://github.com/lightsparkdev/grid-js-sdk/compare/v0.2.1...v0.2.2)
16
+
17
+ ### Chores
18
+
19
+ * update SDK settings ([44ab01f](https://github.com/lightsparkdev/grid-js-sdk/commit/44ab01f25cd0664e183a2e99a3c3911371f63541))
20
+ * update SDK settings ([14ad16c](https://github.com/lightsparkdev/grid-js-sdk/commit/14ad16cc0ede8daa2700d6d2edba22954643f731))
21
+
3
22
  ## 0.2.1 (2026-02-11)
4
23
 
5
24
  Full Changelog: [v0.2.0...v0.2.1](https://github.com/lightsparkdev/grid-js-sdk/compare/v0.2.0...v0.2.1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/grid",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "The official TypeScript library for the Lightspark Grid API",
5
5
  "author": "Lightspark Grid <support@lightspark.com>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.2.1'; // x-release-please-version
1
+ export const VERSION = '0.2.3'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.1";
1
+ export declare const VERSION = "0.2.3";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.1";
1
+ export declare const VERSION = "0.2.3";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.2.1'; // x-release-please-version
4
+ exports.VERSION = '0.2.3'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.2.1'; // x-release-please-version
1
+ export const VERSION = '0.2.3'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map
package/.DS_Store DELETED
Binary file
Binary file
Binary file
package/src/.DS_Store DELETED
Binary file