Skip to content

Commit 79c3bdd

Browse files
committed
Merge branch 'refs/heads/v18'
# Conflicts: # package.json
2 parents a048852 + 13ed4fb commit 79c3bdd

File tree

3 files changed

+95
-95
lines changed

3 files changed

+95
-95
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm run build
2222
- run: |
2323
pkgversion=$(node -p -e "require('./package.json').version")
24-
if [[ $pkgversion == *"beta"* ]]; then
24+
if [[ $pkgversion == *"beta"* || $pkgversion =~ -rc\.[0-9]+$ ]]; then
2525
npm run release:beta
2626
else
2727
npm run release

package.json

Lines changed: 93 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,95 @@
11
{
2-
"name": "ngx-float-ui-repo",
3-
"version": "18.0.1",
4-
"build": 0,
5-
"license": "MIT",
6-
"description": "ngx-float-ui is an Angular wrapper for @floating-ui",
7-
"homepage": "https://tonysamperi.github.io/ngx-float-ui",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/tonysamperi/ngx-float-ui.git"
11-
},
12-
"bugs": {
13-
"url": "https://github.com/tonysamperi/ngx-float-ui/issues"
14-
},
15-
"author": {
16-
"name": "Tony Samperi",
17-
"email": "[email protected]"
18-
},
19-
"keywords": [
20-
"Angular 17+",
21-
"ngx-float-ui",
22-
"popper Angular",
23-
"floating ui",
24-
"float",
25-
"ui"
26-
],
27-
"engines": {
28-
"node": ">=18"
29-
},
30-
"scripts": {
31-
"ng": "ng",
32-
"start": "ng serve",
33-
"test": "ng test ngx-float-ui",
34-
"test:ci": "ng test ngx-float-ui --browsers=ChromeHeadless --watch=false",
35-
"test:demo": "ng test ngx-float-ui-repo",
36-
"lint": "ng lint",
37-
"build++": "gulp build++",
38-
"build": "ng build ngx-float-ui --configuration=production && gulp postBuild",
39-
"build:demo": "ng build ngx-float-ui-repo --configuration=production --base-href=",
40-
"pack": "gulp pack",
41-
"release": "npm publish ./dist/ngx-float-ui",
42-
"release:beta": "npm publish ./dist/ngx-float-ui --tag beta",
43-
"bump:patch": "gulp bump:patch",
44-
"bump:minor": "gulp bump:minor",
45-
"bump:major": "gulp bump:major"
46-
},
47-
"private": true,
48-
"dependencies": {
49-
"@angular/animations": "^18.0.0",
50-
"@angular/common": "^18.0.0",
51-
"@angular/compiler": "^18.0.0",
52-
"@angular/core": "^18.0.0",
53-
"@angular/forms": "^18.0.0",
54-
"@angular/platform-browser": "^18.0.0",
55-
"@angular/platform-browser-dynamic": "^18.0.0",
56-
"@angular/ssr": "^18.0.0",
57-
"@floating-ui/dom": "^1.6.6",
58-
"rxjs": "^7.4.0",
59-
"tslib": "^2.3.1",
60-
"typewriter-effect": "^2.19.0",
61-
"zone.js": "^0.14.0"
62-
},
63-
"devDependencies": {
64-
"@angular-devkit/build-angular": "^18.0.0",
65-
"@angular-devkit/build-ng-packagr": "^0.1002.0",
66-
"@angular/cli": "^18.0.0",
67-
"@angular/compiler-cli": "^18.0.0",
68-
"@angular/language-service": "^18.0.0",
69-
"@types/jasmine": "^3.3.8",
70-
"@types/jasminewd2": "^2.0.3",
71-
"@types/node": "^18.13.0",
72-
"@types/prismjs": "^1.16.5",
73-
"@types/semver": "^7.3.13",
74-
"gulp": "^4.0.2",
75-
"gulp-sass": "^5.1.0",
76-
"jasmine-core": "^4.5.0",
77-
"jasmine-spec-reporter": "^7.0.0",
78-
"karma": "^6.4.2",
79-
"karma-chrome-launcher": "^3.2.0",
80-
"karma-coverage-istanbul-reporter": "^3.0.3",
81-
"karma-jasmine": "^5.1.0",
82-
"karma-jasmine-html-reporter": "^2.1.0",
83-
"ng-packagr": "^17.0.0-next.2",
84-
"plugin-log": "^0.1.0",
85-
"prismjs": "^1.29.0",
86-
"puppeteer": "^21.0.1",
87-
"semver": "^7.6.2",
88-
"through2": "^4.0.2",
89-
"ts-node": "^10.9.1",
90-
"tslint": "^6.1.3",
91-
"tslint-consistent-codestyle": "^1.16.0",
92-
"typescript": "~5.4.0"
93-
},
94-
"packageManager": "[email protected]"
2+
"name": "ngx-float-ui-repo",
3+
"version": "18.0.1",
4+
"build": 0,
5+
"license": "MIT",
6+
"description": "ngx-float-ui is an Angular wrapper for @floating-ui",
7+
"homepage": "https://tonysamperi.github.io/ngx-float-ui",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/tonysamperi/ngx-float-ui.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/tonysamperi/ngx-float-ui/issues"
14+
},
15+
"author": {
16+
"name": "Tony Samperi",
17+
"email": "[email protected]"
18+
},
19+
"keywords": [
20+
"Angular 18+",
21+
"ngx-float-ui",
22+
"popper Angular",
23+
"floating ui",
24+
"float",
25+
"ui"
26+
],
27+
"engines": {
28+
"node": ">=18"
29+
},
30+
"scripts": {
31+
"ng": "ng",
32+
"start": "ng serve",
33+
"test": "ng test ngx-float-ui",
34+
"test:ci": "ng test ngx-float-ui --browsers=ChromeHeadless --watch=false",
35+
"test:demo": "ng test ngx-float-ui-repo",
36+
"lint": "ng lint",
37+
"build++": "gulp build++",
38+
"build": "ng build ngx-float-ui --configuration=production && gulp postBuild",
39+
"build:demo": "ng build ngx-float-ui-repo --configuration=production --base-href=",
40+
"pack": "gulp pack",
41+
"release": "npm publish ./dist/ngx-float-ui",
42+
"release:beta": "npm publish ./dist/ngx-float-ui --tag beta",
43+
"bump:patch": "gulp bump:patch",
44+
"bump:minor": "gulp bump:minor",
45+
"bump:major": "gulp bump:major"
46+
},
47+
"private": true,
48+
"dependencies": {
49+
"@angular/animations": "^18.0.0",
50+
"@angular/common": "^18.0.0",
51+
"@angular/compiler": "^18.0.0",
52+
"@angular/core": "^18.0.0",
53+
"@angular/forms": "^18.0.0",
54+
"@angular/platform-browser": "^18.0.0",
55+
"@angular/platform-browser-dynamic": "^18.0.0",
56+
"@angular/ssr": "^18.0.0",
57+
"@floating-ui/dom": "^1.6.6",
58+
"rxjs": "^7.4.0",
59+
"tslib": "^2.3.1",
60+
"typewriter-effect": "^2.19.0",
61+
"zone.js": "^0.14.0"
62+
},
63+
"devDependencies": {
64+
"@angular-devkit/build-angular": "^18.0.0",
65+
"@angular-devkit/build-ng-packagr": "^0.1002.0",
66+
"@angular/cli": "^18.0.0",
67+
"@angular/compiler-cli": "^18.0.0",
68+
"@angular/language-service": "^18.0.0",
69+
"@types/jasmine": "^3.3.8",
70+
"@types/jasminewd2": "^2.0.3",
71+
"@types/node": "^18.13.0",
72+
"@types/prismjs": "^1.16.5",
73+
"@types/semver": "^7.3.13",
74+
"gulp": "^4.0.2",
75+
"gulp-sass": "^5.1.0",
76+
"jasmine-core": "^4.5.0",
77+
"jasmine-spec-reporter": "^7.0.0",
78+
"karma": "^6.4.2",
79+
"karma-chrome-launcher": "^3.2.0",
80+
"karma-coverage-istanbul-reporter": "^3.0.3",
81+
"karma-jasmine": "^5.1.0",
82+
"karma-jasmine-html-reporter": "^2.1.0",
83+
"ng-packagr": "^17.0.0-next.2",
84+
"plugin-log": "^0.1.0",
85+
"prismjs": "^1.29.0",
86+
"puppeteer": "^21.0.1",
87+
"semver": "^7.6.2",
88+
"through2": "^4.0.2",
89+
"ts-node": "^10.9.1",
90+
"tslint": "^6.1.3",
91+
"tslint-consistent-codestyle": "^1.16.0",
92+
"typescript": "~5.4.0"
93+
},
94+
"packageManager": "[email protected]"
9595
}

projects/ngx-float-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-float-ui",
3-
"version": "18.0.0",
3+
"version": "18.0.1",
44
"license": "MIT",
55
"description": "ngx-float-ui is an Angular wrapper for Floating UI",
66
"homepage": "https://tonysamperi.github.io/ngx-float-ui",

0 commit comments

Comments
 (0)