Skip to content

Commit 119d427

Browse files
authored
Bump scheduling-kit to 0.7.7
Release metadata prep for scheduling-kit 0.7.7. Publishing remains release controlled.
1 parent ee2271f commit 119d427

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ npm_package(
149149
],
150150
package = "@tummycrypt/scheduling-kit",
151151
tags = ["manual"],
152-
version = "0.7.6",
152+
version = "0.7.7",
153153
visibility = ["//visibility:public"],
154154
)
155155

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Subpackage targets (finer-grained caching):
2222

2323
module(
2424
name = "tummycrypt_scheduling_kit",
25-
version = "0.7.6",
25+
version = "0.7.7",
2626
compatibility_level = 1,
2727
)
2828

docs/generated/package-surface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Generated from `package.json` and the current `src/` tree.
1111
| Field | Value |
1212
| --- | --- |
1313
| Package | `@tummycrypt/scheduling-kit` |
14-
| Version | `0.7.6` |
14+
| Version | `0.7.7` |
1515
| Description | Backend-agnostic scheduling components with alternative payment support |
1616
| Node range | `>=20 <25` |
1717
| Repository | https://github.com/Jesssullivan/scheduling-kit.git |

docs/generated/release-metadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Generated from `package.json`, `MODULE.bazel`, `BUILD.bazel`,
1111

1212
| Surface | Value |
1313
| --- | --- |
14-
| package.json version | `0.7.6` |
15-
| MODULE.bazel version | `0.7.6` |
16-
| BUILD.bazel npm_package version | `0.7.6` |
14+
| package.json version | `0.7.7` |
15+
| MODULE.bazel version | `0.7.7` |
16+
| BUILD.bazel npm_package version | `0.7.7` |
1717
| BUILD.bazel package name | `@tummycrypt/scheduling-kit` |
1818
| .bazelversion | `8.1.1` |
1919
| pnpm packageManager | `pnpm@9.15.9` |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tummycrypt/scheduling-kit",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Backend-agnostic scheduling components with alternative payment support",
55
"type": "module",
66
"packageManager": "pnpm@9.15.9",

0 commit comments

Comments
 (0)