Skip to content

Commit 00c078c

Browse files
bump versions
1 parent 42712e8 commit 00c078c

File tree

6 files changed

+25
-28
lines changed

6 files changed

+25
-28
lines changed

.changeset/gorgeous-pots-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/popular-pets-smell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-shoes-hunt.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/tricky-garlics-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# d1-manager
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`556d67b`](https://github.com/JacobLinCool/d1-manager/commit/556d67b240b1ce4a7c2964e434019ba9d2c2bced) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - First Release for Web UI and API
8+
9+
- [x] Multiple D1 Databases
10+
- [x] List all tables in a database
11+
- [x] Show table schema
12+
- [x] Run SQL queries
13+
- [x] I18n support (English, Chinese)
14+
- [x] API support
15+
16+
### Minor Changes
17+
18+
- [#6](https://github.com/JacobLinCool/d1-manager/pull/6) [`b620c83`](https://github.com/JacobLinCool/d1-manager/commit/b620c834180964630e2c4a2dd727607b0367ac53) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Add CSV Support (Export / Import)
19+
20+
- [#34](https://github.com/JacobLinCool/d1-manager/pull/34) [`4312025`](https://github.com/JacobLinCool/d1-manager/commit/43120250e34b0f37f63da5c0e54f1d74b78654e8) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support Cloudflare AI as query builder
21+
22+
### Patch Changes
23+
24+
- [`cd94990`](https://github.com/JacobLinCool/d1-manager/commit/cd949901c4b83056a2daa9a8740c29977cf39fae) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Change D1 shim fallback logic

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "d1-manager",
33
"description": "D1 Manager is a web UI and API for Cloudflare D1, a serverless SQL database. It provides a user-friendly interface for managing databases, tables, and records, as well as an API for performing operations programmatically. D1 Manager simplifies database management, enabling users to focus on their data.",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"files": [
77
".svelte-kit/cloudflare"

0 commit comments

Comments
 (0)