Skip to content

Commit

Permalink
chore: Relase stable cli
Browse files Browse the repository at this point in the history
* chore(@set-app/cli): release 2.1.1

Release-As: 2.1.1

* docs(@set-app/docs): fix logos and community links
  • Loading branch information
Frankeo authored Feb 21, 2023
1 parent 91ec646 commit 27fe985
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/Frankeo/set-app.git"
},
"scripts": {
"publish:cli": "yarn workspace @set-app/cli publish --tag beta --access public",
"publish:cli": "yarn workspace @set-app/cli publish --access public",
"ci": "turbo test lint check-format typecheck build",
"pre-commit": "turbo test lint check-format typecheck",
"postinstall": "husky install",
Expand Down
12 changes: 6 additions & 6 deletions packages/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const title = "SetApp";
const config = {
title,
tagline: "React, CLIs and more...",
favicon: "img/tbdicon.jpeg",
favicon: "img/favicon.ico",

// Set the production url of your site here
url: "https://frankeo.github.io",
Expand Down Expand Up @@ -54,12 +54,12 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: "img/tbd.jpeg",
image: "img/setapp.png",
navbar: {
title: "Set App",
title: "SetApp",
logo: {
alt: "Set App Logo",
src: "img/tbd.jpeg",
src: "img/setapp.png",
},
items: [
{
Expand Down Expand Up @@ -92,11 +92,11 @@ const config = {
items: [
{
label: "Stack Overflow",
href: "https://stackoverflow.com/questions/tagged/docusaurus",
href: "https://stackoverflow.com/questions/tagged/setapp",
},
{
label: "Discord",
href: "https://discordapp.com/invite/docusaurus",
href: "https://discord.gg/tf9fuWSa",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function HomepageHeader() {
className="button button--secondary button--lg"
to="/docs/basic-info"
>
Tutorial - 5min ⏱️
Basic Info - 5min ⏱️
</Link>
</div>
</div>
Expand Down
Binary file added packages/docs/static/img/favicon.ico
Binary file not shown.
Binary file added packages/docs/static/img/setapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/docs/static/img/tbd.jpeg
Binary file not shown.
Binary file removed packages/docs/static/img/tbdicon.jpeg
Binary file not shown.

0 comments on commit 27fe985

Please sign in to comment.