@knapsack/rendering-utils 4.75.5--canary.5643.01e917e.0 → 4.75.5

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @knapsack/rendering-utils@4.75.3 build /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
2
+ > @knapsack/rendering-utils@4.75.4 build /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
3
3
  > tsc
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @knapsack/rendering-utils@4.75.3 lint /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
2
+ > @knapsack/rendering-utils@4.75.4 lint /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
3
3
  > eslint ./
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v4.75.5 (Wed Feb 12 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge from latest ([@illepic](https://github.com/illepic))
6
+
7
+ #### Authors: 1
8
+
9
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
10
+
11
+ ---
12
+
13
+ # v4.75.4 (Wed Feb 12 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Merge branch 'latest' into feature/ksp-5929-unify-config ([@illepic](https://github.com/illepic))
18
+
19
+ #### Authors: 1
20
+
21
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
22
+
23
+ ---
24
+
1
25
  # v4.75.3 (Thu Feb 06 2025)
2
26
 
3
27
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/rendering-utils",
3
3
  "description": "",
4
- "version": "4.75.5--canary.5643.01e917e.0",
4
+ "version": "4.75.5",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -18,13 +18,13 @@
18
18
  "lint": "eslint ./"
19
19
  },
20
20
  "dependencies": {
21
- "@knapsack/utils": "4.75.5--canary.5643.01e917e.0"
21
+ "@knapsack/utils": "4.75.5"
22
22
  },
23
23
  "devDependencies": {
24
- "@knapsack/eslint-config-starter": "4.75.5--canary.5643.01e917e.0",
25
- "@knapsack/prettier-config": "4.75.5--canary.5643.01e917e.0",
26
- "@knapsack/types": "4.75.5--canary.5643.01e917e.0",
27
- "@knapsack/typescript-config-starter": "4.75.5--canary.5643.01e917e.0",
24
+ "@knapsack/eslint-config-starter": "4.75.5",
25
+ "@knapsack/prettier-config": "4.75.5",
26
+ "@knapsack/types": "4.75.5",
27
+ "@knapsack/typescript-config-starter": "4.75.5",
28
28
  "eslint": "^8.57.0",
29
29
  "typescript": "^5.6.3"
30
30
  },
@@ -37,5 +37,5 @@
37
37
  "directory": "libs/rendering-utils",
38
38
  "type": "git"
39
39
  },
40
- "gitHead": "01e917e7b2cb0c495d215676c7461e0f12e079d3"
40
+ "gitHead": "a5a544446f615f8a207e8d40b0b23586133b547b"
41
41
  }