Skip to content

Commit 72c94fb

Browse files
Merge branch 'main' into angular-test-matrix
2 parents b46b7f3 + 4618f94 commit 72c94fb

57 files changed

Lines changed: 6227 additions & 456 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": [
44
"@fingerprintjs/changesets-changelog-format",
55
{
6-
"repo": "fingerprintjs/fingerprintjs-pro-angular"
6+
"repo": "fingerprintjs/angular"
77
}
88
],
99
"commit": false,

.changeset/free-goats-wait.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/analyze-commits.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
uses: fingerprintjs/dx-team-toolkit/.github/workflows/analyze-commits.yml@v1
1212
with:
1313
previewNotes: false
14+
nodeVersion: '22'
1415

1516
preview-changeset:
1617
name: Preview changeset

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,23 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
id-token: write # Required for Trusted Publishing: https://docs.npmjs.com/trusted-publishers
10+
contents: read
11+
812
jobs:
913
build-and-release:
1014
name: 'Build project, run CI checks and publish new release'
1115
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-sdk-changesets.yml@v1
1216
with:
1317
appId: ${{ vars.APP_ID }}
18+
runnerAppId: ${{ vars.RUNNER_APP_ID }}
1419
language: node
1520
language-version: 24
16-
prepare-command: pnpm build
21+
prepare-command: pnpm generate:version && pnpm build
1722
version-command: pnpm changeset:version
1823
publish-command: pnpm changeset:publish
24+
useTrustedPublishing: true
1925
secrets:
2026
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
2127
RUNNER_APP_PRIVATE_KEY: ${{ secrets.RUNNER_APP_PRIVATE_KEY }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
/out-tsc
77
/bazel-out
88
.pnpm-store
9+
projects/*/dist
10+
projects/*/out-tsc
911

1012
# Node
1113
node_modules

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The main branch is locked for the push action. For proposing changes, use the st
88

99
### Development playground
1010

11+
Run `pnpm run generate:version` before interacting with the library.
12+
1113
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.6.
1214
The root project is the demo app. You can find the library in `projects/ng-fingerprint-pro` folder.
1315

0 commit comments

Comments
 (0)