Skip to content

Commit

Permalink
@studio-freight/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Dec 28, 2023
1 parent 8bf3e03 commit 60a7d4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/react-lenis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio-freight/react-lenis",
"version": "0.0.38",
"version": "0.0.39",
"repository": {
"type": "git",
"url": "git+https://github.com/studio-freight/lenis.git"
Expand All @@ -23,7 +23,7 @@
"git:commit": "git add -A && cross-var git commit -m \"$npm_package_name@$npm_package_version\"",
"git:tag": "cross-var git tag -a $npm_package_name@$npm_package_version -m \"$npm_package_name@$npm_package_version\"",
"git:push": "git push && git push --tags",
"postversion": "npm-run-all build readme git:commit git:tag git:push"
"postversion": "npm-run-all build git:commit git:tag git:push"
},
"sideEffects": false,
"source": "src/index.jsx",
Expand Down
7 changes: 6 additions & 1 deletion publish-instructions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## DEPLOY
- yarn version --no-git-tag-version --patch
- npm publish
- npm publish


## UTILS
https://classic.yarnpkg.com/lang/en/docs/cli/version/
yarn version --no-git-tag-version --premajor --preid dev (1.0.0-dev.0)

2 comments on commit 60a7d4d

@vercel
Copy link

@vercel vercel bot commented on 60a7d4d Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🟢 Performance: 96
🟢 Accessibility: 100
🟢 Best practices: 100
🟢 SEO: 92
🟠 PWA: 89

Lighthouse ran on https://lenis-mpyrfi27c-studio-freight.vercel.app/"

Please sign in to comment.