0.12.130 • Published 2 months ago

@superviz/sv-components v0.12.130

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

sv-components

Deploy

Project setup

yarn install

Storybook for development

yarn storybook:serve

How to commit on this project (Important)

Your commit messages are very important here and are used to release a minor or a major version automatically. You need to follow the conventions below:

fix: for a bug fix
chore: for simple things
feat: for a new feature

The commit message are also published on our Changelog, so please avoid fix: lint fix messages. :)

Run locally on Webapp project

First, build the sv-components project.

yarn build

And then go to nuxt.config.js on WebApp project and comment this line: '@nuxtjs/eslint-module',

Next, go to SvComponents.js on WebApp project and change the svComponents import to:

import SvComponents from '../../sv-components/dist/sv-components.common.js'

import '../../sv-components/dist/sv-components.css'

Note that the import are poiting to the locally sv-components dist folder. Make sure to set it to your local dist folder by tweaking the ../../ from the beginning.

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

watch test

yarn test:unit --watch

MacOS: Make sure to have watchman installed:

brew update
brew install watchman

Lints and fixes files

yarn lint

Releases

Before release a new version, create and set your GITHUB_TOKEN in your .env file with (important) package permissions.

You'll need to login in SuperViz GitHub registry using the command bellow. Use your token as your password when it is requested.

npm login -registry=https://npm.pkg.github.com -scope=SuperViz

Checkout the master branch and run the command below to check if it is all OK with your release:

yarn release:preview

It's all good? Go ahead and open your PR. A new version will be automatically released when you got approval to merge the PR on master.

Note: You can learn more about release-it here.

0.12.130

2 months ago

0.12.129

2 months ago

0.12.128

2 months ago

0.12.127

2 months ago

0.12.125

2 months ago

0.12.124

2 months ago

0.12.126

2 months ago

0.12.123

3 months ago

0.12.122

4 months ago

0.12.121

5 months ago

0.12.120

5 months ago

0.12.116

9 months ago

0.12.118

8 months ago

0.12.117

9 months ago

0.12.119

6 months ago

0.12.114

12 months ago

0.12.113

12 months ago

0.12.115

11 months ago

0.12.112

12 months ago

0.12.111

12 months ago

0.12.110

1 year ago

0.12.103

1 year ago

0.12.105

1 year ago

0.12.104

1 year ago

0.12.101

1 year ago

0.12.100

1 year ago

0.12.107

1 year ago

0.12.106

1 year ago

0.12.109

1 year ago

0.12.108

1 year ago

0.12.96

1 year ago

0.12.97

1 year ago

0.12.98

1 year ago

0.12.99

1 year ago

0.12.92

1 year ago

0.12.93

1 year ago

0.12.94

1 year ago

0.12.95

1 year ago

0.12.90

1 year ago

0.12.91

1 year ago

0.12.89

1 year ago

0.12.88

1 year ago

0.12.74

1 year ago

0.12.75

1 year ago

0.12.76

1 year ago

0.12.77

1 year ago

0.12.70

1 year ago

0.12.71

1 year ago

0.12.72

1 year ago

0.12.73

1 year ago

0.12.78

1 year ago

0.12.79

1 year ago

0.12.85

1 year ago

0.12.63

1 year ago

0.12.86

1 year ago

0.12.64

1 year ago

0.12.87

1 year ago

0.12.65

1 year ago

0.12.66

1 year ago

0.12.81

1 year ago

0.12.82

1 year ago

0.12.83

1 year ago

0.12.61

1 year ago

0.12.84

1 year ago

0.12.62

1 year ago

0.12.80

1 year ago

0.12.67

1 year ago

0.12.68

1 year ago

0.12.69

1 year ago

0.12.60

1 year ago

0.12.58

1 year ago

0.12.59

1 year ago

0.12.57

2 years ago