Skip to content

Commit

Permalink
Update package.json: change "version" script to "ver"
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 20, 2024
1 parent 4ee989e commit 9601e39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NEXT_PUBLIC_URL=http://localhost:3000
NEXT_PUBLIC_URL=http://localhost:3080
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vision-pro-ui

## 0.1.4

### Patch Changes

- updated hero section ui

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "vision-pro-ui",
"version": "0.1.3",
"version": "0.1.4",
"scripts": {
"build": "next build",
"dev": "next dev -p 3080",
"start": "next start",
"postinstall": "fumadocs-mdx",
"version": "changeset version",
"ver": "changeset version",
"release": "changeset version"
},
"dependencies": {
Expand Down

0 comments on commit 9601e39

Please sign in to comment.