@knapsack/renderer-react-components 4.77.0--canary.5638.67c8cf0.0 → 4.77.0

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/renderer-react-components@4.76.1 build /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/renderer-react-components
2
+ > @knapsack/renderer-react-components@4.76.3 build /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/renderer-react-components
3
3
  > tsc
4
4
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @knapsack/renderer-react-components@4.76.1 lint /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/renderer-react-components
2
+ > @knapsack/renderer-react-components@4.76.3 lint /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/renderer-react-components
3
3
  > eslint ./
4
4
 
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,38 @@
1
+ # v4.77.0 (Thu Mar 13 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - KSP-6200: proper var name in var ref [#5778](https://github.com/knapsack-labs/app-monorepo/pull/5778) ([@illepic](https://github.com/illepic))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Merge branch 'latest' into feature/ksp-6069-fix-and-test-bitbucket-dc-provider ([@freneticpixel](https://github.com/freneticpixel))
10
+
11
+ #### 🏠 Internal
12
+
13
+ - fix(deps): update dependency @types/node to ^20.17.24 [#5695](https://github.com/knapsack-labs/app-monorepo/pull/5695) ([@renovate[bot]](https://github.com/renovate[bot]))
14
+ - Bitbucket DC updates [#5652](https://github.com/knapsack-labs/app-monorepo/pull/5652) ([@freneticpixel](https://github.com/freneticpixel))
15
+
16
+ #### Authors: 3
17
+
18
+ - [@renovate[bot]](https://github.com/renovate[bot])
19
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
20
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
21
+
22
+ ---
23
+
24
+ # v4.76.3 (Mon Mar 10 2025)
25
+
26
+ #### 🏠 Internal
27
+
28
+ - Update sds_extended view ddl generator [#5443](https://github.com/knapsack-labs/app-monorepo/pull/5443) ([@greylabel](https://github.com/greylabel))
29
+
30
+ #### Authors: 1
31
+
32
+ - Grant Gaudet ([@greylabel](https://github.com/greylabel))
33
+
34
+ ---
35
+
1
36
  # v4.76.1 (Wed Mar 05 2025)
2
37
 
3
38
  #### 🐛 Bug Fix
@@ -2,6 +2,8 @@ import type { Demo } from '@knapsack/types';
2
2
  export type DemoWrapperProps = {
3
3
  children: React.ReactNode;
4
4
  demo: Demo;
5
+ patternId: string;
6
+ templateId: string;
5
7
  };
6
8
  declare const DemoWrapper: ({ children }: DemoWrapperProps) => import("react/jsx-runtime").JSX.Element;
7
9
  export default DemoWrapper;
@@ -1 +1 @@
1
- {"version":3,"file":"demo-wrapper.d.ts","sourceRoot":"","sources":["../src/demo-wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAE5C,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC;AAEF,QAAA,MAAM,WAAW,iBAAkB,gBAAgB,4CAElD,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"demo-wrapper.d.ts","sourceRoot":"","sources":["../src/demo-wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAE5C,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,EAAE,IAAI,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,WAAW,iBAAkB,gBAAgB,4CAElD,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"demo-wrapper.js","sourceRoot":"","sources":["../src/demo-wrapper.tsx"],"names":[],"mappings":";AAOA,MAAM,WAAW,GAAG,CAAC,EAAE,QAAQ,EAAoB,EAAE,EAAE,CAAC,CACtD,cAAK,SAAS,EAAC,cAAc,YAAE,QAAQ,GAAO,CAC/C,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"demo-wrapper.js","sourceRoot":"","sources":["../src/demo-wrapper.tsx"],"names":[],"mappings":";AASA,MAAM,WAAW,GAAG,CAAC,EAAE,QAAQ,EAAoB,EAAE,EAAE,CAAC,CACtD,cAAK,SAAS,EAAC,cAAc,YAAE,QAAQ,GAAO,CAC/C,CAAC;AAEF,eAAe,WAAW,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-react-components",
3
3
  "description": "",
4
- "version": "4.77.0--canary.5638.67c8cf0.0",
4
+ "version": "4.77.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./demo-wrapper": {
@@ -35,11 +35,11 @@
35
35
  "lint": "eslint ./"
36
36
  },
37
37
  "devDependencies": {
38
- "@knapsack/eslint-config-starter": "4.77.0--canary.5638.67c8cf0.0",
39
- "@knapsack/prettier-config": "4.77.0--canary.5638.67c8cf0.0",
40
- "@knapsack/types": "4.77.0--canary.5638.67c8cf0.0",
41
- "@knapsack/typescript-config-starter": "4.77.0--canary.5638.67c8cf0.0",
42
- "@types/node": "^20.17.17",
38
+ "@knapsack/eslint-config-starter": "4.77.0",
39
+ "@knapsack/prettier-config": "4.77.0",
40
+ "@knapsack/types": "4.77.0",
41
+ "@knapsack/typescript-config-starter": "4.77.0",
42
+ "@types/node": "^20.17.24",
43
43
  "@types/prop-types": "^15.7.14",
44
44
  "@types/react": "^18.3.18",
45
45
  "eslint": "^8.57.0",
@@ -56,5 +56,5 @@
56
56
  "directory": "apps/client/libs/renderer-react-components",
57
57
  "type": "git"
58
58
  },
59
- "gitHead": "67c8cf0600385dfb92b7d13dd7f0b9dc6c957326"
59
+ "gitHead": "c0a38469e19fe1f41b33f7eb137ab4301f4001a1"
60
60
  }
@@ -3,6 +3,8 @@ import type { Demo } from '@knapsack/types';
3
3
  export type DemoWrapperProps = {
4
4
  children: React.ReactNode;
5
5
  demo: Demo;
6
+ patternId: string;
7
+ templateId: string;
6
8
  };
7
9
 
8
10
  const DemoWrapper = ({ children }: DemoWrapperProps) => (