From 2cece899f4f46ba43c15a282877cb341ec504a3b Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Thu, 22 Feb 2024 10:00:16 -0800 Subject: [PATCH] bump pxt and major version (#1472) * bump pxt and major version * bump pxt again * bump core again --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 46ea40b2e..4bebe7a66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pxt-common-packages", - "version": "11.1.6", + "version": "12.0.0", "description": "Microsoft MakeCode (PXT) common packages", "keywords": [ "MakeCode", @@ -24,7 +24,7 @@ "libs/**/*" ], "dependencies": { - "pxt-core": "8.6.32" + "pxt-core": "10.0.3" }, "devDependencies": { "typescript": "^4.2.3"