Skip to content

Commit

Permalink
Merge pull request #19 from vuestorefront-community/dev
Browse files Browse the repository at this point in the history
chore: release version 1.1.2
  • Loading branch information
odranoelBR authored Feb 16, 2022
2 parents c6dc8e9 + d963b49 commit 41cdcdf
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 39 deletions.
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/odoo-api",
"version": "1.1.1",
"version": "1.1.2",
"private": false,
"sideEffects": false,
"server": "server/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/odoo",
"version": "1.1.1",
"version": "1.1.2",
"private": false,
"sideEffects": false,
"main": "lib/index.cjs.js",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@nuxtjs/composition-api": "0.31.0",
"@vue-storefront/core": "2.5.4",
"@vue-storefront/odoo-api": "1.1.1"
"@vue-storefront/odoo-api": "1.1.2"
},
"peerDependencies": {
"@vue/composition-api": "1.2.4"
Expand Down
3 changes: 2 additions & 1 deletion packages/composables/src/composables/getters/facetGetters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ const getGrouped = (
id: String(value.search),
value: value.id,
label: value.name,
metadata: value.search
metadata: value.search,
htmlColor: value.htmlColor
}))
}));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ export const attributesFormatedForCategory = [
count: 0,
type: 'color',
options: [
{ type: '', id: '2-3', value: 3, label: 'White', metadata: '2-3' },
{ type: '', id: '2-4', value: 4, label: 'Black', metadata: '2-4' },
{ type: '', id: '2-51', value: 51, label: 'Blue', metadata: '2-51' }
{ type: '', id: '2-3', value: 3, label: 'White', metadata: '2-3', htmlColor: '#FFFFFF' },
{ type: '', id: '2-4', value: 4, label: 'Black', metadata: '2-4', htmlColor: '#000000' },
{ type: '', id: '2-51', value: 51, label: 'Blue', metadata: '2-51', htmlColor: '#1E90FF' }
]
},
{
Expand All @@ -38,35 +38,35 @@ export const attributesFormatedForCategory = [
count: 0,
type: 'select',
options: [
{ type: '', id: '4-8', value: 8, label: 'One Size', metadata: '4-8' },
{ type: '', id: '4-9', value: 9, label: '5', metadata: '4-9' },
{ type: '', id: '4-10', value: 10, label: '6', metadata: '4-10' },
{ type: '', id: '4-11', value: 11, label: '7', metadata: '4-11' },
{ type: '', id: '4-12', value: 12, label: '8', metadata: '4-12' },
{ type: '', id: '4-13', value: 13, label: '9', metadata: '4-13' },
{ type: '', id: '4-14', value: 14, label: '10', metadata: '4-14' },
{ type: '', id: '4-15', value: 15, label: '11', metadata: '4-15' },
{ type: '', id: '4-16', value: 16, label: '12', metadata: '4-16' },
{ type: '', id: '4-17', value: 17, label: '13', metadata: '4-17' },
{ type: '', id: '4-18', value: 18, label: '34', metadata: '4-18' },
{ type: '', id: '4-19', value: 19, label: '35', metadata: '4-19' },
{ type: '', id: '4-20', value: 20, label: '36', metadata: '4-20' },
{ type: '', id: '4-21', value: 21, label: '37', metadata: '4-21' },
{ type: '', id: '4-22', value: 22, label: '38', metadata: '4-22' },
{ type: '', id: '4-23', value: 23, label: '39', metadata: '4-23' },
{ type: '', id: '4-24', value: 24, label: '40', metadata: '4-24' },
{ type: '', id: '4-25', value: 25, label: '41', metadata: '4-25' },
{ type: '', id: '4-26', value: 26, label: '42', metadata: '4-26' },
{ type: '', id: '4-27', value: 27, label: '43', metadata: '4-27' },
{ type: '', id: '4-28', value: 28, label: '44', metadata: '4-28' },
{ type: '', id: '4-29', value: 29, label: '45', metadata: '4-29' },
{ type: '', id: '4-30', value: 30, label: '46', metadata: '4-30' },
{ type: '', id: '4-31', value: 31, label: '47', metadata: '4-31' },
{ type: '', id: '4-32', value: 32, label: '48', metadata: '4-32' },
{ type: '', id: '4-33', value: 33, label: '49', metadata: '4-33' },
{ type: '', id: '4-34', value: 34, label: '50', metadata: '4-34' },
{ type: '', id: '4-35', value: 35, label: '51', metadata: '4-35' },
{ type: '', id: '4-36', value: 36, label: '52', metadata: '4-36' }
{ type: '', id: '4-8', value: 8, label: 'One Size', metadata: '4-8', htmlColor: null },
{ type: '', id: '4-9', value: 9, label: '5', metadata: '4-9', htmlColor: null},
{ type: '', id: '4-10', value: 10, label: '6', metadata: '4-10', htmlColor: null},
{ type: '', id: '4-11', value: 11, label: '7', metadata: '4-11', htmlColor: null},
{ type: '', id: '4-12', value: 12, label: '8', metadata: '4-12', htmlColor: null},
{ type: '', id: '4-13', value: 13, label: '9', metadata: '4-13', htmlColor: null},
{ type: '', id: '4-14', value: 14, label: '10', metadata: '4-14', htmlColor: null},
{ type: '', id: '4-15', value: 15, label: '11', metadata: '4-15', htmlColor: null},
{ type: '', id: '4-16', value: 16, label: '12', metadata: '4-16', htmlColor: null},
{ type: '', id: '4-17', value: 17, label: '13', metadata: '4-17', htmlColor: null},
{ type: '', id: '4-18', value: 18, label: '34', metadata: '4-18', htmlColor: null},
{ type: '', id: '4-19', value: 19, label: '35', metadata: '4-19', htmlColor: null},
{ type: '', id: '4-20', value: 20, label: '36', metadata: '4-20', htmlColor: null},
{ type: '', id: '4-21', value: 21, label: '37', metadata: '4-21', htmlColor: null},
{ type: '', id: '4-22', value: 22, label: '38', metadata: '4-22', htmlColor: null},
{ type: '', id: '4-23', value: 23, label: '39', metadata: '4-23', htmlColor: null},
{ type: '', id: '4-24', value: 24, label: '40', metadata: '4-24', htmlColor: null},
{ type: '', id: '4-25', value: 25, label: '41', metadata: '4-25', htmlColor: null},
{ type: '', id: '4-26', value: 26, label: '42', metadata: '4-26', htmlColor: null},
{ type: '', id: '4-27', value: 27, label: '43', metadata: '4-27', htmlColor: null},
{ type: '', id: '4-28', value: 28, label: '44', metadata: '4-28', htmlColor: null},
{ type: '', id: '4-29', value: 29, label: '45', metadata: '4-29', htmlColor: null},
{ type: '', id: '4-30', value: 30, label: '46', metadata: '4-30', htmlColor: null},
{ type: '', id: '4-31', value: 31, label: '47', metadata: '4-31', htmlColor: null},
{ type: '', id: '4-32', value: 32, label: '48', metadata: '4-32', htmlColor: null},
{ type: '', id: '4-33', value: 33, label: '49', metadata: '4-33', htmlColor: null},
{ type: '', id: '4-34', value: 34, label: '50', metadata: '4-34', htmlColor: null},
{ type: '', id: '4-35', value: 35, label: '51', metadata: '4-35', htmlColor: null},
{ type: '', id: '4-36', value: 36, label: '52', metadata: '4-36', htmlColor: null }
]
},
{
Expand All @@ -75,7 +75,7 @@ export const attributesFormatedForCategory = [
count: 0,
type: 'radio',
options: [
{ type: '', id: '5-37', value: 37, label: 'Cotton', metadata: '5-37' }
{ type: '', id: '5-37', value: 37, label: 'Cotton', metadata: '5-37', htmlColor: null }
]
}
];
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/odoo-theme",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"build": "nuxt build -m --dotenv .env_production",
Expand All @@ -25,7 +25,7 @@
"@vue-storefront/middleware": "2.5.4",
"@vue-storefront/nuxt": "2.5.4",
"@vue-storefront/nuxt-theme": "2.5.4",
"@vue-storefront/odoo": "1.1.1",
"@vue-storefront/odoo": "1.1.2",
"cookie-universal-nuxt": "^2.1.3",
"core-js": "^2.6.5",
"nuxt": "2.15.6",
Expand Down

0 comments on commit 41cdcdf

Please sign in to comment.