Socket
Socket
Sign inDemoInstall

@linktr.ee/ui-link-kit

Package Overview
Dependencies
Maintainers
61
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linktr.ee/ui-link-kit

UI Components for Custom Links


Version published
Weekly downloads
0
Maintainers
61
Weekly downloads
 
Created
Source

Standard set of UI components to be used in conjunction with the @linktr.ee/create-link package when developing new Linktree link types.

Installation

yarn add @linktr.ee/ui-link-kit

Publishing a new package version to NPM

To release a new version of the package after making an update:

  1. Ensure your feature branch is up to date with main and that it's name does NOT match the following naming convention (v.[0-9].[0-9].[0-9]) (This could lead to a namespace conflict with your git tag).
  2. In the root of the repo, run yarn changeset and follow the prompts, entering details of your changes
  3. Run yarn changeset version to increment the package version, and merge your changeset message into the main CHANGELOG file
  4. Commit the changes and push your branch.
  5. Once your PR has been approved and merged into main, checkout main and pull the latest changes.
  6. Run yarn changeset tag which will add a git tag named after the new version (e.g. v0.0.1) (see tag list with git tag)
  7. Push the git tag to remote with git push origin <tag-name>

CI will then publish the new package version and deploy storybook

FAQs

Package last updated on 11 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc