Skip to content

Commit

Permalink
v17.0.1
Browse files Browse the repository at this point in the history
* Jetbrains no longer supporting :(
  • Loading branch information
tonysamperi committed Jan 18, 2025
1 parent bfec92c commit 2fd2fcf
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 100 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,6 @@ NgModule({
$ 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
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#17.0.1
* Jetbrains no longer supporting :(

#17.0.0
* Update for Angular 17! 🎉

Expand Down
185 changes: 93 additions & 92 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,94 +1,95 @@
{
"name": "ngx-popperjs-repo",
"version": "17.0.0",
"build": 0,
"license": "MIT",
"description": "ngx-popperjs is an Angular wrapper for @popperjs",
"homepage": "https://tonysamperi.github.io/ngx-popperjs",
"repository": {
"type": "git",
"url": "https://github.com/tonysamperi/ngx-popperjs"
},
"bugs": {
"url": "https://github.com/tonysamperi/ngx-popperjs/issues"
},
"author": {
"name": "Tony Samperi",
"email": "github@tonysamperi.it"
},
"keywords": [
"Angular 8+",
"ngx-popperjs",
"popper Angular",
"floating ui",
"popper",
"popperjs"
],
"engines": {
"node": ">=18"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test ngx-popperjs",
"test:ci": "ng test ngx-popperjs --browsers=ChromeHeadless --watch=false",
"test:demo": "ng test ngx-popperjs-repo",
"lint": "ng lint",
"build++": "gulp build++",
"build": "ng build ngx-popperjs --configuration=production && gulp postBuild",
"build:demo": "ng build ngx-popperjs-repo --configuration=production --base-href=",
"pack": "gulp pack",
"publish": "npm publish ./dist/ngx-popperjs",
"publish:beta": "npm publish ./dist/ngx-popperjs --tag beta",
"bump:patch": "gulp bump:patch",
"bump:minor": "gulp bump:minor",
"bump:major": "gulp bump:major"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/ssr": "^17.0.0-next.0",
"@floating-ui/dom": "^1.5.3",
"rxjs": "^7.4.0",
"tslib": "^2.3.1",
"typewriter-effect": "^2.19.0",
"zone.js": "^0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular/cli": "^17.0.0-next.9",
"@angular/compiler-cli": "^17.0.0",
"@angular/language-service": "^17.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.5.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.2",
"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": "^17.0.0-next.2",
"plugin-log": "^0.1.0",
"prismjs": "^1.29.0",
"puppeteer": "^21.0.1",
"semver": "^7.3.8",
"through2": "^4.0.2",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-consistent-codestyle": "^1.16.0",
"typescript": "~5.2.2"
}
"name": "ngx-popperjs-repo",
"version": "17.0.1",
"build": 0,
"license": "MIT",
"description": "ngx-popperjs is an Angular wrapper for @popperjs",
"homepage": "https://tonysamperi.github.io/ngx-popperjs",
"repository": {
"type": "git",
"url": "https://github.com/tonysamperi/ngx-popperjs"
},
"bugs": {
"url": "https://github.com/tonysamperi/ngx-popperjs/issues"
},
"author": {
"name": "Tony Samperi",
"email": "github@tonysamperi.it"
},
"keywords": [
"Angular 8+",
"ngx-popperjs",
"popper Angular",
"floating ui",
"popper",
"popperjs"
],
"engines": {
"node": ">=18"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test ngx-popperjs",
"test:ci": "ng test ngx-popperjs --browsers=ChromeHeadless --watch=false",
"test:demo": "ng test ngx-popperjs-repo",
"lint": "ng lint",
"build++": "gulp build++",
"build": "ng build ngx-popperjs --configuration=production && gulp postBuild",
"build:demo": "ng build ngx-popperjs-repo --configuration=production --base-href=",
"pack": "gulp pack",
"publish": "npm publish ./dist/ngx-popperjs",
"publish:beta": "npm publish ./dist/ngx-popperjs --tag beta",
"bump:patch": "gulp bump:patch",
"bump:minor": "gulp bump:minor",
"bump:major": "gulp bump:major"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/ssr": "^17.0.0-next.0",
"@floating-ui/dom": "^1.5.3",
"rxjs": "^7.4.0",
"tslib": "^2.3.1",
"typewriter-effect": "^2.19.0",
"zone.js": "^0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular/cli": "^17.0.0-next.9",
"@angular/compiler-cli": "^17.0.0",
"@angular/language-service": "^17.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.5.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.2",
"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": "^17.0.0-next.2",
"plugin-log": "^0.1.0",
"prismjs": "^1.29.0",
"puppeteer": "^21.0.1",
"semver": "^7.3.8",
"through2": "^4.0.2",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-consistent-codestyle": "^1.16.0",
"typescript": "~5.2.2"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
4 changes: 2 additions & 2 deletions projects/ngx-popperjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-popperjs",
"version": "17.0.0",
"version": "17.0.1",
"license": "MIT",
"description": "ngx-popperjs is an Angular wrapper for @popperjs",
"homepage": "https://tonysamperi.github.io/ngx-popperjs",
Expand Down Expand Up @@ -38,4 +38,4 @@
"sass": "./_index.scss"
}
}
}
}

0 comments on commit 2fd2fcf

Please sign in to comment.