Skip to content

Commit

Permalink
chore(release): pull hotfix-release/v1.90.3 into main (#1679)
Browse files Browse the repository at this point in the history
Co-authored-by: Gauravudia <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
3 people authored Sep 13, 2024
1 parent 9f638b8 commit c89dbae
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.90.3](https://github.com/rudderlabs/rudder-config-schema/compare/v1.90.2...v1.90.3) (2024-09-13)


### Bug Fixes

* rename mixpanel api token to project token ([#1678](https://github.com/rudderlabs/rudder-config-schema/issues/1678)) ([17c63bf](https://github.com/rudderlabs/rudder-config-schema/commit/17c63bf9e3d3a5030b2afa14af1965d38fe8dcdb))

### [1.90.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.90.0...v1.90.2) (2024-09-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-config-schema",
"version": "1.90.2",
"version": "1.90.3",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/mp/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"fields": [
{
"type": "textInput",
"label": "API Token",
"label": "Project Token",
"value": "token",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$",
"regexErrorMessage": "Invalid API Token",
"regexErrorMessage": "Invalid Project Token",
"required": true,
"placeholder": "c24f56ed8172XXXX6de5a5f0befe8b92",
"secret": true
Expand Down

0 comments on commit c89dbae

Please sign in to comment.