Skip to content

Commit

Permalink
feat: 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenXiaowei committed Jun 3, 2024
1 parent 06bcb55 commit 861d717
Show file tree
Hide file tree
Showing 26 changed files with 98 additions and 27 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Build
run: rm -r dist && npm install && npm run build:es
- name: Publish
run: yarn publish --tag latest --non-interactive --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
release:
name: Auto Create Release
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion dist/gdp-full.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/gdp-full.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/gdp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/gdp.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/plugins/gioABTest.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/plugins/gioCompress.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugins/gioEmbeddedAdapter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugins/gioEventAutoTracking.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/plugins/gioHybridAdapter.js

Large diffs are not rendered by default.

Loading

0 comments on commit 861d717

Please sign in to comment.