@fdm-monster/client-next 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.yarn/install-state.gz +0 -0
- package/RELEASE_NOTES.MD +34 -1
- package/dist/assets/index-Cjfivo0R.js +90 -0
- package/dist/assets/index-Cjfivo0R.js.map +1 -0
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/dist/assets/index-CnWtkGvw.js +0 -90
- package/dist/assets/index-CnWtkGvw.js.map +0 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,4 +1,37 @@
|
|
|
1
|
-
# Client
|
|
1
|
+
# Client 0.0.4
|
|
2
|
+
|
|
3
|
+
## Fixes:
|
|
4
|
+
|
|
5
|
+
- File model and upload api brought up-to-date
|
|
6
|
+
|
|
7
|
+
# Client 0.0.3
|
|
8
|
+
|
|
9
|
+
## Features:
|
|
10
|
+
|
|
11
|
+
- Added experimental settings page with client toggle
|
|
12
|
+
|
|
13
|
+
## Fixes
|
|
14
|
+
|
|
15
|
+
- Removed `debugger` statement from feature store
|
|
16
|
+
|
|
17
|
+
# Client 0.0.2
|
|
18
|
+
|
|
19
|
+
## Fix:
|
|
20
|
+
|
|
21
|
+
- Add .npmignore: ignore a bunch of code in NPM release
|
|
22
|
+
|
|
23
|
+
# Client 0.0.1
|
|
24
|
+
|
|
25
|
+
## Features:
|
|
26
|
+
|
|
27
|
+
- Added GHA workflows
|
|
28
|
+
- Published NPM package
|
|
29
|
+
|
|
30
|
+
## Fixes:
|
|
31
|
+
|
|
32
|
+
- Made it compile
|
|
33
|
+
|
|
34
|
+
# Client 0.0.0
|
|
2
35
|
|
|
3
36
|
Changes:
|
|
4
37
|
|