Skip to content

Commit

Permalink
update: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Nov 22, 2023
1 parent 915fd32 commit 50a7636
Show file tree
Hide file tree
Showing 20 changed files with 62 additions and 40 deletions.
44 changes: 22 additions & 22 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { addDataToSheet } from './lib/addDataToSheet';
export { getDataFromSheet } from './lib/getDataFromSheet';
export { createNewSheet } from './lib/createNewSheet';
export type * from './spreadsheetTypes';
2 changes: 1 addition & 1 deletion dist/src/lib/version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VERSION = "0.1.2";
export declare const VERSION = "0.1.3";
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/functions/addDataToSheet.html

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions docs/functions/createNewSheet.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getDataFromSheet.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/modules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/AddSheetResponse.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/AppendDataResponse.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/CreateNewSheetResponse.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/GridProperties.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/SheetProperties.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/SpreadsheetData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/SpreadsheetRow.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeet-framework/spreadsheet-utils",
"version": "0.1.2",
"version": "0.1.3",
"description": "Skeet Framework Plugin - Spreadsheet Utils",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -55,4 +55,4 @@
"typedoc": "0.25.3",
"typescript": "5.3.2"
}
}
}
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { addDataToSheet } from './lib/addDataToSheet'
export { getDataFromSheet } from './lib/getDataFromSheet'
export { createNewSheet } from './lib/createNewSheet'
export type * from './spreadsheetTypes'
2 changes: 1 addition & 1 deletion src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.1.2'
export const VERSION = '0.1.3'

0 comments on commit 50a7636

Please sign in to comment.