@altinn/altinn-components 0.6.0 → 0.6.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.
- package/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.6.2](https://github.com/Altinn/altinn-components/compare/v0.6.1...v0.6.2) (2024-11-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* bump version for alignment with npm ([#65](https://github.com/Altinn/altinn-components/issues/65)) ([1de4f0a](https://github.com/Altinn/altinn-components/commit/1de4f0a37a7d37a2c04543d4fd8f1c733005f957))
|
|
9
|
+
|
|
10
|
+
## [0.6.1](https://github.com/Altinn/altinn-components/compare/v0.6.0...v0.6.1) (2024-11-20)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* publish npm: revert to old working export ([#63](https://github.com/Altinn/altinn-components/issues/63)) ([448bea6](https://github.com/Altinn/altinn-components/commit/448bea64b7220ad747eddb20dc624ded055dfb60))
|
|
16
|
+
|
|
3
17
|
## [0.6.0](https://github.com/Altinn/altinn-components/compare/v0.5.2...v0.6.0) (2024-11-20)
|
|
4
18
|
|
|
5
19
|
|
package/README.md
CHANGED
|
@@ -48,5 +48,5 @@ import '@altinn/altinn-components/lib/css/global.css';
|
|
|
48
48
|
```
|
|
49
49
|
for correct `font-family` and minimal collection of resets.
|
|
50
50
|
|
|
51
|
-
## Documentation
|
|
51
|
+
## Documentation and examples
|
|
52
52
|
The documentation for the components can be found in the [Storybook](https://altinn.github.io/altinn-components)
|