Skip to content

Commit

Permalink
chore: bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
toolsvenus committed Oct 25, 2024
1 parent d0e08b3 commit 8d71bd1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/smart-cheetahs-pretend.md

This file was deleted.

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

## 1.5.0

### Minor Changes

- d0e08b3: fix scrolling issue with banner on landing page

## 1.4.0

### Minor Changes
Expand Down
14 changes: 11 additions & 3 deletions apps/landing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@venusprotocol/landing",
"homepage": "https://venus.io/",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"scripts": {
"start": "vite",
Expand Down Expand Up @@ -50,8 +50,16 @@
"vite-tsconfig-paths": "^4.2.0"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"postcss": "^8.4.8"
Expand Down

0 comments on commit 8d71bd1

Please sign in to comment.