From 6d17e19e4f54051ddecf0d1c51c5299fc7d26022 Mon Sep 17 00:00:00 2001 From: Oleg Isonen Date: Thu, 9 Feb 2023 18:36:42 +0000 Subject: [PATCH] v10.10.0 --- changelog.md | 2 ++ lerna.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0232f43eb..9edc38172 100755 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ Since you are interested in what happens next, in case, you work for a for-profi ## Next (version and date will be generated, add changes below) +## 10.10.0 (2023-2-9) + ### Improvements - [jss] Added support for @container query [1637](https://github.com/cssinjs/jss/pull/1637) diff --git a/lerna.json b/lerna.json index fe7b03033..4796ae8f4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "10.9.2", + "version": "10.10.0", "command": { "publish": { "allow-branch": ["master"]