Skip to content

Commit

Permalink
Theme: publish 0.5.3 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-slashid authored Mar 15, 2024
2 parents eaccdbd + 30d0699 commit b5d07b2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.5.3 (Mar 15, 2024)

High level enhancements

- upgraded `@slashid/react` to 1.22.0
- upgraded `@slashid/slashid` to 3.20.0

Other enhancements and bug fixes

- fixed inconsistency in logo wrapper element when using an image logo

## 0.5.2 (Mar 13, 2024)

High level enhancements
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.5.2",
"version": "0.5.3",
"private": true,
"scripts": {
"build": "docusaurus build",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@docusaurus/core": "^2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"@mdx-js/react": "^1.6.22",
"@slashid/docusaurus-theme-slashid": "^0.5.2",
"@slashid/docusaurus-theme-slashid": "^0.5.3",
"@slashid/react": "^1.18.0",
"@slashid/slashid": "^3.18.0",
"clsx": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.0",
"version": "0.5.3",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-slashid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slashid/docusaurus-theme-slashid",
"version": "0.5.2",
"version": "0.5.3",
"description": "SlashID theme for Docusaurus.",
"keywords": [
"login",
Expand Down

0 comments on commit b5d07b2

Please sign in to comment.