Skip to content

Commit

Permalink
Merge pull request #3189 from KBVE/patch-atomic-updates-for-herbmail-…
Browse files Browse the repository at this point in the history
…11-07-2024-1731018874

[CI] Merge patch-atomic-updates-for-herbmail-11-07-2024-1731018874 into dev
  • Loading branch information
h0lybyte authored Nov 7, 2024
2 parents dc19217 + 78c292e commit b8e2ba3
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 650 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@ apps/expo-cityvote/.tamagui/css/*

# NuGetScracthroot
NuGetScratchroot/
dotnet-install.sh
dotnet-install.sh
vite.config.*.timestamp*
26 changes: 16 additions & 10 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"migrations": [
{
"cli": "nx",
"version": "18.2.0",
"description": "Move executor options to target defaults.",
"factory": "./src/migrations/update-18-2-0/move-options-to-target-defaults",
"package": "@nxtensions/astro",
"name": "move-options-to-target-defaults"
}
]
"migrations": [
{
"version": "20.0.4-beta.0",
"description": "Add gitignore entry for temporary vite config files.",
"implementation": "./src/migrations/update-20-0-4/add-vite-temp-files-to-git-ignore",
"package": "@nx/vite",
"name": "update-20-0-4"
},
{
"version": "20.0.6-beta.0",
"description": "Add gitignore entry for temporary vite config files and remove previous incorrect glob.",
"implementation": "./src/migrations/update-20-0-4/add-vite-temp-files-to-git-ignore",
"package": "@nx/vite",
"name": "update-20-0-6"
}
]
}
Loading

0 comments on commit b8e2ba3

Please sign in to comment.