@availity/app-icon
Advanced tools
Comparing version 1.6.5 to 1.6.6
@@ -5,2 +5,32 @@ # Changelog | ||
## [1.6.6](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.6.5...@availity/app-icon@1.6.6) (2024-08-22) | ||
# 0.1.0 (2024-08-22) | ||
### Bug Fixes | ||
* **app-icon:** adjust deprecated type ([5429d43](https://github.com/Availity/availity-react/commit/5429d431d57ebebfbf25ca38149840eb90a38649)) | ||
* **feature:** fixed the repository for npm ([7a13a9e](https://github.com/Availity/availity-react/commit/7a13a9ea4533c1565998ed6c28439d22016c285e)) | ||
* fixed package-locks ([ddb49bb](https://github.com/Availity/availity-react/commit/ddb49bbffef1e4fae59f84fb283f5c4a422c8657)) | ||
* re-created package-locks ([49726de](https://github.com/Availity/availity-react/commit/49726dea08a61201a44c7c63c14715dda195cc25)) | ||
* removed npmrc and added config to lerna for now creating locks ([efe82ab](https://github.com/Availity/availity-react/commit/efe82ab5a9a38cc8113d5cc71416f1ef347eb4c4)) | ||
* removed package-locks,added npmrc ignore,fixed react as hoisted dep ([4648319](https://github.com/Availity/availity-react/commit/4648319b1298096de2e3e37bf6246e5f169ace0e)) | ||
* so many package-lock.json's ([8b5dc24](https://github.com/Availity/availity-react/commit/8b5dc24168f9eecae9f3f52da0b49e6da831a643)) | ||
### Features | ||
* **app-icon:** added image src and alt properties to app-icon ([a73452a](https://github.com/Availity/availity-react/commit/a73452ab64830bcd47d88fe557cf398ce31fe62b)) | ||
* **app-icon:** convert to typescript ([b0c9840](https://github.com/Availity/availity-react/commit/b0c9840707df0dda52ef909e7b976058d4a57a5d)) | ||
* **docs:** updated to use yarn and added readmes ([3b94748](https://github.com/Availity/availity-react/commit/3b947487ef18c6e11486ad39203882a11bc8a1e7)) | ||
* **feature:** added packages from av-react to public ([2c32cf3](https://github.com/Availity/availity-react/commit/2c32cf353f22847a5a293eecf800315a051646f3)) | ||
* **feature:** adding typescript support ([cfe57a2](https://github.com/Availity/availity-react/commit/cfe57a265b97ba9a053fb3bee54d2b054fa86e8f)) | ||
* **form:** add currency input ([fa9eea6](https://github.com/Availity/availity-react/commit/fa9eea6a3b3dd2ef741a0658c102e36c6db5288c)) | ||
* move storybook, stories, and fix hmr ([2f65f71](https://github.com/Availity/availity-react/commit/2f65f71769d2d981e22700b87a09516833588f64)) | ||
## [1.6.5](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.6.4...@availity/app-icon@1.6.5) (2024-02-21) | ||
@@ -7,0 +37,0 @@ |
@@ -25,2 +25,2 @@ import React from 'react'; | ||
export { AppIconProps, AppIcon as default }; | ||
export { type AppIconProps, AppIcon as default }; |
{ | ||
"name": "@availity/app-icon", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "Availity UI Kit application icon react component.", | ||
@@ -34,9 +34,9 @@ "keywords": [ | ||
"dependencies": { | ||
"classnames": "^2.3.2" | ||
"classnames": "^2.5.1" | ||
}, | ||
"devDependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.3.3" | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"tsup": "^8.2.4", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -43,0 +43,0 @@ "peerDependencies": { |
{ | ||
"root": "packages/app-icon", | ||
"name": "@availity/app-icon", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"projectType": "library", | ||
@@ -7,4 +8,6 @@ "targets": { | ||
"executor": "@nx/jest:jest", | ||
"outputs": ["coverage/app-icon"], | ||
"options": { "jestConfig": "packages/app-icon/jest.config.js", "passWithNoTests": true } | ||
"outputs": ["{workspaceRoot}/coverage/app-icon"], | ||
"options": { | ||
"jestConfig": "packages/app-icon/jest.config.js" | ||
} | ||
}, | ||
@@ -16,3 +19,3 @@ "version": { | ||
"commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]", | ||
"tagPrefix": "@availity/{projectName}@", | ||
"tagPrefix": "{projectName}@", | ||
"baseBranch": "master" | ||
@@ -22,6 +25,5 @@ } | ||
"lint": { | ||
"executor": "@nx/linter:eslint", | ||
"executor": "@nx/eslint:lint", | ||
"options": { | ||
"eslintConfig": ".eslintrc.yaml", | ||
"lintFilePatterns": ["packages/app-icon/**/*.{js,ts}"], | ||
"silent": false, | ||
@@ -28,0 +30,0 @@ "fix": false, |
Sorry, the diff of this file is not supported yet
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
23876
338
Updatedclassnames@^2.5.1