Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/draft-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 #6.0.0
with:
node-version: 22
node-version: 24

- name: Get current version
id: version-file
Expand Down Expand Up @@ -97,8 +97,8 @@ jobs:
with:
token: ${{ steps.generate-token.outputs.token }}
commit-message: 'Prepare release ${{ steps.bump-version.outputs.new_version }}'
branch: release/${{ steps.bump-version.outputs.new_version }}
title: 'Prepare release ${{ steps.bump-version.outputs.new_version }}'
branch: chore/release/${{ steps.bump-version.outputs.new_version }}
title: 'chore: Prepare release ${{ steps.bump-version.outputs.new_version }}'
base: main
body: |
Preparing for release ${{ steps.bump-version.outputs.new_version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-from-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 #6.0.0
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org

- name: Install Plugin dependencies
Expand All @@ -50,15 +50,15 @@ jobs:

- name: Publish Plugin to npm
working-directory: plugin
run: npm publish
run: npm publish --access public

- name: Install Rokt Kit dependencies
working-directory: Kits/Rokt
run: npm ci

- name: Publish Rokt Kit to npm
working-directory: Kits/Rokt
run: npm publish
run: npm publish --access public

- uses: ffurrer2/extract-release-notes@9989ccec43d726ef05aa1cd7b2854fb96b6df6ab # v2.2.0
id: extract-release-notes
Expand Down
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2026-01-13

### Added

- Added support for Rokt Kit plugin
Expand Down Expand Up @@ -51,8 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add GDPR and CCPA Consent ([#13](https://github.com/mParticle/cordova-plugin-mparticle/issues/13)) ([60368be](https://github.com/mParticle/cordova-plugin-mparticle/commit/60368be9d9ec8f471bc8d5a7b479ed0ce7d9f05e))

[unreleased]: https://github.com/mParticle/cordova-plugin-mparticle/compare/3.0.0...HEAD
[3.0.0]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.4...3.0.0
[unreleased]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.4...HEAD
[2.2.4]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.3...2.2.4
[2.2.3]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.2...2.2.3
[2.2.2]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.1...2.2.2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
2.2.4