Compare commits

..

4 Commits

Author SHA1 Message Date
fff6e7c7fa Enabling shorter import paths [automatic] 2021-02-20 11:42:26 +00:00
19a95956b7 Update changelog v0.0.2 2021-02-20 11:41:39 +00:00
142342cfe3 Sync package.json and package.lock version 2021-02-20 11:41:35 +00:00
6d18b6f72d Update package.json 2021-02-20 12:39:23 +01:00
3 changed files with 7 additions and 3 deletions

4
CHANGELOG.md Normal file
View File

@ -0,0 +1,4 @@
### **0.0.2** (2021-02-20)
- Update package.json

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "keycloak-react-theming",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.0",
"version": "0.0.2",
"license": "MIT",
"devDependencies": {
"@types/node": "^10.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "keycloak-react-theming",
"version": "0.0.1",
"version": "0.0.2",
"description": "Provides a way to customise Keycloak login and register pages with React",
"repository": {
"type": "git",