Skip to content

Commit 9f68748

Browse files
committed
chore: bump version to v1.0.5
1 parent 5ed2b19 commit 9f68748

File tree

1 file changed

+72
-12
lines changed

1 file changed

+72
-12
lines changed

package.json

Lines changed: 72 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "solo-erin",
33
"description": "A Ghost theme",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"private": true,
66
"engines": {
77
"ghost": ">=5.0.0"
@@ -48,20 +48,32 @@
4848
},
4949
"navigation_layout": {
5050
"type": "select",
51-
"options": ["Logo on the left", "Logo in the middle", "Stacked"],
51+
"options": [
52+
"Logo on the left",
53+
"Logo in the middle",
54+
"Stacked"
55+
],
5256
"default": "Logo on the left"
5357
},
5458
"typography": {
5559
"type": "select",
56-
"options": ["Modern sans-serif", "Elegant serif", "Consistent mono"],
60+
"options": [
61+
"Modern sans-serif",
62+
"Elegant serif",
63+
"Consistent mono"
64+
],
5765
"default": "Modern sans-serif"
5866
},
5967
"footer_text": {
6068
"type": "text"
6169
},
6270
"header_section_layout": {
6371
"type": "select",
64-
"options": ["Side by side", "Large background", "Typographic profile"],
72+
"options": [
73+
"Side by side",
74+
"Large background",
75+
"Typographic profile"
76+
],
6577
"default": "Large background",
6678
"group": "homepage"
6779
},
@@ -77,7 +89,11 @@
7789
},
7890
"post_feed_layout": {
7991
"type": "select",
80-
"options": ["Classic", "Typographic", "Parallax"],
92+
"options": [
93+
"Classic",
94+
"Typographic",
95+
"Parallax"
96+
],
8197
"default": "Classic",
8298
"group": "homepage"
8399
},
@@ -89,21 +105,43 @@
89105
},
90106
"immersive_max_posts": {
91107
"type": "select",
92-
"options": ["3", "4", "5", "6", "8", "10"],
108+
"options": [
109+
"3",
110+
"4",
111+
"5",
112+
"6",
113+
"8",
114+
"10"
115+
],
93116
"default": "6",
94117
"label": "Immersive: number of slides",
95118
"group": "homepage"
96119
},
97120
"immersive_overlay_opacity": {
98121
"type": "select",
99-
"options": ["0.1", "0.15", "0.2", "0.25", "0.3", "0.4", "0.5"],
122+
"options": [
123+
"0.1",
124+
"0.15",
125+
"0.2",
126+
"0.25",
127+
"0.3",
128+
"0.4",
129+
"0.5"
130+
],
100131
"default": "0.25",
101132
"label": "Immersive: overlay darkness",
102133
"group": "homepage"
103134
},
104135
"immersive_blur_px": {
105136
"type": "select",
106-
"options": ["0", "4", "8", "12", "16", "20"],
137+
"options": [
138+
"0",
139+
"4",
140+
"8",
141+
"12",
142+
"16",
143+
"20"
144+
],
107145
"default": "12",
108146
"label": "Immersive: background blur (px)",
109147
"group": "homepage"
@@ -116,28 +154,50 @@
116154
},
117155
"immersive_interval_ms": {
118156
"type": "select",
119-
"options": ["3000", "4000", "5000", "6000", "8000", "10000"],
157+
"options": [
158+
"3000",
159+
"4000",
160+
"5000",
161+
"6000",
162+
"8000",
163+
"10000"
164+
],
120165
"default": "6000",
121166
"label": "Immersive: auto-advance interval (ms)",
122167
"group": "homepage"
123168
},
124169
"immersive_rail_style": {
125170
"type": "select",
126-
"options": ["Titles only", "Numbers only", "Titles with numbers", "Dots only"],
171+
"options": [
172+
"Titles only",
173+
"Numbers only",
174+
"Titles with numbers",
175+
"Dots only"
176+
],
127177
"default": "Titles only",
128178
"label": "Immersive: navigation rail style",
129179
"group": "homepage"
130180
},
131181
"immersive_rail_position": {
132182
"type": "select",
133-
"options": ["Bottom center", "Bottom left", "Bottom right", "Side left", "Side right"],
183+
"options": [
184+
"Bottom center",
185+
"Bottom left",
186+
"Bottom right",
187+
"Side left",
188+
"Side right"
189+
],
134190
"default": "Bottom center",
135191
"label": "Immersive: navigation rail position",
136192
"group": "homepage"
137193
},
138194
"immersive_rail_size": {
139195
"type": "select",
140-
"options": ["Small", "Medium", "Large"],
196+
"options": [
197+
"Small",
198+
"Medium",
199+
"Large"
200+
],
141201
"default": "Medium",
142202
"label": "Immersive: navigation rail size",
143203
"group": "homepage"

0 commit comments

Comments
 (0)