@se-studio/core-ui 1.0.168 → 1.0.169

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # @se-studio/core-ui
2
2
 
3
+ ## 1.0.169
4
+
5
+ ### Patch Changes
6
+
7
+ - Version bump: patch for changed packages
8
+ - Updated dependencies
9
+ - @se-studio/contentful-rest-api@1.0.169
10
+ - @se-studio/core-data-types@1.0.161
11
+
3
12
  ## 1.0.168
4
13
 
5
14
  ### Patch Changes
6
15
 
16
+ - Version bump: patch for changed packages
17
+ - Updated dependencies
7
18
  - Updated dependencies [9c0ee02]
8
- - @se-studio/core-data-types@1.0.160
9
19
  - @se-studio/contentful-rest-api@1.0.168
20
+ - @se-studio/core-data-types@1.0.160
10
21
 
11
22
  ## 1.0.167
12
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/core-ui",
3
- "version": "1.0.168",
3
+ "version": "1.0.169",
4
4
  "description": "Shared React UI component library with Tailwind CSS v4 for SE Studio applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -75,8 +75,8 @@
75
75
  "mustache": "4.2.0",
76
76
  "server-only": "0.0.1",
77
77
  "tailwind-merge": "^3.6.0",
78
- "@se-studio/contentful-rest-api": "1.0.168",
79
- "@se-studio/core-data-types": "1.0.160"
78
+ "@se-studio/contentful-rest-api": "1.0.169",
79
+ "@se-studio/core-data-types": "1.0.161"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@biomejs/biome": "^2.4.15",