@bonniernews/dn-design-system-web 8.8.5 → 8.8.6
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 +9 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
## [8.8.6](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.5...@bonniernews/dn-design-system-web@8.8.6) (2023-11-29)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
|
|
12
|
+
* **deps:** switch to run app package release first ([#1123](https://github.com/BonnierNews/dn-design-system/issues/1123)) ([58ccac3](https://github.com/BonnierNews/dn-design-system/commit/58ccac336abd1b040c07415a0ee98b1f5f81d921))
|
|
13
|
+
* **deps:** trigger test release 2 ([50b96f5](https://github.com/BonnierNews/dn-design-system/commit/50b96f5b520a2ca786d9bc7132f6bd19072e0fa3))
|
|
14
|
+
* prerelease packages ([9b8b1dc](https://github.com/BonnierNews/dn-design-system/commit/9b8b1dc8730e17ecb5b26a726b550ad6d5b1e3e5))
|
|
15
|
+
|
|
7
16
|
## [8.8.5](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.4...@bonniernews/dn-design-system-web@8.8.5) (2023-11-29)
|
|
8
17
|
|
|
9
18
|
|
package/README.md
CHANGED
|
@@ -12,4 +12,4 @@ Github: [https://github.com/BonnierNews/dn-design-system/tree/main/web/src](http
|
|
|
12
12
|
|
|
13
13
|
Changelog: [https://github.com/BonnierNews/dn-design-system/blob/main/web/src/CHANGELOG.md](https://github.com/BonnierNews/dn-design-system/blob/main/web/src/CHANGELOG.md)
|
|
14
14
|
|
|
15
|
-
For specific instructions see each component or helper readme
|
|
15
|
+
For specific instructions see each component or helper readme.
|
package/package.json
CHANGED