Skip to content

Commit b497f83

Browse files
committed
chore(release): 1.0.36
1 parent 52e087d commit b497f83

8 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.36](https://github.com/boilingdata/boilingdata-bdcli/compare/v1.0.35...v1.0.36) (2024-03-07)
6+
57
### [1.0.35](https://github.com/boilingdata/boilingdata-bdcli/compare/v1.0.34...v1.0.35) (2024-03-07)
68

79
### [1.0.34](https://github.com/boilingdata/boilingdata-bdcli/compare/v1.0.33...v1.0.34) (2024-02-29)

dist/cjs/VERSION.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export declare const VERSION = "1.0.35";
1+
export declare const VERSION = "1.0.36";

dist/cjs/VERSION.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.VERSION = void 0;
4-
exports.VERSION = "1.0.35";
4+
exports.VERSION = "1.0.36";

dist/cjs/bdcli/commands/sandbox/bdcli-sandbox-create-role.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async function show(options, _command) {
5757
const region = bdSandbox.region;
5858
const bdAccount = new account_js_1.BDAccount({ logger, authToken: token });
5959
const bdDataSources = new dataset_js_1.BDDataSourceConfig({ logger });
60-
bdDataSources.withConfig({ dataSources: bdSandbox.tmpl.resources.storage });
60+
bdDataSources.withConfig({ dataSource: bdSandbox.tmpl.resources.storage });
6161
const bdRole = new iam_roles_js_1.BDIamRole({
6262
...options,
6363
logger,

dist/esm/VERSION.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export declare const VERSION = "1.0.35";
1+
export declare const VERSION = "1.0.36";

dist/esm/VERSION.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "1.0.35";
1+
export const VERSION = "1.0.36";

dist/esm/bdcli/commands/sandbox/bdcli-sandbox-create-role.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async function show(options, _command) {
3232
const region = bdSandbox.region;
3333
const bdAccount = new BDAccount({ logger, authToken: token });
3434
const bdDataSources = new BDDataSourceConfig({ logger });
35-
bdDataSources.withConfig({ dataSources: bdSandbox.tmpl.resources.storage });
35+
bdDataSources.withConfig({ dataSource: bdSandbox.tmpl.resources.storage });
3636
const bdRole = new BDIamRole({
3737
...options,
3838
logger,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boilingdata/boilingdata-bdcli",
3-
"version": "1.0.35",
3+
"version": "1.0.36",
44
"description": "BoilingData command-line client - bdcli",
55
"exports": {
66
"import": "./dist/esm/index.js",

0 commit comments

Comments
 (0)