Skip to content

Commit

Permalink
build: ⬆️ upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulaude committed Apr 30, 2024
1 parent 2acfbd0 commit 29a743f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cpn-console/hooks",
"description": "",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "beta"
},
"files": [
"dist",
"types"
]
}
}
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cpn-console/shared",
"description": "",
"version": "1.0.1",
"version": "1.0.2",
"private": false,
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "beta"
},
"files": [
"dist",
"types"
]
}
}
4 changes: 2 additions & 2 deletions plugins/gitlab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cpn-console/gitlab-plugin",
"description": "",
"version": "2.0.2",
"version": "2.0.3",
"private": false,
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "beta"
},
"files": [
"dist",
Expand Down

0 comments on commit 29a743f

Please sign in to comment.