Skip to content

Commit

Permalink
Merge pull request #20 from vuestorefront-community/dev
Browse files Browse the repository at this point in the history
chore: release version 1.1.3
  • Loading branch information
odranoelBR authored Feb 16, 2022
2 parents 41cdcdf + f9e3017 commit 29270b4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2",
"version": "1.1.3",
"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.2",
"version": "1.1.3",
"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.2"
"@vue-storefront/odoo-api": "1.1.3"
},
"peerDependencies": {
"@vue/composition-api": "1.2.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const getProductGallery = (
const big = normal;

images.push({
small: `${product?.smallImage?.replace('/', '') || ''}`,
small: `${product?.smallImage || ''}`,
big,
normal
});
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "1.1.3",
"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.2",
"@vue-storefront/odoo": "1.1.3",
"cookie-universal-nuxt": "^2.1.3",
"core-js": "^2.6.5",
"nuxt": "2.15.6",
Expand All @@ -46,7 +46,7 @@
"autoprefixer": "^10.2.6",
"babel-jest": "^24.1.0",
"cypress": "7.5.0",
"lint-staged": "^11.1.2",
"lint-staged": "^11.1.3",
"postcss": "^8.3.5",
"tailwindcss": "^2.1.4",
"vue-cli-plugin-tailwind": "~2.0.6",
Expand Down

0 comments on commit 29270b4

Please sign in to comment.