Socket
Socket
Sign inDemoInstall

@linktr.ee/ui-link-kit

Package Overview
Dependencies
7
Maintainers
68
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @linktr.ee/ui-link-kit

UI Components for Custom Links


Version published
Maintainers
68
Created

Readme

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

Last updated on 22 Sep 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc