Skip to content

Commit

Permalink
Merge pull request #54 from vuestorefront-community/dev
Browse files Browse the repository at this point in the history
chore: release version 1.5.1
  • Loading branch information
odranoelBR authored Mar 20, 2023
2 parents 8a1a094 + e1c2317 commit 0e6c7ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
}
],
"no-undef": 2,
"no-unused-vars": 2,
"no-unused-vars": 0,
"brace-style": 2,
"no-mixed-spaces-and-tabs": 2,
"no-empty-pattern": 0,
"key-spacing": 2,
"comma-spacing": 2,
"array-bracket-spacing": 2,
Expand Down Expand Up @@ -122,7 +123,7 @@
"@typescript-eslint/no-var-requires": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/no-unused-vars": 2,
"@typescript-eslint/no-unused-vars": 0,
"@typescript-eslint/ban-ts-ignore": 0,
"@typescript-eslint/explicit-module-boundary-types": "off"
},
Expand Down
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.4.3-rc.18",
"version": "1.5.1",
"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.4.3-rc.18",
"version": "1.5.1",
"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.7.5",
"@vue-storefront/odoo-api": "1.4.3-rc.18",
"@vue-storefront/odoo-api": "1.5.1",
"winston": "^3.8.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 0e6c7ba

Please sign in to comment.