@se-studio/markdown-renderer 1.0.148 → 1.0.150

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @se-studio/markdown-renderer
2
2
 
3
+ ## 1.0.150
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @se-studio/contentful-rest-api@1.6.0
9
+
10
+ ## 1.0.149
11
+
12
+ ### Patch Changes
13
+
14
+ - Bulk version bump: patch for all packages
15
+ - Updated dependencies
16
+ - @se-studio/contentful-rest-api@1.5.4
17
+ - @se-studio/core-data-types@1.4.4
18
+
3
19
  ## 1.0.148
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/markdown-renderer",
3
- "version": "1.0.148",
3
+ "version": "1.0.150",
4
4
  "description": "Markdown renderer for Contentful content",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,14 +29,14 @@
29
29
  "dependencies": {
30
30
  "@contentful/rich-text-types": "^17.2.7",
31
31
  "html-entities": "^2.6.0",
32
- "js-yaml": "^4.1.1",
33
- "@se-studio/contentful-rest-api": "1.5.3",
34
- "@se-studio/core-data-types": "1.4.3"
32
+ "js-yaml": "^4.2.0",
33
+ "@se-studio/contentful-rest-api": "1.6.0",
34
+ "@se-studio/core-data-types": "1.4.4"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@biomejs/biome": "^2.4.16",
38
38
  "@types/js-yaml": "^4.0.9",
39
- "@types/node": "^24.12.4",
39
+ "@types/node": "^24.13.1",
40
40
  "typescript": "^6.0.3",
41
41
  "vitest": "^4.1.8"
42
42
  },