@cyco77/pptb-usersettings-utiliy 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ### Dark Theme
14
14
 
15
- ![Plugin Documentation Generator - Dark Theme](screenshots/main_dark.png)
15
+ ![User Settings Utility - Dark Theme](screenshots/main_dark.png)
16
16
 
17
17
  ## Features
18
18
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cyco77/pptb-usersettings-utiliy",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@cyco77/pptb-usersettings-utiliy",
9
- "version": "0.1.0",
9
+ "version": "0.2.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fluentui/react-components": "^9.72.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyco77/pptb-usersettings-utiliy",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "displayName": "User Settings Utility",
5
5
  "description": "Your tool to update user settings in Dataverse",
6
6
  "main": "index.html",