Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ npm_package(
],
package = "@tummycrypt/scheduling-kit",
tags = ["manual"],
version = "0.9.0",
version = "0.9.1",
visibility = ["//visibility:public"],
)

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Subpackage targets (finer-grained caching):

module(
name = "tummycrypt_scheduling_kit",
version = "0.9.0",
version = "0.9.1",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion docs/generated/package-surface.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Generated from `package.json` and the current `src/` tree.
| Field | Value |
| --- | --- |
| Package | `@tummycrypt/scheduling-kit` |
| Version | `0.9.0` |
| Version | `0.9.1` |
| Description | Backend-agnostic scheduling components with alternative payment support |
| Node range | `>=20 <25` |
| Repository | https://github.com/Jesssullivan/scheduling-kit.git |
Expand Down
6 changes: 3 additions & 3 deletions docs/generated/release-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Generated from `package.json`, `MODULE.bazel`, `BUILD.bazel`,

| Surface | Value |
| --- | --- |
| package.json version | `0.9.0` |
| MODULE.bazel version | `0.9.0` |
| BUILD.bazel npm_package version | `0.9.0` |
| package.json version | `0.9.1` |
| MODULE.bazel version | `0.9.1` |
| BUILD.bazel npm_package version | `0.9.1` |
| BUILD.bazel package name | `@tummycrypt/scheduling-kit` |
| .bazelversion | `8.1.1` |
| pnpm packageManager | `pnpm@9.15.9` |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tummycrypt/scheduling-kit",
"version": "0.9.0",
"version": "0.9.1",
"description": "Backend-agnostic scheduling components with alternative payment support",
"type": "module",
"packageManager": "pnpm@9.15.9",
Expand Down
Loading