@simplybusiness/mobius 8.0.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 8.0.0
4
12
 
5
13
  ### Major Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplybusiness/mobius",
3
3
  "license": "UNLICENSED",
4
- "version": "8.0.0",
4
+ "version": "8.0.1",
5
5
  "description": "Core library of Mobius react components",
6
6
  "repository": {
7
7
  "type": "git",
@@ -10,6 +10,7 @@
10
10
  "simplyBusiness": {
11
11
  "publishToPublicNpm": true
12
12
  },
13
+ "type": "module",
13
14
  "main": "dist/esm/index.js",
14
15
  "types": "./dist/types/index.d.ts",
15
16
  "files": [
@@ -25,7 +26,6 @@
25
26
  "./src/*.css": "./src/*.css"
26
27
  },
27
28
  "publishConfig": {
28
- "type": "module",
29
29
  "main": "dist/esm/index.js",
30
30
  "module": "dist/esm/index.js",
31
31
  "types": "./dist/types/index.d.ts",
@@ -60,8 +60,8 @@
60
60
  "@eslint/eslintrc": "^3.3.3",
61
61
  "@eslint/js": "^9.39.2",
62
62
  "@react-types/progress": "^3.5.17",
63
- "@simplybusiness/build-scripts": "^2.0.0",
64
- "@simplybusiness/eslint-config": "^2.0.0",
63
+ "@simplybusiness/build-scripts": "^2.0.1",
64
+ "@simplybusiness/eslint-config": "^2.0.1",
65
65
  "@simplybusiness/eslint-plugin": "^1.2.1",
66
66
  "@swc/core": "^1.12.5",
67
67
  "@swc/jest": "^0.2.39",
@@ -96,7 +96,7 @@
96
96
  },
97
97
  "dependencies": {
98
98
  "@floating-ui/react": "^0.27.17",
99
- "@simplybusiness/icons": "^5.0.0",
99
+ "@simplybusiness/icons": "^5.0.1",
100
100
  "classnames": "^2.5.1",
101
101
  "dialog-polyfill": "^0.5.6",
102
102
  "lodash.debounce": "^4.0.8",
@@ -107,6 +107,5 @@
107
107
  "lint-staged": {
108
108
  "*.{js,ts,jsx,tsx}": "eslint --fix"
109
109
  },
110
- "type": "module",
111
110
  "module": "dist/esm/index.js"
112
111
  }