0.7.4 • Published 5 years ago
@zup-it/galapagos-design-system v0.7.4
galapagos-design-system
Library for Galapagos design system
Install
npm install --save @zup-it/galapagos-design-systemor
yarn add @zup-it/galapagos-design-systemUsage
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.
- On the command line, type the following command and make the login:
npm login- Verify the last version on npm website:
https://www.npmjs.com/package/@zup-it/galapagos-design-system
- 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- Make a Pull Request to Master, aprove and merge it. 
- Again on the command line, type these following commands: 
git checkout master
npm publish --access public
git tag X.X.X
git push --tags0.7.4
5 years ago
0.7.2
5 years ago
0.7.3
5 years ago
0.7.1
5 years ago
0.6.3
5 years ago
0.7.0
5 years ago
0.6.2
5 years ago
0.6.1
5 years ago
0.6.0
5 years ago
0.5.0
5 years ago
0.4.1
5 years ago
0.4.0
5 years ago
0.3.2
5 years ago
0.3.1
5 years ago
0.3.0
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.8
5 years ago
0.1.7
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago