Skip to content

Commit

Permalink
Release to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shivajivarma committed Jul 27, 2024
1 parent 61572e4 commit 369d5ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions astro-docs/src/_data/componentsDetails.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "2024-07-27T13:17:21",
"timestamp": "2024-07-27T18:09:25",
"compiler": {
"name": "@stencil/core",
"version": "4.19.2",
Expand Down Expand Up @@ -16037,7 +16037,7 @@
"parts": [],
"listeners": [
{
"event": "goat-tree-node-click",
"event": "goat-tree-node--click",
"capture": false,
"passive": false
},
Expand Down
12 changes: 6 additions & 6 deletions astro-docs/src/_data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"github_project": "components",
"npm_package": "@goatui/components",
"prod": {
"script": "https://cdn.jsdelivr.net/npm/@goatui/components@2.19.0/dist/goatui/goatui.esm.js",
"themeCss": "https://cdn.jsdelivr.net/npm/@goatui/components@2.19.0/dist/goatui/assets/styles/theme.css",
"fallbackScript": "https://cdn.jsdelivr.net/npm/@goatui/components@2.18.0/dist/goatui/goatui.esm.js",
"fallbackThemeCss": "https://cdn.jsdelivr.net/npm/@goatui/components@2.18.0/dist/goatui/assets/styles/theme.css",
"version": "2.19.0"
"script": "https://cdn.jsdelivr.net/npm/@goatui/components@2.20.0/dist/goatui/goatui.esm.js",
"themeCss": "https://cdn.jsdelivr.net/npm/@goatui/components@2.20.0/dist/goatui/assets/styles/theme.css",
"fallbackScript": "https://cdn.jsdelivr.net/npm/@goatui/components@2.19.0/dist/goatui/goatui.esm.js",
"fallbackThemeCss": "https://cdn.jsdelivr.net/npm/@goatui/components@2.19.0/dist/goatui/assets/styles/theme.css",
"version": "2.20.0"
},
"dev": {
"script": "/assets/goatui-dev/build/goatui.esm.js",
"themeCss": "/assets/goatui-dev/build/assets/styles/theme.css",
"version": "2.19.0"
"version": "2.20.0"
}
}

0 comments on commit 369d5ea

Please sign in to comment.