From 076b0d774eace8377d12d52fb0ceb2c9f17c9ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Fri, 25 Feb 2022 10:57:25 +0100 Subject: [PATCH] [REL] v2.0.0-alpha.3 # v2.0.0-alpha.3 A new release, with the fine grained reactivity applied to component props, and changes in the way Owl render subcomponents: it can now skip patching and or rendering child components if needed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e70d57d0..0671aaff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odoo/owl", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "description": "Odoo Web Library (OWL)", "main": "dist/owl.cjs.js", "browser": "dist/owl.iife.js",