Skip to content

chore: bump every port to 1.6.1 - #121

Merged
JeanExtreme002 merged 1 commit into
mainfrom
chore/bump-1.6.1
Aug 25, 2026
Merged

chore: bump every port to 1.6.1#121
JeanExtreme002 merged 1 commit into
mainfrom
chore/bump-1.6.1

Conversation

@JeanExtreme002

Copy link
Copy Markdown
Owner

Moves the three declared versions to 1.6.1, which is what a release of that
number needs: verify-versions refuses to publish anything unless Python,
Node.js and Go all declare the same one.

file field
python/FlightRadarAPI/__init__.py __version__
nodejs/package.json version
nodejs/package-lock.json version (both entries)
go/flightradarapi/doc.go Version

The Node side was bumped with npm version --no-git-tag-version, so the lock
file moves with the manifest — npm ci, which the workflow runs, fails on a
lock that disagrees with it. The fastq: ^1.6.0 dependency further down that
file is untouched.

Checked

The same three extractions the release gate performs:

python=1.6.1 | npm=1.6.1 | go=1.6.1   → verify-versions would pass
npm ci                                 → accepted the lock file
go test ./flightradarapi               → ok
import FlightRadarAPI                  → 1.6.1, client instantiates

After merging

Publishing the v1.6.1 release runs the whole chain: PyPI, npm, and then the
go/v1.6.1 tag, which the Go toolchain needs because the module lives in a
subdirectory. Nothing to tag by hand this time.

The three declared versions have to agree or verify-versions refuses the
release, so they move together. Bumped with `npm version` on the Node
side, which keeps package-lock.json in step — `npm ci` fails on a lock
that disagrees with the manifest.
@JeanExtreme002
JeanExtreme002 merged commit a4022dc into main Aug 25, 2026
11 checks passed
@github-actions
github-actions Bot deleted the chore/bump-1.6.1 branch August 25, 2026 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant