@nextrap/ntl-2col 0.1.2 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.1.3 (2025-07-25)
2
+
3
+ ### 🚀 Features
4
+
5
+ - make temp change to force a release ([7cd8b27](https://github.com/nextrap/nextrap-monorepo/commit/7cd8b27))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Enzo Volkmann @evolkmann
10
+
1
11
  ## 0.1.2 (2025-07-25)
2
12
 
3
13
  ### 🚀 Features
package/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export * from './lib/ntl-2col';
2
- export declare const tempChangeForForcingRelease = 1;
2
+ export declare const tempChangeForForcingRelease = 2;
package/index.js CHANGED
@@ -733,7 +733,7 @@ Z([
733
733
  H = Z([
734
734
  Wt("ntl-2col")
735
735
  ], H);
736
- const Ft = 1;
736
+ const Ft = 2;
737
737
  export {
738
738
  H as Ntl2Col,
739
739
  Ft as tempChangeForForcingRelease
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextrap/ntl-2col",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "./index.js",
5
5
  "dependencies": {},
6
6
  "type": "module",