Skip to content

Commit b332704

Browse files
committed
v0.34.0
1 parent efa8015 commit b332704

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This changelog covers all three packages, as they are (for now) updated as a whole
44

5-
## UNRELEASED
5+
## v0.34.0
66

77
- Add folders with list & grid views, allow drag & drop uploads #228
88
- Show icons in sidebar

data-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@
7272
"test-query": "PWDEBUG=1 npx playwright test \"e2e.spec.ts\" -g",
7373
"typecheck": "tsc --noEmit"
7474
},
75-
"version": "0.32.1"
75+
"version": "0.34.0"
7676
}

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"source": "src/index.ts",
3939
"type": "module",
4040
"types": "dist/src/index.d.ts",
41-
"version": "0.32.1",
41+
"version": "0.34.0",
4242
"gitHead": "2172c73d8df4e5f273e6386676abc91b6c5b2707"
4343
}

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"source": "src/index.ts",
3434
"type": "module",
3535
"types": "dist/src/index.d.ts",
36-
"version": "0.32.1",
36+
"version": "0.34.0",
3737
"gitHead": "2172c73d8df4e5f273e6386676abc91b6c5b2707"
3838
}

0 commit comments

Comments
 (0)