@kitconcept/core 1.0.0-alpha.1 → 1.0.0-alpha.2

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.draft CHANGED
@@ -1,10 +1,11 @@
1
- ## 1.0.0-alpha.1 (2025-05-09)
1
+ ## 1.0.0-alpha.2 (2025-05-13)
2
2
 
3
3
  ### Feature
4
4
 
5
- - Add @kitconcept/volto-light-theme as dependency. @ericof
6
- - Add @plonegovbr/socialmedia as dependency. @ericof
7
- - Add volto-form-block as dependency. @ericof
8
- - Use @plone/volto version 18.19.0 @ericof
5
+ - Upgrade @plone/volto to version 18.20.0. @ericof
6
+
7
+ ### Internal
8
+
9
+ - Rename packages/core to packages/kitconcept-core to avoid confusion with Volto core checkout. @ericof [#5](https://github.com/kitconcept/kitconcept-core/issue/5)
9
10
 
10
11
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,16 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 1.0.0-alpha.2 (2025-05-13)
12
+
13
+ ### Feature
14
+
15
+ - Upgrade @plone/volto to version 18.20.0. @ericof
16
+
17
+ ### Internal
18
+
19
+ - Rename packages/core to packages/kitconcept-core to avoid confusion with Volto core checkout. @ericof [#5](https://github.com/kitconcept/kitconcept-core/issue/5)
20
+
11
21
  ## 1.0.0-alpha.1 (2025-05-09)
12
22
 
13
23
  ### Feature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.2",
4
4
  "description": "Core setup for kitconcept GmbH distributions built on top of Plone",
5
5
  "main": "src/index.ts",
6
6
  "license": "MIT",