@se-studio/search 1.0.51 → 1.0.53

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 +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @se-studio/search
2
2
 
3
+ ## 1.0.53
4
+
5
+ ### Patch Changes
6
+
7
+ - Version bump: patch for changed packages
8
+ - Updated dependencies
9
+ - @se-studio/contentful-rest-api@1.0.149
10
+ - @se-studio/core-data-types@1.0.142
11
+ - @se-studio/markdown-renderer@1.0.106
12
+
13
+ ## 1.0.52
14
+
15
+ ### Patch Changes
16
+
17
+ - Version bump: patch for changed packages
18
+ - Updated dependencies
19
+ - @se-studio/contentful-rest-api@1.0.148
20
+ - @se-studio/core-data-types@1.0.141
21
+ - @se-studio/markdown-renderer@1.0.105
22
+
3
23
  ## 1.0.51
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/search",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "AI-powered site search with Upstash Search for Next.js marketing sites",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,9 +43,9 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "@upstash/search": "^0.1.7",
46
- "@se-studio/contentful-rest-api": "1.0.146",
47
- "@se-studio/core-data-types": "1.0.140",
48
- "@se-studio/markdown-renderer": "1.0.104"
46
+ "@se-studio/contentful-rest-api": "1.0.149",
47
+ "@se-studio/core-data-types": "1.0.142",
48
+ "@se-studio/markdown-renderer": "1.0.106"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "next": ">=15.5.0",
@@ -55,7 +55,7 @@
55
55
  "@biomejs/biome": "^2.4.14",
56
56
  "@types/node": "^22.19.17",
57
57
  "@types/react": "^19.2.14",
58
- "next": "^15.5.15",
58
+ "next": "^15.5.16",
59
59
  "typescript": "^6.0.3",
60
60
  "vitest": "^4.1.5"
61
61
  },