Skip to content

Commit

Permalink
Version 2023-10-18
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorgirardi committed Oct 19, 2023
2 parents 2d68986 + 5e7ff12 commit 30f5165
Show file tree
Hide file tree
Showing 14 changed files with 255 additions and 160 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Major changes and resolved issues

## 2023-10-18
- [App - Fix Spinner #273](https://github.com/Convex-Dev/convex-web/issues/273)
- Change sitemap layout
- [Update to Convex 0.7.12 when released #252](https://github.com/Convex-Dev/convex-web/issues/252)
- Update ShadowCLJS
- Update Radix UI Tooltip
- [Show docs for macros in Sandbox #221](https://github.com/Convex-Dev/convex-web/issues/221)
- Remove NEWS banner

## 2023-09-11
- [Internal API - Get Accounts - Don't log/error #271](https://github.com/Convex-Dev/convex-web/issues/271)
- [Code block missing content in Markdown #272](https://github.com/Convex-Dev/convex-web/issues/272)
Expand Down
8 changes: 5 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
org.clojure/data.json {:mvn/version "2.4.0"}
com.cognitect/transit-clj {:mvn/version "1.0.333"}
com.cognitect/anomalies {:mvn/version "0.1.12"}

world.convex/convex-peer {:mvn/version "0.7.12"}
world.convex/net
{:deps/root "module/net"
:git/sha "7cd357f"
Expand Down Expand Up @@ -95,7 +97,7 @@
;; -- Site dev
:site-dev
{:extra-deps
{thheller/shadow-cljs {:mvn/version "2.25.3"}
{thheller/shadow-cljs {:mvn/version "2.25.7"}
org.slf4j/slf4j-nop {:mvn/version "2.0.6"}
binaryage/devtools {:mvn/version "1.0.7"}
re-frisk/re-frisk {:mvn/version "1.6.0"}}}
Expand All @@ -114,7 +116,7 @@

;; -- Kaocha test runner
:kaocha
{:extra-deps {lambdaisland/kaocha {:mvn/version "1.85.1342"}}}
{:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}}


;; -- Cognitect test runner
Expand Down Expand Up @@ -152,7 +154,7 @@
;; clj -M:outdated
:outdated
{:replace-deps
{com.github.liquidz/antq {:mvn/version "2.5.1095"}
{com.github.liquidz/antq {:mvn/version "2.7.1133"}
org.slf4j/slf4j-nop {:mvn/version "1.7.32"}}

:main-opts ["-m" "antq.core"]}}}
140 changes: 70 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^1.0.5",
"@radix-ui/react-tooltip": "^1.0.6",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/react": "^17.0.33",
"codemirror": "^5.65.14",
"highlight.js": "^11.2.0",
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"shadow-cljs": "^2.25.3",
"shadow-cljs": "^2.25.7",
"tailwindcss": "^3.3.3"
},
"overrides": {
Expand Down
Loading

0 comments on commit 30f5165

Please sign in to comment.