studiocms 0.1.0 → 0.1.1
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/CHANGELOG.md +15 -0
- package/dist/virtuals/scripts/StorageFileBrowser.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# studiocms
|
|
2
2
|
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1181](https://github.com/withstudiocms/studiocms/pull/1181) [`a169a89`](https://github.com/withstudiocms/studiocms/commit/a169a893338947b425e87057cc77401f33abcbfd) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @iconify-json/simple-icons to ^1.2.66
|
|
8
|
+
|
|
9
|
+
- [#1186](https://github.com/withstudiocms/studiocms/pull/1186) [`415a512`](https://github.com/withstudiocms/studiocms/commit/415a51241ffddf5045ad8f8d695a5f40a86b5af7) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - fix workspace package dependency specifiers
|
|
10
|
+
|
|
11
|
+
- [#1187](https://github.com/withstudiocms/studiocms/pull/1187) [`1b2a0c5`](https://github.com/withstudiocms/studiocms/commit/1b2a0c57299544caeba18205ca85a8ca0381d7cb) Thanks [@aliozinan](https://github.com/aliozinan)! - Fix create folder bug in s3-storage PUT request handler
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`415a512`](https://github.com/withstudiocms/studiocms/commit/415a51241ffddf5045ad8f8d695a5f40a86b5af7)]:
|
|
14
|
+
- @withstudiocms/component-registry@0.1.1
|
|
15
|
+
- @withstudiocms/auth-kit@0.1.1
|
|
16
|
+
- @withstudiocms/sdk@0.1.1
|
|
17
|
+
|
|
3
18
|
## 0.1.0
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "studiocms",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A Community-Driven Astro native CMS. Built from the ground up by the Astro community.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "withstudiocms",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"type": "module",
|
|
223
223
|
"dependencies": {
|
|
224
224
|
"@iconify-json/flat-color-icons": "^1.2.3",
|
|
225
|
-
"@iconify-json/simple-icons": "^1.2.
|
|
225
|
+
"@iconify-json/simple-icons": "^1.2.66",
|
|
226
226
|
"@iconify-json/circle-flags": "^1.2.10",
|
|
227
227
|
"@inox-tools/runtime-logger": "^0.7.0",
|
|
228
228
|
"@nanostores/i18n": "^1.2.2",
|
|
@@ -251,14 +251,14 @@
|
|
|
251
251
|
"tinyglobby": "^0.2.15",
|
|
252
252
|
"ultrahtml": "^1.6.0",
|
|
253
253
|
"web-vitals": "^5.1.0",
|
|
254
|
-
"@withstudiocms/internal_helpers": "0.1.0",
|
|
255
|
-
"@withstudiocms/auth-kit": "0.1.
|
|
256
|
-
"@withstudiocms/component-registry": "0.1.
|
|
257
|
-
"@withstudiocms/config-utils": "0.1.0",
|
|
258
|
-
"@withstudiocms/effect": "0.1.0",
|
|
259
|
-
"@withstudiocms/template-lang": "0.1.0",
|
|
260
|
-
"@withstudiocms/kysely": "0.1.0",
|
|
261
|
-
"@withstudiocms/sdk": "0.1.
|
|
254
|
+
"@withstudiocms/internal_helpers": "^0.1.0",
|
|
255
|
+
"@withstudiocms/auth-kit": "^0.1.1",
|
|
256
|
+
"@withstudiocms/component-registry": "^0.1.1",
|
|
257
|
+
"@withstudiocms/config-utils": "^0.1.0",
|
|
258
|
+
"@withstudiocms/effect": "^0.1.0",
|
|
259
|
+
"@withstudiocms/template-lang": "^0.1.0",
|
|
260
|
+
"@withstudiocms/kysely": "^0.1.0",
|
|
261
|
+
"@withstudiocms/sdk": "^0.1.1"
|
|
262
262
|
},
|
|
263
263
|
"devDependencies": {
|
|
264
264
|
"@types/mdast": "^4.0.4",
|