From 2e03332acd86eae0df0f42648ac5f1589e54e218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Wed, 22 Jun 2022 10:33:12 +0200 Subject: [PATCH] [REL] v2.0.0-beta-10 # 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a8377197..6e78656d1 100644 --- a/package.json +++ b/package.json @@ -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",