@knapsack/plugin-changelog-md 4.71.16--canary.5224.facfa79.0 → 4.71.16--canary.5234.673513c.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 +26 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ # v4.71.13 (Wed Dec 04 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into feature/ksp-5781-update-figma-logs-to-include-evt-field ([@mabry1985](https://github.com/mabry1985))
6
+ - Bump version to: v4.71.12 \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
7
+ - Update CHANGELOG.md \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
8
+ - Bump version to: v4.71.11 \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
9
+ - Merge branch 'latest' into feature/ksp-5777-gsk-sso-issues ([@illepic](https://github.com/illepic))
10
+
11
+ #### 🏠 Internal
12
+
13
+ - adds evt handlers for design src logs [#5194](https://github.com/knapsack-labs/app-monorepo/pull/5194) ([@mabry1985](https://github.com/mabry1985))
14
+ - setup login w popup [#5209](https://github.com/knapsack-labs/app-monorepo/pull/5209) ([@GormanDesign](https://github.com/GormanDesign) [@mabry1985](https://github.com/mabry1985) [@EvanLovely](https://github.com/EvanLovely) [@KnapsackBot](https://github.com/KnapsackBot) [@illepic](https://github.com/illepic))
15
+ - migrate to new Figma oAuth endpoints and configuration [#5206](https://github.com/knapsack-labs/app-monorepo/pull/5206) ([@mabry1985](https://github.com/mabry1985))
16
+
17
+ #### Authors: 5
18
+
19
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
20
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
21
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
22
+ - KnapsackBot ([@KnapsackBot](https://github.com/KnapsackBot))
23
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
24
+
25
+ ---
26
+
1
27
  # v4.71.12 (Thu Nov 21 2024)
2
28
 
3
29
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/plugin-changelog-md",
3
3
  "description": "Add CHANGELOG.md info to Knapsack",
4
- "version": "4.71.16--canary.5224.facfa79.0",
4
+ "version": "4.71.16--canary.5234.673513c.0",
5
5
  "main": "dist/server/changelog-md.js",
6
6
  "module": "dist/client/changelog-page.js",
7
7
  "sideEffects": false,
@@ -18,16 +18,16 @@
18
18
  "start:server": "yarn build:server --watch"
19
19
  },
20
20
  "dependencies": {
21
- "@knapsack/app": "4.71.16--canary.5224.facfa79.0",
21
+ "@knapsack/app": "4.71.16--canary.5234.673513c.0",
22
22
  "fs-extra": "^11.2.0",
23
23
  "marked": "^6.0.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@babel/cli": "^7.25.9",
27
27
  "@babel/core": "^7.26.0",
28
- "@knapsack/babel-config": "4.71.16--canary.5224.facfa79.0",
29
- "@knapsack/eslint-config-starter": "4.71.16--canary.5224.facfa79.0",
30
- "@knapsack/typescript-config-starter": "4.71.16--canary.5224.facfa79.0",
28
+ "@knapsack/babel-config": "4.71.16--canary.5234.673513c.0",
29
+ "@knapsack/eslint-config-starter": "4.71.16--canary.5234.673513c.0",
30
+ "@knapsack/typescript-config-starter": "4.71.16--canary.5234.673513c.0",
31
31
  "@rollup/plugin-babel": "^5.3.1",
32
32
  "@rollup/plugin-commonjs": "^21.1.0",
33
33
  "@rollup/plugin-image": "^2.0.4",
@@ -55,5 +55,5 @@
55
55
  "directory": "plugins/plugin-changelog-md",
56
56
  "type": "git"
57
57
  },
58
- "gitHead": "facfa79a2b2c318a8ce8013dacc75b5ed1e77297"
58
+ "gitHead": "673513cad700f337a84a6a153285234971eb8f55"
59
59
  }