Skip to content

Commit

Permalink
Merge pull request #25 from BBai-Tips/staging
Browse files Browse the repository at this point in the history
added missing commit for version bump
  • Loading branch information
cngarrison authored Sep 14, 2024
2 parents 0f34d56 + cd787a1 commit 4ca8861
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [0.0.14a-beta] - 2024-09-14

### Changed

- Release builds for each platform
- Updated docs for INSTALL and README


## [0.0.13-beta] - 2024-09-14

### Changed
Expand All @@ -18,8 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed BUI to also load apiHostname and startDir from URL
- Fixes for init wizard
- Changed tests to create configured project for each unit
- Release builds for each platform
- Updated docs for INSTALL and README


## [0.0.12b-beta] - 2024-09-08
Expand Down
2 changes: 1 addition & 1 deletion api/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbai-api",
"version": "0.0.13e-beta",
"version": "0.0.14a-beta",
"exports": "./src/main.ts",
"tasks": {
"start": "deno run --allow-read --allow-write --allow-run --allow-net --allow-env src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion bui/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"src/fixtures/**/*.ts"
]
},
"version": "0.0.13e-beta"
"version": "0.0.14a-beta"
}
2 changes: 1 addition & 1 deletion cli/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbai-cli",
"version": "0.0.13e-beta",
"version": "0.0.14a-beta",
"exports": "./src/main.ts",
"tasks": {
"start": "deno run --allow-env --allow-read --allow-write --allow-run --allow-net src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbai",
"version": "0.0.13e-beta",
"version": "0.0.14a-beta",
"exports": "./cli/src/main.ts",
"tasks": {
"tool:check-types-project": "deno task -c ./cli/deno.jsonc check-types && deno task -c ./bui/deno.jsonc check-types && deno task -c ./api/deno.jsonc check-types",
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.0.13e-beta";
export const VERSION = "0.0.14a-beta";

0 comments on commit 4ca8861

Please sign in to comment.