Skip to content

Commit

Permalink
Release: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Diego committed Jul 24, 2018
1 parent 9a1ea33 commit ed9547a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "burro",
"version": "1.0.1",
"version": "1.0.2",
"description": "A biblioteca de components do open sanca",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react/.storybook/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '../../dist/v-1.0.1/default.css';
import '../../dist/v-1.0.2/default.css';
import { configure, setAddon } from '@storybook/react';
import JSXAddon from 'storybook-addon-jsx';

Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensanca/burro-react",
"version": "1.0.1",
"version": "1.0.2",
"description": "Biblioteca de Componentes React para o Burro",
"main": "dist/bundle.min.js",
"scripts": {
Expand Down

0 comments on commit ed9547a

Please sign in to comment.