Compare commits

...

3 Commits

Author SHA1 Message Date
Tom Moor 8ab0c6ff48 v0.84.0 2025-05-11 11:22:05 -04:00
Tom Moor 16c8ae6132 Create README.md (#9174) 2025-05-11 12:56:26 +00:00
Tom Moor 30bba3a69b fix: JS error when no integrations are connected (#9170) 2025-05-11 02:05:18 +00:00
4 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ Business Source License 1.1
Parameters
Licensor: General Outline, Inc.
Licensed Work: Outline 0.83.0
Licensed Work: Outline 0.84.0
The Licensed Work is (c) 2025 General Outline, Inc.
Additional Use Grant: You may make use of the Licensed Work, provided that
you may not use the Licensed Work for a Document
@@ -15,7 +15,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that
Licensed Work by creating teams and documents
controlled by such third parties.
Change Date: 2029-04-11
Change Date: 2029-05-11
Change License: Apache License, Version 2.0
+2 -2
View File
@@ -55,10 +55,10 @@ export function Integrations() {
</StickyFilters>
<Cards gap={30} wrap>
{groupedItems.connected.map((item) => (
{groupedItems.connected?.map((item) => (
<IntegrationCard key={item.path} integration={item} isConnected />
))}
{groupedItems.available.map((item) => (
{groupedItems.available?.map((item) => (
<IntegrationCard key={item.path} integration={item} />
))}
</Cards>
+1 -1
View File
@@ -379,6 +379,6 @@
"qs": "6.9.7",
"prismjs": "1.30.0"
},
"version": "0.83.0",
"version": "0.84.0",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
+3
View File
@@ -0,0 +1,3 @@
Do not edit files in `/locales` directly these are machine generated. Translations are provided through CrowdIn, see the documentation here:
https://github.com/outline/outline/blob/main/docs/TRANSLATION.md