@se-studio/markdown-renderer 1.0.143 → 1.0.147

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 +32 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @se-studio/markdown-renderer
2
2
 
3
+ ## 1.0.147
4
+
5
+ ### Patch Changes
6
+
7
+ - Bulk version bump: patch for all packages
8
+ - Updated dependencies
9
+ - @se-studio/contentful-rest-api@1.5.2
10
+ - @se-studio/core-data-types@1.4.2
11
+
12
+ ## 1.0.146
13
+
14
+ ### Patch Changes
15
+
16
+ - Bulk version bump: patch for all packages
17
+ - Updated dependencies
18
+ - @se-studio/contentful-rest-api@1.5.1
19
+ - @se-studio/core-data-types@1.4.1
20
+
21
+ ## 1.0.145
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @se-studio/contentful-rest-api@1.5.0
27
+
28
+ ## 1.0.144
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @se-studio/contentful-rest-api@1.4.1
34
+
3
35
  ## 1.0.143
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/markdown-renderer",
3
- "version": "1.0.143",
3
+ "version": "1.0.147",
4
4
  "description": "Markdown renderer for Contentful content",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,8 @@
30
30
  "@contentful/rich-text-types": "^17.2.7",
31
31
  "html-entities": "^2.6.0",
32
32
  "js-yaml": "^4.1.1",
33
- "@se-studio/contentful-rest-api": "1.4.0",
34
- "@se-studio/core-data-types": "1.4.0"
33
+ "@se-studio/contentful-rest-api": "1.5.2",
34
+ "@se-studio/core-data-types": "1.4.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@biomejs/biome": "^2.4.16",