@oslokommune/punkt-react 11.13.9 → 11.13.11

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
@@ -5,6 +5,51 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [11.13.11](https://github.com/oslokommune/punkt/compare/11.13.10...11.13.11) (2024-06-04)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * export accordion og accordionItem (#1734). * fix(react): export accordion og accordionItem
18
+
19
+ * fix(react): linting
20
+
21
+ * fix(react): dobbel import
22
+
23
+ ---------
24
+
25
+ Co-authored-by: My T. Nguyen <my.nguyen@origo.oslo.kommune.no>
26
+ Co-authored-by: My T. Nguyen <mythng94@gmail.com>
27
+
28
+
29
+ ### Chores
30
+ Ingen
31
+
32
+ ---
33
+
34
+
35
+ ## [11.13.10](https://github.com/oslokommune/punkt/compare/11.13.9...11.13.10) (2024-06-04)
36
+
37
+ ### ⚠ BREAKING CHANGES
38
+ Ingen
39
+
40
+ ### Features
41
+ Ingen
42
+
43
+ ### Bug Fixes
44
+ * not imported accordion tsk tsk (#1733).
45
+
46
+
47
+ ### Chores
48
+ Ingen
49
+
50
+ ---
51
+
52
+
8
53
  ## [11.13.9](https://github.com/oslokommune/punkt/compare/11.13.8...11.13.9) (2024-06-03)
9
54
 
10
55
  ### ⚠ BREAKING CHANGES
@@ -1,3 +1,5 @@
1
+ export { PktAccordion } from './accordion/Accordion';
2
+ export { PktAccordionItem } from './accordion/AccordionItem';
1
3
  export { PktAlert } from './alert/Alert';
2
4
  export { PktBackLink } from './backlink/BackLink';
3
5
  export { PktBreadcrumbs } from './breadcrumbs/Breadcrumbs';