@knapsack/sandbox-tokens 4.81.0--canary.6088.c144bbb.0 → 4.81.0--canary.6107.535ae4e.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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +1 -1
- package/CHANGELOG.md +32 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @knapsack/sandbox-tokens@4.80.
|
|
2
|
+
> @knapsack/sandbox-tokens@4.80.3 build /home/runner/work/app-monorepo/app-monorepo/apps/ui/libs/sandbox-tokens
|
|
3
3
|
> knapsack build:tokens
|
|
4
4
|
|
|
5
5
|
[90m┌[39m Knapsack
|
package/.turbo/turbo-test.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
# v4.80.3 (Thu May 08 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Merge branch 'latest' into feature/ksp-6388-archive-opisnet-after-51 ([@freneticpixel](https://github.com/freneticpixel))
|
|
6
|
+
- Merge branch 'latest' into feature/ksp-6271-fix-batch-logging-on-github-provider ([@freneticpixel](https://github.com/freneticpixel))
|
|
7
|
+
|
|
8
|
+
#### 🏠 Internal
|
|
9
|
+
|
|
10
|
+
- (some of) Matt Pocock's cursor rules [#6086](https://github.com/knapsack-labs/app-monorepo/pull/6086) ([@illepic](https://github.com/illepic))
|
|
11
|
+
- Removes opis SSO connection and custom page resources [#6091](https://github.com/knapsack-labs/app-monorepo/pull/6091) ([@freneticpixel](https://github.com/freneticpixel))
|
|
12
|
+
- Fix batch commit number bug in GitHub provider [#6092](https://github.com/knapsack-labs/app-monorepo/pull/6092) ([@freneticpixel](https://github.com/freneticpixel))
|
|
13
|
+
|
|
14
|
+
#### Authors: 2
|
|
15
|
+
|
|
16
|
+
- Christopher Bloom ([@illepic](https://github.com/illepic))
|
|
17
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# v4.80.2 (Wed May 07 2025)
|
|
22
|
+
|
|
23
|
+
#### 🐛 Bug Fix
|
|
24
|
+
|
|
25
|
+
- Merge branch 'latest' into feature/ksp-6456-replace-remote-calls-from-client-when-running-locally ([@freneticpixel](https://github.com/freneticpixel))
|
|
26
|
+
|
|
27
|
+
#### Authors: 1
|
|
28
|
+
|
|
29
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
1
33
|
# v4.78.13 (Fri Apr 25 2025)
|
|
2
34
|
|
|
3
35
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/sandbox-tokens",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.81.0--canary.
|
|
4
|
+
"version": "4.81.0--canary.6107.535ae4e.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"test": "tsc"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@knapsack/app": "4.81.0--canary.
|
|
24
|
+
"@knapsack/app": "4.81.0--canary.6107.535ae4e.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@knapsack/typescript-config-starter": "4.81.0--canary.
|
|
27
|
+
"@knapsack/typescript-config-starter": "4.81.0--canary.6107.535ae4e.0",
|
|
28
28
|
"@types/node": "^20.17.24",
|
|
29
29
|
"typescript": "^5.8.3"
|
|
30
30
|
},
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"directory": "apps/ui/libs/sandbox-tokens",
|
|
38
38
|
"type": "git"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "535ae4eb4ff41e677deea42698a9eeb2c6c68869"
|
|
41
41
|
}
|