@knapsack/renderer-react-components 4.71.16--canary.5224.facfa79.0 → 4.71.16

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 +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ # v4.71.13 (Thu Dec 05 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - refactor React Renderer to use `tsc` for build [#5224](https://github.com/knapsack-labs/app-monorepo/pull/5224) ([@EvanLovely](https://github.com/EvanLovely) [@mabry1985](https://github.com/mabry1985))
6
+ - Merge branch 'latest' into feature/react-renderer-build ([@EvanLovely](https://github.com/EvanLovely))
7
+ - Merge branch 'latest' into feature/react-renderer-build ([@mabry1985](https://github.com/mabry1985))
8
+ - adjust exports condition ([@EvanLovely](https://github.com/EvanLovely))
9
+ - refactor React Renderer to use `tsc` for build ([@EvanLovely](https://github.com/EvanLovely))
10
+
11
+ #### Authors: 2
12
+
13
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
14
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-react-components",
3
3
  "description": "",
4
- "version": "4.71.16--canary.5224.facfa79.0",
4
+ "version": "4.71.16",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./demo-wrapper": {
@@ -34,10 +34,10 @@
34
34
  "lint": "eslint ./"
35
35
  },
36
36
  "devDependencies": {
37
- "@knapsack/eslint-config-starter": "4.71.16--canary.5224.facfa79.0",
38
- "@knapsack/prettier-config": "4.71.16--canary.5224.facfa79.0",
39
- "@knapsack/types": "4.71.16--canary.5224.facfa79.0",
40
- "@knapsack/typescript-config-starter": "4.71.16--canary.5224.facfa79.0",
37
+ "@knapsack/eslint-config-starter": "4.71.16",
38
+ "@knapsack/prettier-config": "4.71.16",
39
+ "@knapsack/types": "4.71.16",
40
+ "@knapsack/typescript-config-starter": "4.71.16",
41
41
  "@types/node": "^20.17.8",
42
42
  "@types/prop-types": "^15.7.13",
43
43
  "@types/react": "^18.3.12",
@@ -55,5 +55,5 @@
55
55
  "directory": "apps/client/libs/renderer-react-components",
56
56
  "type": "git"
57
57
  },
58
- "gitHead": "facfa79a2b2c318a8ce8013dacc75b5ed1e77297"
58
+ "gitHead": "9807af7e7efc7b6190b4184dc508e37b17bcf359"
59
59
  }