@kitconcept/volto-light-theme 8.0.0-alpha.20 → 8.0.0-alpha.22

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,7 +1,11 @@
1
- ## 8.0.0-alpha.20 (2026-04-21)
1
+ ## 8.0.0-alpha.22 (2026-04-29)
2
2
 
3
3
  ### Bugfix
4
4
 
5
- - Allow address in Footer to take all available space based on number of links columns. @danalvrz
5
+ - Added translation for the social media section in the footer. @jnptk
6
+
7
+ ### Documentation
8
+
9
+ - Updated docs on how to release the packages. @sneridagh [#842](https://github.com/kitconcept/volto-light-theme/pull/842)
6
10
 
7
11
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,22 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 8.0.0-alpha.22 (2026-04-29)
12
+
13
+ ### Bugfix
14
+
15
+ - Added translation for the social media section in the footer. @jnptk
16
+
17
+ ### Documentation
18
+
19
+ - Updated docs on how to release the packages. @sneridagh [#842](https://github.com/kitconcept/volto-light-theme/pull/842)
20
+
21
+ ## 8.0.0-alpha.21 (2026-04-22)
22
+
23
+ ### Internal
24
+
25
+ - Re-release of 8a20. @sneridagh
26
+
11
27
  ## 8.0.0-alpha.20 (2026-04-21)
12
28
 
13
29
  ### Bugfix
@@ -191,7 +191,7 @@ msgstr ""
191
191
  #. Default: "Follow us:"
192
192
  #: components/Footer/slots/FollowUsLogoAndLinks
193
193
  msgid "Follow us:"
194
- msgstr ""
194
+ msgstr "Besuchen Sie uns hier:"
195
195
 
196
196
  #. Default: "GNU GPL v2 license"
197
197
  #: components/Footer/slots/Copyright
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/volto-light-theme",
3
- "version": "8.0.0-alpha.20",
3
+ "version": "8.0.0-alpha.22",
4
4
  "description": "Volto Light Theme by kitconcept",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -26,20 +26,11 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "scripts": {
30
- "i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
31
- "dry-release": "release-it --dry-run",
32
- "release": "release-it",
33
- "release-major-alpha": "release-it major --preRelease=alpha",
34
- "release-alpha": "release-it --preRelease=alpha",
35
- "release-rc": "release-it --preRelease=rc"
36
- },
37
29
  "addons": [
38
30
  "@kitconcept/volto-bm3-compat"
39
31
  ],
40
32
  "devDependencies": {
41
33
  "@plone/scripts": "^3.6.2",
42
- "@plone/types": "workspace:*",
43
34
  "@storybook/react": "^8.6.12",
44
35
  "@testing-library/cypress": "10.0.3",
45
36
  "@testing-library/jest-dom": "^6.8.0",
@@ -55,20 +46,21 @@
55
46
  "redux-mock-store": "1.5.4",
56
47
  "release-it": "^19.0.3",
57
48
  "typescript": "^5.7.3",
58
- "vitest": "^3.1.2"
49
+ "vitest": "^3.1.2",
50
+ "@plone/types": "2.0.0-alpha.14"
59
51
  },
60
52
  "dependencies": {
61
53
  "@dnd-kit/core": "6.0.8",
62
54
  "@dnd-kit/sortable": "7.0.2",
63
55
  "@dnd-kit/utilities": "3.2.2",
64
- "@kitconcept/volto-bm3-compat": "workspace:^",
65
- "@plone/components": "workspace:^",
66
56
  "embla-carousel-autoplay": "^8.0.0",
67
57
  "embla-carousel-react": "^8.0.0",
68
58
  "react-animate-height": "^3.2.3",
69
59
  "react-aria-components": "^1.14.0",
70
60
  "react-colorful": "^5.6.1",
71
- "uuid": "^11.0.0"
61
+ "uuid": "^11.0.0",
62
+ "@plone/components": "^4.0.0-alpha.4",
63
+ "@kitconcept/volto-bm3-compat": "^1.0.0-alpha.1"
72
64
  },
73
65
  "peerDependencies": {
74
66
  "classnames": "^2.5.1",
@@ -78,5 +70,13 @@
78
70
  "react-intl": "^3.12.1",
79
71
  "react-redux": "^8.1.2",
80
72
  "react-router-dom": "^5.2.0"
73
+ },
74
+ "scripts": {
75
+ "i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
76
+ "dry-release": "release-it --dry-run",
77
+ "release": "release-it",
78
+ "release-major-alpha": "release-it major --preRelease=alpha",
79
+ "release-alpha": "release-it --preRelease=alpha",
80
+ "release-rc": "release-it --preRelease=rc"
81
81
  }
82
- }
82
+ }
File without changes
File without changes