0.7.4 • Published 3 years ago

@zup-it/galapagos-design-system v0.7.4

Weekly downloads
16
License
MIT
Repository
github
Last release
3 years ago

galapagos-design-system

Library for Galapagos design system

NPM JavaScript Style Guide

Install

npm install --save @zup-it/galapagos-design-system

or

yarn add @zup-it/galapagos-design-system

Usage

import React, { Component } from 'react'

import { Text } from '@zup-it/galapagos-design-system'

class Example extends Component {
  render() {
    return <Text>Galapagos</Text>
  }
}

License

MIT © git@github.com:ZupIT/galapagos-design-system.git

Generating new version - Tutorial

First, did you log in to npm?
If you have not already done so, go to step 1, otherwise skip to step 2.
  1. On the command line, type the following command and make the login:
npm login
  1. Verify the last version on npm website:

https://www.npmjs.com/package/@zup-it/galapagos-design-system

  1. When you finish all the adjustments in your branch, change version on package.json to the next disponible version and commit. Run the build to confirm everything is ok
yarn build
  1. Make a Pull Request to Master, aprove and merge it.

  2. Again on the command line, type these following commands:

git checkout master

npm publish --access public

git tag X.X.X

git push --tags
0.7.4

3 years ago

0.7.2

3 years ago

0.7.3

3 years ago

0.7.1

3 years ago

0.6.3

3 years ago

0.7.0

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago