spinners-react
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -6,10 +6,25 @@ # Changelog | ||
## [Unreleased] | ||
[unreleased]: https://github.com/adexin/spinners-react/compare/v1.0.7...HEAD | ||
## [1.0.7] | ||
[1.0.7]: https://github.com/adexin/spinners-react/compare/v1.0.6...v1.0.7 | ||
### Added | ||
- Package components source files for sourcemaps to work properly. | ||
### Changed | ||
- Prevent library building on package install. | ||
- Ignore coverage reports by linter. | ||
- Added latest versions diff links to changelog. | ||
- Updated react dependencies. | ||
## [1.0.6] | ||
[1.0.6]: https://github.com/adexin/spinners-react/compare/v1.0.5...v1.0.6 | ||
### Changed | ||
- Move CI from travis.org to travis.com | ||
- Show human readable coverage when running tests locally | ||
- Migrated CI from travis.org to travis.com. | ||
- Show human readable coverage when running tests locally. | ||
## [1.0.5] | ||
[1.0.5]: https://github.com/adexin/spinners-react/compare/v1.0.4...v1.0.5 | ||
@@ -21,2 +36,3 @@ ### Changed | ||
## [1.0.4] | ||
[1.0.4]: https://github.com/adexin/spinners-react/compare/v1.0.3...v1.0.4 | ||
@@ -32,2 +48,3 @@ ### Added | ||
## [1.0.3] | ||
[1.0.3]: https://github.com/adexin/spinners-react/compare/v1.0.2...v1.0.3 | ||
@@ -44,2 +61,3 @@ ### Added | ||
## [1.0.2] | ||
[1.0.2]: https://github.com/adexin/spinners-react/compare/v1.0.1...v1.0.2 | ||
@@ -50,2 +68,3 @@ ### Changed | ||
## [1.0.1] | ||
[1.0.1]: https://github.com/adexin/spinners-react/compare/v1.0.0...v1.0.1 | ||
@@ -57,2 +76,3 @@ ### Changed | ||
## [1.0.0] | ||
[1.0.0]: https://github.com/adexin/spinners-react/compare/v0.0.5...v1.0.0 | ||
@@ -64,2 +84,3 @@ ### Changed | ||
## [0.0.5] | ||
[0.0.5]: https://github.com/adexin/spinners-react/compare/v0.0.4...v0.0.5 | ||
@@ -70,12 +91,5 @@ ### Changed | ||
## [0.0.4] | ||
[0.0.4]: https://github.com/adexin/spinners-react/releases/tag/v0.0.4 | ||
### Added | ||
- Initial release. | ||
[unreleased]: https://github.com/adexin/spinners-react/compare/v1.0.3...HEAD | ||
[1.0.3]: https://github.com/adexin/spinners-react/compare/v1.0.2...v1.0.3 | ||
[1.0.2]: https://github.com/adexin/spinners-react/compare/v1.0.1...v1.0.2 | ||
[1.0.1]: https://github.com/adexin/spinners-react/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/adexin/spinners-react/compare/v0.0.5...v1.0.0 | ||
[0.0.5]: https://github.com/adexin/spinners-react/compare/v0.0.4...v0.0.5 | ||
[0.0.4]: https://github.com/adexin/spinners-react/releases/tag/v0.0.4 |
{ | ||
"name": "spinners-react", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Lightweight SVG/CSS spinners for React", | ||
@@ -12,5 +12,6 @@ "sideEffects": [ | ||
"scripts": { | ||
"prepare": "npm run lint && npm run build", | ||
"prebuild": "rimraf lib/*", | ||
"prestart": "rimraf lib/*", | ||
"prepublishOnly": "npm run lint && npm run jest && npm run build", | ||
"clean": "rimraf lib/*", | ||
"prebuild": "npm run clean", | ||
"prestart": "npm run clean", | ||
"build": "node --max-old-space-size=4096 node_modules/rollup/dist/bin/rollup -c --configProd", | ||
@@ -23,6 +24,8 @@ "start": "rollup -c -w", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
"directories": { | ||
"lib": "./lib", | ||
"src": "./src", | ||
"test": "./src/__tests__" | ||
@@ -100,8 +103,7 @@ }, | ||
"peerDependencies": { | ||
"@types/react": "^16.x || 17.x", | ||
"@types/react-dom": "^16.x || 17.x", | ||
"react": "^16.x || 17.x", | ||
"react-dom": "^16.x || 17.x" | ||
}, | ||
"dependencies": {} | ||
"@types/react": "^16.x || ^17.x || ^18.x", | ||
"@types/react-dom": "^16.x || ^17.x || ^18.x", | ||
"react": "^16.x || ^17.x || ^18.x", | ||
"react-dom": "^16.x || ^17.x || ^18.x" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
735805
199
4210