@knapsack/renderer-client 4.67.6--canary.4510.0a50dd3.0 → 4.67.7--canary.4516.fdda9be.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # v4.67.6 (Thu Aug 15 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into feature/ksp-5384-add-ability-to-hide-component-props-and-title-in-figma ([@GormanDesign](https://github.com/GormanDesign))
6
+
7
+ #### 🏠 Internal
8
+
9
+ - Update babel [#4478](https://github.com/knapsack-labs/app-monorepo/pull/4478) ([@renovate[bot]](https://github.com/renovate[bot]))
10
+ - Update dependency node to v20.16.0 [#4481](https://github.com/knapsack-labs/app-monorepo/pull/4481) ([@renovate[bot]](https://github.com/renovate[bot]) [@greylabel](https://github.com/greylabel))
11
+
12
+ #### Authors: 3
13
+
14
+ - [@renovate[bot]](https://github.com/renovate[bot])
15
+ - Grant Gaudet ([@greylabel](https://github.com/greylabel))
16
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
17
+
18
+ ---
19
+
1
20
  # v4.67.5 (Thu Aug 08 2024)
2
21
 
3
22
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-client",
3
3
  "description": "",
4
- "version": "4.67.6--canary.4510.0a50dd3.0",
4
+ "version": "4.67.7--canary.4516.fdda9be.0",
5
5
  "type": "module",
6
6
  "main": "dist/renderer-client.mjs",
7
7
  "module": "dist/renderer-client.mjs",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@babel/core": "^7.25.2",
27
- "@knapsack/babel-config-starter": "4.67.6--canary.4510.0a50dd3.0",
28
- "@knapsack/eslint-config-starter": "4.67.6--canary.4510.0a50dd3.0",
29
- "@knapsack/types": "4.67.6--canary.4510.0a50dd3.0",
30
- "@knapsack/typescript-config-starter": "4.67.6--canary.4510.0a50dd3.0",
27
+ "@knapsack/babel-config-starter": "4.67.7--canary.4516.fdda9be.0",
28
+ "@knapsack/eslint-config-starter": "4.67.7--canary.4516.fdda9be.0",
29
+ "@knapsack/types": "4.67.7--canary.4516.fdda9be.0",
30
+ "@knapsack/typescript-config-starter": "4.67.7--canary.4516.fdda9be.0",
31
31
  "@rollup/plugin-babel": "^5.3.1",
32
32
  "@rollup/plugin-commonjs": "^21.1.0",
33
33
  "@rollup/plugin-json": "^4.1.0",
@@ -47,5 +47,5 @@
47
47
  "directory": "apps/client/libs/renderer-client",
48
48
  "type": "git"
49
49
  },
50
- "gitHead": "0a50dd34b1251ce318209697e330cbfd9f3ccd5a"
50
+ "gitHead": "fdda9be83a147c5933191ce212ea64325f85d7df"
51
51
  }