@simplybusiness/mobius 7.1.3 → 8.0.1
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 +19 -0
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +22 -9
- package/dist/cjs/index.js +0 -4929
- package/dist/cjs/index.js.map +0 -7
- package/dist/cjs/meta.json +0 -5173
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6621ab0: Rebuild packages to pick up latest build-scripts changes.
|
|
8
|
+
- Updated dependencies [6621ab0]
|
|
9
|
+
- @simplybusiness/icons@5.0.1
|
|
10
|
+
|
|
11
|
+
## 8.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- 0374da1: Remove CommonJS builds and exports
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [0374da1]
|
|
20
|
+
- @simplybusiness/icons@5.0.0
|
|
21
|
+
|
|
3
22
|
## 7.1.3
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|