Skip to content

Commit

Permalink
Merge pull request #138 from ikloster03/version-2.0.0
Browse files Browse the repository at this point in the history
v2.0.0-beta.2
  • Loading branch information
ikloster03 authored Jun 2, 2022
2 parents 4cd3bd6 + 8ea3efc commit 027ed76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn prod
- run: yarn build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-dadata",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Vue component for hinting addresses using dadata.ru",
"main": "dist/vue-dadata.ssr.js",
"browser": "dist/vue-dadata.esm.js",
Expand Down

0 comments on commit 027ed76

Please sign in to comment.