Skip to content

Commit

Permalink
version(all): app and website
Browse files Browse the repository at this point in the history
  • Loading branch information
cathcheeno committed Apr 5, 2022
1 parent 6726f2d commit 4e03b0f
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-suits-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-singers-happen.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @viron/app

## 2.1.1

### Patch Changes

- c1889658: bug fixes for modals of endpoint and group addition

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viron/app",
"version": "2.1.0",
"version": "2.1.1",
"engines": {
"node": ">=15.13.0",
"npm": ">=7.9.0"
Expand Down
12 changes: 7 additions & 5 deletions packages/app/src/components/navigation/links/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ const links: {
label: 'Documentation',
isExternal: true,
},
{
to: URL.BLOG,
label: 'Blog',
isExternal: true,
},
/*
{
to: URL.BLOG,
label: 'Blog',
isExternal: true,
},
*/
{
to: URL.RELEASE_NOTES,
label: 'Release Notes',
Expand Down
6 changes: 6 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @viron/website

## 0.3.1

### Patch Changes

- 609ddcc9: Added images for quick start doc.

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viron/website",
"version": "0.3.0",
"version": "0.3.1",
"scripts": {
"pre-commit": "echo PRE-COMMIT",
"pre-push": "echo PRE-PUSH",
Expand All @@ -10,7 +10,7 @@
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"serve": "docusaurus serve --port 4000",
"clear": "docusaurus clear",
"write-translations:ja": "docusaurus write-translations --locale ja",
"test": "echo TEST"
Expand Down

0 comments on commit 4e03b0f

Please sign in to comment.