Skip to content

Commit

Permalink
ci: update tag format and packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisaraiva19 committed Apr 13, 2022
1 parent 64071b3 commit af15796
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-youtube-example",
"version": "0.0.0",
"version": "1.0.0",
"description": "react-youtube example starter project",
"scripts": {
"dev": "parcel index.html --public-url /react-youtube/ --open",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"react-youtube": "0.0.0"
"react-youtube": "1.0.0"
},
"devDependencies": {
"parcel": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-youtube/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-youtube",
"version": "0.0.0",
"version": "1.0.0",
"description": "React.js powered YouTube player component",
"main": "dist/YouTube.js",
"module": "dist/YouTube.mjs",
Expand Down
1 change: 1 addition & 0 deletions packages/react-youtube/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ module.exports = {
{ name: 'alpha', prerelease: true },
{ name: 'canary', prerelease: true },
],
tagFormat: `v\${version}`,
};

0 comments on commit af15796

Please sign in to comment.