@oslokommune/punkt-react 5.1.5 → 5.1.7
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 +53 -0
- package/dist/punkt-react.es.js +279 -276
- package/dist/punkt-react.umd.js +9 -9
- package/dist/tag/Tag.d.ts +2 -1
- package/package.json +3 -3
- package/src/components/icon/Icon.tsx +4 -8
- package/src/components/tag/Tag.tsx +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,59 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
|
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
## [5.1.7](https://github.com/oslokommune/punkt/compare/5.1.6...5.1.7) (2023-06-28)
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
Ingen
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
Ingen
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
Ingen
|
|
18
|
+
|
|
19
|
+
### Chores
|
|
20
|
+
* [978](https://github.com/oslokommune/punkt/issues/978) Ny farge og modifier - tag. --blue-light
|
|
21
|
+
--thin-text
|
|
22
|
+
* [918](https://github.com/oslokommune/punkt/issues/918) Oppdatere dependencies. * chore(all): #918 Semver from 7.4.0 to 7.5.3
|
|
23
|
+
|
|
24
|
+
* chore(vue2, react): #918 @astrojs/react and vue from 2.1.0 to 2.2.1
|
|
25
|
+
* bump semver from 7.5.1 to 7.5.2. Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.2.
|
|
26
|
+
- [Release notes](https://github.com/npm/node-semver/releases)
|
|
27
|
+
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
|
|
28
|
+
- [Commits](https://github.com/npm/node-semver/compare/v7.5.1...v7.5.2)
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
updated-dependencies:
|
|
32
|
+
- dependency-name: semver
|
|
33
|
+
dependency-type: direct:development
|
|
34
|
+
...
|
|
35
|
+
|
|
36
|
+
Signed-off-by: dependabot[bot] <support@github.com>
|
|
37
|
+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## [5.1.6](https://github.com/oslokommune/punkt/compare/5.1.5...5.1.6) (2023-06-22)
|
|
44
|
+
|
|
45
|
+
### ⚠ BREAKING CHANGES
|
|
46
|
+
Ingen
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
Ingen
|
|
50
|
+
|
|
51
|
+
### Bug Fixes
|
|
52
|
+
* [962](https://github.com/oslokommune/punkt/issues/962) Fiks icon cache.
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Chores
|
|
56
|
+
Ingen
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
|
|
8
61
|
## [5.1.0](https://github.com/oslokommune/punkt/compare/5.0.11...5.1.0) (2023-06-12)
|
|
9
62
|
|
|
10
63
|
### ⚠ BREAKING CHANGES
|