Skip to content

Commit

Permalink
[REL] v2.0.0-beta-10
Browse files Browse the repository at this point in the history
# v2.0.0-beta-10

- ref: compiler: remove useless ; in compiled output
- ref: move some code around
- imp: app: small scale perf improvement
- imp: app: add fast path for when component has no prop
- imp: validation: add support for value types
- fix: compiler: escape backticks in attributes
  • Loading branch information
ged-odoo committed Jun 22, 2022
1 parent c16d7d5 commit 2e03332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odoo/owl",
"version": "2.0.0-beta-9",
"version": "2.0.0-beta-10",
"description": "Odoo Web Library (OWL)",
"main": "dist/owl.cjs.js",
"browser": "dist/owl.iife.js",
Expand Down

0 comments on commit 2e03332

Please sign in to comment.