Skip to content

Commit

Permalink
correct version-sync/bump problem
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Dec 5, 2024
1 parent 1b94ee8 commit 74bc362
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/angular/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/angular",
"version": "6.1.15",
"version": "6.1.16",
"title": "FullCalendar Angular Component",
"description": "The official Angular component for FullCalendar",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion contrib/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/angular",
"version": "6.1.15",
"version": "6.1.16",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@fullcalendar-monorepos/root",
"version": "6.1.15",
"version": "6.1.16",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@fullcalendar-scripts/standard": "*",
Expand Down
4 changes: 3 additions & 1 deletion scripts/src/version-sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export default async function() {
const monorepoDir = process.cwd()
const subrepoSubdirs = await querySubrepoPkgs(monorepoDir)

await syncManifestVersions(monorepoDir, subrepoSubdirs)
//// temporarily disable syncing version numbers across packages
// await syncManifestVersions(monorepoDir, subrepoSubdirs)

await syncAngularLibManifest(monorepoDir)
}

Expand Down

0 comments on commit 74bc362

Please sign in to comment.