Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qw-in committed Aug 9, 2019
1 parent ef7d63c commit 6fdba90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
release: true
},
scripts: {
beforeStart: 'yarn lint && yarn test',
beforeStart: 'yarn lint && yarn test && yarn build',
changelog: 'auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs',
beforeStage: 'auto-changelog'
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@satel/formik-polaris",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"main": "dist/index.js",
"umd:main": "dist/formik-polaris.umd.production.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@types/jest": "24.0.17",
"@types/react": "16.9.1",
"@types/react-dom": "16.8.5",
"auto-changelog": "^1.14.1",
"auto-changelog": "1.14.1",
"env-cmd": "9.0.3",
"eslint": "5.16.0",
"formik": "1.5.8",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ atob@^2.1.1:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

auto-changelog@^1.14.1:
auto-changelog@1.14.1:
version "1.14.1"
resolved "https://registry.yarnpkg.com/auto-changelog/-/auto-changelog-1.14.1.tgz#182f4311b8308be27c64f4e4c0901c7be37ea34e"
integrity sha512-T98ndHOvMQFz+TCqCi/Tw9jDVgRwECrtB2pkEM8N9snuqZDYPD9QJMRSCt1jr4pOKjvge3Ay2jaMeCpif+hHpw==
Expand Down

0 comments on commit 6fdba90

Please sign in to comment.