Browse Source

Bumped web version to 2023.5.1 (#5646)

Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
pull/5653/head
github-actions[bot] 3 years ago committed by GitHub
parent
commit
37964f7cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/web/package.json
  2. 2
      package-lock.json

2
apps/web/package.json

@ -1,6 +1,6 @@
{ {
"name": "@bitwarden/web-vault", "name": "@bitwarden/web-vault",
"version": "2023.5.0", "version": "2023.5.1",
"scripts": { "scripts": {
"build:oss": "webpack", "build:oss": "webpack",
"build:bit": "webpack -c ../../bitwarden_license/bit-web/webpack.config.js", "build:bit": "webpack -c ../../bitwarden_license/bit-web/webpack.config.js",

2
package-lock.json generated

@ -243,7 +243,7 @@
}, },
"apps/web": { "apps/web": {
"name": "@bitwarden/web-vault", "name": "@bitwarden/web-vault",
"version": "2023.5.0" "version": "2023.5.1"
}, },
"libs/angular": { "libs/angular": {
"name": "@bitwarden/angular", "name": "@bitwarden/angular",

Loading…
Cancel
Save