Skip to content

Commit

Permalink
Merge pull request #636 from springernature/versioing/global-meta
Browse files Browse the repository at this point in the history
the one that updates version of global-meta brand context version required
  • Loading branch information
sturobson authored Dec 9, 2021
2 parents 67d6b45 + 607f87d commit a53fbc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion toolkits/global/packages/global-meta/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# History

## 6.0.02
## 6.0.3 (2021-12-09)
* BUG: Updates the version of the brand context in the package.json file to latest.
## 6.0.2 (2021-12-09)
* BUG: Temporary fix for the issue with strip-unit.
## 6.0.1 (2021-12-07)
* BUG: Fixes font sizes that were incorrectly calculated
Expand Down
4 changes: 2 additions & 2 deletions toolkits/global/packages/global-meta/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@springernature/global-meta",
"version": "6.0.2",
"version": "6.0.3",
"license": "MIT",
"description": "Brief information about the content",
"keywords": [],
"author": "Springer Nature",
"brandContext": "17.0.0"
"brandContext": "^18.1.1"
}

0 comments on commit a53fbc2

Please sign in to comment.