@se-studio/contentful-rest-api 1.0.140 → 1.0.142

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @se-studio/contentful-rest-api
2
2
 
3
+ ## 1.0.142
4
+
5
+ ### Patch Changes
6
+
7
+ - Version bump: patch for changed packages
8
+ - Updated dependencies
9
+ - @se-studio/core-data-types@1.0.136
10
+
11
+ ## 1.0.141
12
+
13
+ ### Patch Changes
14
+
15
+ - Version bump: patch for changed packages
16
+ - Updated dependencies
17
+ - @se-studio/core-data-types@1.0.135
18
+
3
19
  ## 1.0.140
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/contentful-rest-api",
3
- "version": "1.0.140",
3
+ "version": "1.0.142",
4
4
  "description": "Type-safe Contentful REST API client with caching and rate limiting for Next.js applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,7 +50,7 @@
50
50
  "@contentful/rich-text-types": "^17.2.7",
51
51
  "contentful": "^11.12.1",
52
52
  "server-only": "0.0.1",
53
- "@se-studio/core-data-types": "1.0.134"
53
+ "@se-studio/core-data-types": "1.0.136"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "next": ">=15.5.0"