Skip to content

Commit 6866323

Browse files
committed
chore: release v6.1.16
1 parent d3bbed0 commit 6866323

5 files changed

Lines changed: 19 additions & 9 deletions

File tree

apps/api/v1/trigger.version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TRIGGER_VERSION = '20260212.1';
1+
export const TRIGGER_VERSION = '20260212.3';

apps/api/v2/trigger.version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TRIGGER_VERSION = '20260212.1';
1+
export const TRIGGER_VERSION = '20260212.3';

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calcom/web",
3-
"version": "6.1.15",
3+
"version": "6.1.16",
44
"private": true,
55
"scripts": {
66
"analyze": "ANALYZE=true next build",

apps/web/trigger.version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TRIGGER_VERSION = '20260212.1';
1+
export const TRIGGER_VERSION = '20260212.3';

packages/coss-ui/package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "@coss/ui",
33
"private": true,
44
"version": "0.0.0",
5-
"sideEffects": ["./src/styles/globals.css"],
5+
"sideEffects": [
6+
"./src/styles/globals.css"
7+
],
68
"exports": {
79
"./styles.css": "./src/styles/globals.css",
810
"./icons": "./src/icons.tsx",
@@ -12,10 +14,18 @@
1214
},
1315
"typesVersions": {
1416
"*": {
15-
"icons": ["./src/icons.tsx"],
16-
"lib/*": ["./src/lib/*.ts"],
17-
"components/*": ["./src/components/*.tsx"],
18-
"hooks/*": ["./src/hooks/*.ts"]
17+
"icons": [
18+
"./src/icons.tsx"
19+
],
20+
"lib/*": [
21+
"./src/lib/*.ts"
22+
],
23+
"components/*": [
24+
"./src/components/*.tsx"
25+
],
26+
"hooks/*": [
27+
"./src/hooks/*.ts"
28+
]
1929
}
2030
},
2131
"scripts": {

0 commit comments

Comments
 (0)