Skip to content

Releases: JarvusInnovations/gitsheets

v1.0.1

Choose a tag to compare

@themightychris themightychris released this 16 May 17:55
25443f2

gitsheets 1.0.1

CI/publishing fix release — gets v1.0 to npm.

Technical

  • publish-npm.yml: switched to npm trusted publishing (OIDC + --provenance) so we no longer depend on a long-lived NPM_TOKEN. v1.0.0 was tagged and released on GitHub but the npm publish step failed because the legacy NPM_TOKEN is no longer valid — v1.0.1 ships the same library content through the trusted-publisher path.
  • mkdocs config: dropped fontawesome_markdown (extension not in the lens image) and the unused FontAwesome v5 CDN CSS. Mermaid support retained.
  • .holo/branches/docs-site.lenses/mkdocs.toml: switched from the deprecated Habitat holo/lens-mkdocs package to hologit's OCI container ghcr.io/hologit/lenses/mkdocs:latest. Fixes the Publish Website workflow.

No library or CLI changes from v1.0.0.

Setup note

For trusted publishing to authenticate, the gitsheets package on npmjs.org needs a Trusted Publisher entry linking JarvusInnovations/gitsheets + publish-npm.yml. Configure in npmjs.org → package settings before merging.

v1.0.0

Choose a tag to compare

@themightychris themightychris released this 16 May 17:31
7741ef8

gitsheets 1.0

First proper release — full TypeScript rewrite of the library and CLI.

Improvements

  • #144 — full TypeScript rewrite of the library and CLI; closes 13 of 14 v1.0 milestone issues (#14, #19, #105, #128–134, #136–138, #141)

Technical

  • Switched release machinery to JarvusInnovations/infra-components shared actions
  • Renamed release branch mastermain
  • Closed 11 obsolete dependabot PRs from the pre-v1.0 Vue/backend tree

Deferred items for v1.x tracked in specs/deferred.md (#145–158).

v0.22.5

Choose a tag to compare

@jarvus-bot jarvus-bot released this 13 Jul 18:10
e59b24b

Technical

  • chore(deps): bump semver from 5.7.1 to 5.7.2 in /backend [#123] @dependabot[bot]
  • chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /backend [#122] @dependabot[bot]
  • chore(deps): bump qs from 6.5.2 to 6.5.3 [#112] @dependabot[bot]

v0.22.4

Choose a tag to compare

@jarvus-bot jarvus-bot released this 10 Apr 15:15
d95ac55

Technical

v0.22.3

Choose a tag to compare

@jarvus-bot jarvus-bot released this 20 Aug 16:58
aae2ce6

Improvements

v0.22.2

Choose a tag to compare

@jarvus-bot jarvus-bot released this 20 Aug 14:39
fe9cb6c

Improvements

v0.22.1

Choose a tag to compare

@jarvus-bot jarvus-bot released this 20 Aug 12:08
73cb93c

Improvements

v0.22.0

Choose a tag to compare

@jarvus-bot jarvus-bot released this 17 Aug 16:21
18858d7

Improvements

  • fix(cli/upsert): correct merge order for --patch-existing @themightychris

Technical

v0.21.6

Choose a tag to compare

@jarvus-bot jarvus-bot released this 07 Jul 21:15
624f456

Improvements

  • fix(cli/query): improve parsing on field-specific options @themightychris

Technical

  • chore(deps): bump lodash from 4.17.20 to 4.17.21 in /backend [#64] @dependabot[bot]
  • chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /backend [#66] @dependabot[bot]
  • chore(deps): bump glob-parent from 5.1.1 to 5.1.2 in /backend [#71] @dependabot[bot]
  • chore(deps): bump path-parse from 1.0.6 to 1.0.7 [#73] @dependabot[bot]
  • chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /backend [#74] @dependabot[bot]
  • chore(deps): bump follow-redirects from 1.14.6 to 1.14.8 in /backend [#85] @dependabot[bot]
  • chore(deps): bump minimist from 1.2.5 to 1.2.6 in /backend [#91] @dependabot[bot]
  • chore(deps): bump urijs from 1.19.7 to 1.19.11 in /backend [#92] @dependabot[bot]
  • chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 in /backend [#93] @dependabot[bot]
  • chore(deps): upgrade yargs to v17.5.1 @themightychris
  • chore(deps): upgrade hologit to v0.41.3 @themightychris

v0.21.5

Choose a tag to compare

@jarvus-bot jarvus-bot released this 30 Jan 23:24
482c949

Improvements