-
Notifications
You must be signed in to change notification settings - Fork 3
fix/sync-main #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
fix/sync-main #341
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
858699a
Merge pull request #329 from convertcom/main-convert
abbaseya aa56b01
chore: Update release-please-action
abbaseya 5cdfb11
fix: Improve numeric check utility
abbaseya 1d6374a
Merge pull request #331 from convertcom/fix/releas-please
abbaseya e1ab4ea
chore: release main
github-actions[bot] d9747dc
Merge pull request #330 from convertcom/release-please--branches--main
abbaseya 75f8c5c
chore: Integrate npm publish into release-please-action
abbaseya cdc4278
chore: fix release-pelease-action path
abbaseya 7487a92
Merge branch 'main' into fix/release-please-action-npm-publish
abbaseya 6afc034
Merge pull request #332 from convertcom/fix/release-please-action-npm…
JosephSamirL 43acf62
chore: Manual npm publish requiring input tags
abbaseya b97d948
Merge pull request #333 from convertcom/fix/release-please-action-npm…
abbaseya 0f2ab5b
chore: fix broken package publish workflow
abbaseya 1672b2a
Merge pull request #334 from convertcom/fix/release-please-action-npm…
abbaseya c227d53
Merge branch 'main' into fix/sync-main
abbaseya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,14 @@ | ||
| { | ||
| "packages/js-sdk": "4.3.2", | ||
| "packages/enums": "2.2.1", | ||
| "packages/types": "3.8.1", | ||
| "packages/utils": "2.2.2", | ||
| "packages/event": "2.1.2", | ||
| "packages/bucketing": "3.1.1", | ||
| "packages/logger": "2.1.1", | ||
| "packages/rules": "2.1.2", | ||
| "packages/segments": "2.1.1", | ||
| "packages/api": "2.1.3", | ||
| "packages/data": "3.3.2", | ||
| "packages/experience": "2.3.1" | ||
| "packages/js-sdk": "4.3.3", | ||
| "packages/enums": "2.3.0", | ||
| "packages/types": "3.9.0", | ||
| "packages/utils": "2.2.3", | ||
| "packages/event": "2.1.3", | ||
| "packages/bucketing": "3.1.2", | ||
| "packages/logger": "2.1.2", | ||
| "packages/rules": "2.1.3", | ||
| "packages/segments": "2.1.2", | ||
| "packages/api": "2.1.4", | ||
| "packages/data": "3.3.3", | ||
| "packages/experience": "2.3.2" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,5 +49,5 @@ | |
| "typescript-eslint": "^8.46.4", | ||
| "webpack": "^5.102.1" | ||
| }, | ||
| "version": "2.2.1" | ||
| "version": "2.3.0" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.