Commit e141c1e
Version Packages (#116)
* Version Packages
* fix(ci): disable husky hooks in update-versions workflow (#97)
* chore(common): update export versions
* Version Packages
* fix(ci): remove extra quote in export-testing workflow token parameter (#98)
* Version Packages
* fix(ci): checkout proper branch before committing in update-versions workflow (#100)
* feat(builder): replace contracts wizard icon with custom SVG (#99)
* Version Packages
* chore: update export versions
* Version Packages
* chore: update export versions
* fix(builder): correct snapshot update command in export version script
- Fix updateSnapshots() to target specific export tests instead of all tests
- Ensures changesets bumps update both versions.ts and test snapshots correctly
- Prevents snapshot test failures in changesets PRs like #116
* fix(ci): update workflow to commit both versions.ts and snapshot files
- Fix update-versions.yml to check for changes in both files
- Commit both versions.ts and snapshot files when updating versions
- Ensures complete automation of version bumps with correct snapshots
* fix(builder): always update snapshots regardless of versions.ts changes
- Fix critical logic bug where snapshots weren't updated when versions.ts was already current
- Ensures snapshots always match current package versions
- Resolves snapshot test failures in changesets PRs like #116
- Snapshots are now updated unconditionally to prevent stale snapshot issues
* fix(ci): add build step before snapshot updates in update-versions workflow
- Fix CI build dependency issue where snapshot tests fail due to unbuilt packages
- Add 'pnpm run build' step before running update-export-versions
- Ensures adapter packages are built and available for import during snapshot tests
- Resolves 'Failed to resolve entry for package' errors in CI environment
* chore: update export versions and test snapshots
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Pasevin <pasevin@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: oz-release-app[bot] <205211949+oz-release-app[bot]@users.noreply.github.com>1 parent 48e9ad7 commit e141c1e
30 files changed
Lines changed: 165 additions & 63 deletions
File tree
- .changeset
- .github/workflows
- packages
- adapter-evm
- adapter-midnight
- adapter-solana
- adapter-stellar
- builder
- src/export
- __tests__/__snapshots__
- react-core
- renderer
- storage
- types
- ui
- utils
- scripts
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
53 | | - | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
70 | | - | |
71 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
72 | 77 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
4 | 14 | | |
5 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
0 commit comments