Skip to content

Commit

Permalink
chore(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed May 10, 2024
1 parent 8165a5d commit 9420d29
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 75 deletions.
4 changes: 2 additions & 2 deletions packages/notify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/notify",
"version": "0.3.3",
"version": "0.3.4",
"description": "Send releases notifications",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"gitlog": "^4.0.8",
"lodash": "^4.17.21",
"mdast-util-to-markdown": "^2.1.0",
"semver": "^7.6.0"
"semver": "^7.6.2"
},
"peerDependencies": {
"@bring-it/cli": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions packages/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/npm",
"version": "0.5.3",
"version": "0.5.4",
"description": "Publish npm packages when needed",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"execa": "^8.0.1",
"ini": "^4.1.2",
"is-url": "^1.2.4",
"semver": "^7.6.0",
"semver": "^7.6.2",
"validate-npm-package-name": "^5.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/sample",
"version": "0.4.3",
"version": "0.4.4",
"description": "Generate code sample files",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/sentry",
"version": "0.5.2",
"version": "0.5.3",
"description": "Update sentry artifacts",
"license": "MIT",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sftp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/sftp",
"version": "0.3.2",
"version": "0.3.3",
"description": "SFTP deployment tool for frontend",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"p-series": "^3.0.0",
"p-timeout": "^6.1.2",
"slash": "^5.1.0",
"ssh-config": "^4.4.3"
"ssh-config": "^4.4.4"
},
"peerDependencies": {
"@bring-it/cli": "workspace:^"
Expand Down
Loading

0 comments on commit 9420d29

Please sign in to comment.