@okam/directus-flexible-content 1.2.0 → 1.2.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 +22 -0
  2. package/package.json +10 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## 1.2.2 (2025-05-01)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add header option to select component ([0338ebc](https://github.com/OKAMca/stack/commit/0338ebc))
6
+ - bump versions to force publish ([6e3eb60](https://github.com/OKAMca/stack/commit/6e3eb60))
7
+ - project cleanup ([a5dde9d](https://github.com/OKAMca/stack/commit/a5dde9d))
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - bump package ([b6259d1](https://github.com/OKAMca/stack/commit/b6259d1))
12
+ - issue with typing not resolving correctly when installing package ([bc4c81d](https://github.com/OKAMca/stack/commit/bc4c81d))
13
+
14
+ ### 🧱 Updated Dependencies
15
+
16
+ - Updated stack-ui to 1.31.0
17
+ - Updated directus-block to 1.5.2
18
+
19
+ ### ❤️ Thank You
20
+
21
+ - Marie-Maxime Tanguay @marie-maxime
22
+
1
23
  ## 1.1.0 (2024-10-04)
2
24
 
3
25
 
package/package.json CHANGED
@@ -1,12 +1,18 @@
1
1
  {
2
2
  "name": "@okam/directus-flexible-content",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
7
7
  ".": {
8
- "import": "./index.mjs",
9
- "require": "./index.js"
8
+ "import": {
9
+ "types": "./index.d.ts",
10
+ "default": "./index.mjs"
11
+ },
12
+ "require": {
13
+ "types": "./index.d.ts",
14
+ "default": "./index.js"
15
+ }
10
16
  }
11
17
  },
12
18
  "publishConfig": {
@@ -17,7 +23,7 @@
17
23
  },
18
24
  "dependencies": {
19
25
  "@nx/vite": "20.2.2",
20
- "@okam/directus-block": "1.5.0",
26
+ "@okam/directus-block": "1.5.2",
21
27
  "@okam/stack-ui": "1.31.0",
22
28
  "@tiptap/core": "^2.10.3",
23
29
  "@tiptap/extension-blockquote": "^2.10.3",