@paroicms/generator-site 0.13.4 → 0.13.6

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @paroicms/generator-site@0.13.4 build
2
+ > @paroicms/generator-site@0.13.6 build
3
3
  > postcss theme/assets/css/index.css -o theme/assets/index.css
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @paroicms/generator-site
2
2
 
3
+ ## 0.13.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 4934306: Fixed admin-ui crashes and field clearing
8
+ - Updated dependencies [4934306]
9
+ - @paroicms/site-generator-plugin@0.30.4
10
+
11
+ ## 0.13.5
12
+
13
+ ### Patch Changes
14
+
15
+ - cdc6b7b: Fixed login screen and improved UI
16
+
3
17
  ## 0.13.4
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/generator-site",
3
- "version": "0.13.4",
3
+ "version": "0.13.6",
4
4
  "description": "ParoiCMS generator website",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@paroicms/script-lib": "0.3.13",
26
- "@paroicms/site-generator-plugin": "0.30.3",
26
+ "@paroicms/site-generator-plugin": "0.30.4",
27
27
  "@paroicms/tiptap-editor-plugin": "1.2.2"
28
28
  },
29
29
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {% layout 'layouts/main-layout.liquid' %}
2
2
  {% block %}
3
- <div class="Container pad text Mt Mb">
3
+ <div class="Container pad text">
4
4
  <p>
5
5
  {% for translation in doc.translations %}
6
6
  <a href="{{ translation.url }}">{{ translation.languageLabel }}</a>