@kitconcept/volto-light-theme 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 3.1.1 (2024-03-08)
12
+
13
+ ### Bugfix
14
+
15
+ - Fix typo in container deprecation notice @sneridagh [#362](https://github.com/kitconcept/volto-light-theme/pull/362)
16
+
11
17
  ## 3.1.0 (2024-03-08)
12
18
 
13
19
  ### Feature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/volto-light-theme",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Volto Light Theme by kitconcept",
5
5
  "main": "src/index.js",
6
6
  "repository": {
@@ -8,7 +8,7 @@ const Container = (props) => {
8
8
 
9
9
  const Component = getElementType(Container, props);
10
10
  // eslint-disable-next-line no-console
11
- console.warning(
11
+ console.warn(
12
12
  'The Container component in: @kitconcept/volto-light-theme/src/components/Atoms/Container/Container.jsx is deprecated, and it will be removed in the next major release of this package. Please use the one in @plone/components instead.',
13
13
  );
14
14
  return (