@twin.org/qr 0.0.1-next.60 → 0.0.1-next.63

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/docs/changelog.md +46 -0
  2. package/package.json +3 -3
package/docs/changelog.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # @twin.org/qr - Changelog
2
2
 
3
+ ## [0.0.1-next.63](https://github.com/twinfoundation/framework/compare/qr-v0.0.1-next.62...qr-v0.0.1-next.63) (2025-06-18)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **qr:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
16
+ * @twin.org/image bumped from 0.0.1-next.62 to 0.0.1-next.63
17
+
18
+ ## [0.0.1-next.62](https://github.com/twinfoundation/framework/compare/qr-v0.0.1-next.61...qr-v0.0.1-next.62) (2025-06-17)
19
+
20
+
21
+ ### Features
22
+
23
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
24
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * dependencies
31
+ * @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
32
+ * @twin.org/image bumped from 0.0.1-next.61 to 0.0.1-next.62
33
+
34
+ ## [0.0.1-next.61](https://github.com/twinfoundation/framework/compare/qr-v0.0.1-next.60...qr-v0.0.1-next.61) (2025-06-17)
35
+
36
+
37
+ ### Miscellaneous Chores
38
+
39
+ * **qr:** Synchronize repo versions
40
+
41
+
42
+ ### Dependencies
43
+
44
+ * The following workspace dependencies were updated
45
+ * dependencies
46
+ * @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
47
+ * @twin.org/image bumped from 0.0.1-next.60 to 0.0.1-next.61
48
+
3
49
  ## [0.0.1-next.60](https://github.com/twinfoundation/framework/compare/qr-v0.0.1-next.59...qr-v0.0.1-next.60) (2025-06-17)
4
50
 
5
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/qr",
3
- "version": "0.0.1-next.60",
3
+ "version": "0.0.1-next.63",
4
4
  "description": "Package for creating QR codes",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,8 +14,8 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "0.0.1-next.60",
18
- "@twin.org/image": "0.0.1-next.60",
17
+ "@twin.org/core": "0.0.1-next.63",
18
+ "@twin.org/image": "0.0.1-next.63",
19
19
  "@twin.org/nameof": "next"
20
20
  },
21
21
  "main": "./dist/cjs/index.cjs",