gatsby-core-theme 2.0.9 → 2.0.10
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
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [2.0.10](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v2.0.9...v2.0.10) (2022-01-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* added sample data ([9adb171](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/9adb1717b3a1060abc2e943991e371a3a3155843))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
* Merge branch 'master' of git.ilcd.rocks:team-floyd/themes/gatsby-themes ([104b2c9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/104b2c9c657e0f77d0b00b85bb6265da7c0fe3fd))
|
|
10
|
+
|
|
1
11
|
## [2.0.9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v2.0.8...v2.0.9) (2022-01-03)
|
|
2
12
|
|
|
3
13
|
|
package/package.json
CHANGED
|
@@ -165,6 +165,7 @@ export function getSampleOperatorCards(type) {
|
|
|
165
165
|
items: [
|
|
166
166
|
{
|
|
167
167
|
path: '/rizk',
|
|
168
|
+
title: 'rizk',
|
|
168
169
|
relation: {
|
|
169
170
|
name: 'Rizk',
|
|
170
171
|
rating: '5',
|
|
@@ -216,6 +217,7 @@ export function getSampleOperatorCards(type) {
|
|
|
216
217
|
},
|
|
217
218
|
{
|
|
218
219
|
path: '/captain-spins',
|
|
220
|
+
title: 'captain spins',
|
|
219
221
|
relation: {
|
|
220
222
|
name: 'Captain Spins',
|
|
221
223
|
logo_url: 'captain-spins-logopng07b24ceb59-original.png',
|
|
@@ -254,6 +256,7 @@ export function getSampleOperatorCards(type) {
|
|
|
254
256
|
},
|
|
255
257
|
{
|
|
256
258
|
path: '/casoola',
|
|
259
|
+
title: 'casoola',
|
|
257
260
|
relation: {
|
|
258
261
|
name: 'Casoola',
|
|
259
262
|
logo_url: 'casoola-logopng381ab5c04f-original.png',
|