@lendi-ui/spinner
Advanced tools
Comparing version 1.0.4 to 2.0.0
@@ -17,2 +17,7 @@ 1.0.0 - Initial version | ||
### Changed | ||
- Remove a position:relative to fix a positioning issue. | ||
- Remove a position:relative to fix a positioning issue. | ||
## [2.0.0] - 2019-04-30 - [HUB-54] (https://creditandfinance.atlassian.net/browse/HUB-54) | ||
### Deleted | ||
- Remove the CJS bundles |
{ | ||
"name": "@lendi-ui/spinner", | ||
"version": "1.0.4", | ||
"version": "2.0.0", | ||
"license": "ISC", | ||
@@ -15,3 +15,3 @@ "source": "src/index.tsx", | ||
"peerDependencies": { | ||
"@lendi-ui/theme": "^5.0.0", | ||
"@lendi-ui/theme": "^6.0.0", | ||
"@types/react": "^15 || ^16.4", | ||
@@ -22,11 +22,10 @@ "react": "^15 || ^16.4", | ||
"dependencies": { | ||
"@lendi-ui/icon": "^5.1.0", | ||
"@lendi-ui/color": "^2.0.2" | ||
"@lendi-ui/icon": "^7.0.0", | ||
"@lendi-ui/color": "^3.0.0" | ||
}, | ||
"scripts": { | ||
"build:cjs": "tsc --project tsconfig.cjs.json", | ||
"build:esm": "tsc --project tsconfig.esm.json", | ||
"build:types": "tsc --project tsconfig.types.json", | ||
"build": "yarn run build:cjs && yarn run build:esm && yarn run build:types" | ||
"build": "yarn run build:types && yarn run build:esm" | ||
} | ||
} |
7673
12
74
+ Added@lendi-ui/breakpoint@2.1.0(transitive)
+ Added@lendi-ui/color@3.1.0(transitive)
+ Added@lendi-ui/icon@7.2.0(transitive)
+ Added@lendi-ui/theme@6.2.0(transitive)
- Removed@lendi-ui/breakpoint@1.0.1(transitive)
- Removed@lendi-ui/color@2.0.2(transitive)
- Removed@lendi-ui/icon@5.3.1(transitive)
- Removed@lendi-ui/theme@4.0.25.0.0(transitive)
Updated@lendi-ui/color@^3.0.0
Updated@lendi-ui/icon@^7.0.0