diff --git a/README.md b/README.md index 06c653c..353f187 100644 --- a/README.md +++ b/README.md @@ -255,12 +255,6 @@ You can then use `loosePlacement` and `looseTrigger` passing the values above as $ npm run start //run example ``` -## Special thanks - -Jetbrains is now supporting this library with an open-source license, which will allow a better code! 🎉 - -![jetbrains-logo](https://user-images.githubusercontent.com/5957244/150580991-863d6fba-1090-4924-b26c-be19c6310f24.svg) - ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details diff --git a/changelog.md b/changelog.md index ffc81b3..e45e998 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +#19.0.1 +* Jetbrains no longer supporting :( + #19.0.0 * Release for Angular 19! 🎉 diff --git a/package.json b/package.json index 864cdfa..3ef3754 100644 --- a/package.json +++ b/package.json @@ -1,95 +1,95 @@ { - "name": "ngx-float-ui-repo", - "version": "19.0.0", - "build": 0, - "license": "MIT", - "description": "ngx-float-ui is an Angular wrapper for @floating-ui", - "homepage": "https://tonysamperi.github.io/ngx-float-ui", - "repository": { - "type": "git", - "url": "https://github.com/tonysamperi/ngx-float-ui.git" - }, - "bugs": { - "url": "https://github.com/tonysamperi/ngx-float-ui/issues" - }, - "author": { - "name": "Tony Samperi", - "email": "github@tonysamperi.it" - }, - "keywords": [ - "Angular 19+", - "ngx-float-ui", - "popper Angular", - "floating ui", - "float", - "ui" - ], - "engines": { - "node": ">=20.11.1" - }, - "scripts": { - "ng": "ng", - "start": "ng serve", - "test": "ng test ngx-float-ui", - "test:ci": "ng test ngx-float-ui --browsers=ChromeHeadless --watch=false", - "test:demo": "ng test ngx-float-ui-repo", - "lint": "ng lint", - "build++": "gulp build++", - "build": "ng build ngx-float-ui --configuration=production && gulp postBuild", - "build:demo": "ng build ngx-float-ui-repo --configuration=production --base-href=", - "pack": "gulp pack", - "release": "npm publish ./dist/ngx-float-ui", - "release:beta": "npm publish ./dist/ngx-float-ui --tag beta", - "bump:patch": "gulp bump:patch", - "bump:minor": "gulp bump:minor", - "bump:major": "gulp bump:major" - }, - "private": true, - "dependencies": { - "@angular/animations": "^19.0.0", - "@angular/common": "^19.0.0", - "@angular/compiler": "^19.0.0", - "@angular/core": "^19.0.0", - "@angular/forms": "^19.0.0", - "@angular/platform-browser": "^19.0.0", - "@angular/platform-browser-dynamic": "^19.0.0", - "@angular/ssr": "^19.0.0", - "@floating-ui/dom": "^1.6.12", - "rxjs": "^7.4.0", - "tslib": "^2.3.1", - "typewriter-effect": "^2.19.0", - "zone.js": "^0.15.0" - }, - "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0", - "@angular-devkit/build-ng-packagr": "^0.1002.0", - "@angular/cli": "^19.0.0", - "@angular/compiler-cli": "^19.0.0", - "@angular/language-service": "^19.0.0", - "@types/jasmine": "^3.3.8", - "@types/jasminewd2": "^2.0.3", - "@types/node": "^18.13.0", - "@types/prismjs": "^1.16.5", - "@types/semver": "^7.3.13", - "gulp": "^4.0.2", - "gulp-sass": "^5.1.0", - "jasmine-core": "^4.6.1", - "jasmine-spec-reporter": "^7.0.0", - "karma": "^6.4.4", - "karma-chrome-launcher": "^3.2.0", - "karma-coverage-istanbul-reporter": "^3.0.3", - "karma-jasmine": "^5.1.0", - "karma-jasmine-html-reporter": "^2.1.0", - "ng-packagr": "^19.0.1", - "plugin-log": "^0.1.0", - "prismjs": "^1.29.0", - "puppeteer": "^21.11.0", - "semver": "^7.6.2", - "through2": "^4.0.2", - "ts-node": "^10.9.1", - "tslint": "^6.1.3", - "tslint-consistent-codestyle": "^1.16.0", - "typescript": "~5.6.3" - }, - "packageManager": "yarn@4.3.1" -} + "name": "ngx-float-ui-repo", + "version": "19.0.1", + "build": 0, + "license": "MIT", + "description": "ngx-float-ui is an Angular wrapper for @floating-ui", + "homepage": "https://tonysamperi.github.io/ngx-float-ui", + "repository": { + "type": "git", + "url": "https://github.com/tonysamperi/ngx-float-ui.git" + }, + "bugs": { + "url": "https://github.com/tonysamperi/ngx-float-ui/issues" + }, + "author": { + "name": "Tony Samperi", + "email": "github@tonysamperi.it" + }, + "keywords": [ + "Angular 19+", + "ngx-float-ui", + "popper Angular", + "floating ui", + "float", + "ui" + ], + "engines": { + "node": ">=20.11.1" + }, + "scripts": { + "ng": "ng", + "start": "ng serve", + "test": "ng test ngx-float-ui", + "test:ci": "ng test ngx-float-ui --browsers=ChromeHeadless --watch=false", + "test:demo": "ng test ngx-float-ui-repo", + "lint": "ng lint", + "build++": "gulp build++", + "build": "ng build ngx-float-ui --configuration=production && gulp postBuild", + "build:demo": "ng build ngx-float-ui-repo --configuration=production --base-href=", + "pack": "gulp pack", + "release": "npm publish ./dist/ngx-float-ui", + "release:beta": "npm publish ./dist/ngx-float-ui --tag beta", + "bump:patch": "gulp bump:patch", + "bump:minor": "gulp bump:minor", + "bump:major": "gulp bump:major" + }, + "private": true, + "dependencies": { + "@angular/animations": "^19.0.0", + "@angular/common": "^19.0.0", + "@angular/compiler": "^19.0.0", + "@angular/core": "^19.0.0", + "@angular/forms": "^19.0.0", + "@angular/platform-browser": "^19.0.0", + "@angular/platform-browser-dynamic": "^19.0.0", + "@angular/ssr": "^19.0.0", + "@floating-ui/dom": "^1.6.12", + "rxjs": "^7.4.0", + "tslib": "^2.3.1", + "typewriter-effect": "^2.19.0", + "zone.js": "^0.15.0" + }, + "devDependencies": { + "@angular-devkit/build-angular": "^19.0.0", + "@angular-devkit/build-ng-packagr": "^0.1002.0", + "@angular/cli": "^19.0.0", + "@angular/compiler-cli": "^19.0.0", + "@angular/language-service": "^19.0.0", + "@types/jasmine": "^3.3.8", + "@types/jasminewd2": "^2.0.3", + "@types/node": "^18.13.0", + "@types/prismjs": "^1.16.5", + "@types/semver": "^7.3.13", + "gulp": "^4.0.2", + "gulp-sass": "^5.1.0", + "jasmine-core": "^4.6.1", + "jasmine-spec-reporter": "^7.0.0", + "karma": "^6.4.4", + "karma-chrome-launcher": "^3.2.0", + "karma-coverage-istanbul-reporter": "^3.0.3", + "karma-jasmine": "^5.1.0", + "karma-jasmine-html-reporter": "^2.1.0", + "ng-packagr": "^19.0.1", + "plugin-log": "^0.1.0", + "prismjs": "^1.29.0", + "puppeteer": "^21.11.0", + "semver": "^7.6.2", + "through2": "^4.0.2", + "ts-node": "^10.9.1", + "tslint": "^6.1.3", + "tslint-consistent-codestyle": "^1.16.0", + "typescript": "~5.6.3" + }, + "packageManager": "yarn@4.3.1" +} \ No newline at end of file diff --git a/projects/ngx-float-ui/package.json b/projects/ngx-float-ui/package.json index 1d13195..915f89a 100644 --- a/projects/ngx-float-ui/package.json +++ b/projects/ngx-float-ui/package.json @@ -1,6 +1,6 @@ { "name": "ngx-float-ui", - "version": "19.0.0", + "version": "19.0.1", "license": "MIT", "description": "ngx-float-ui is an Angular wrapper for Floating UI", "homepage": "https://tonysamperi.github.io/ngx-float-ui", @@ -38,4 +38,4 @@ "sass": "./_index.scss" } } -} +} \ No newline at end of file