startbit-timezone-select 2.0.0 → 2.1.1

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,7 +56,7 @@ npm run build
56
56
 
57
57
  ## Run command
58
58
  Run the below command to start your strapi project on local system and go to admin by typing /admin into your home URL.
59
- ![timezone select screenshot](./start-admin.png)
59
+ ![timezone select screenshot](https://raw.githubusercontent.com/startbititsolutions/startbit-timezone-select/refs/heads/main/start-admin.png)
60
60
 
61
61
 
62
62
  ## Disabling altogether
@@ -77,9 +77,9 @@ module.exports = () => ({
77
77
  ## Usage
78
78
 
79
79
  After installation you will find the timezone-select at the custom field section of the content-type builder.
80
- ![timezone select screenshot](./timezone-custom-select-field.png)
80
+ ![timezone select screenshot](https://raw.githubusercontent.com/startbititsolutions/startbit-timezone-select/refs/heads/main/timezone-custom-select-field.png)
81
81
 
82
82
  Now you can select any country from the list. The Alpha-2 code of the selected timezone is stored in the database.
83
83
 
84
- ![timezone select screenshot](./timezone-select.png)
84
+ ![timezone select screenshot](https://raw.githubusercontent.com/startbititsolutions/startbit-timezone-select/refs/heads/main/timezone-select.png)
85
85
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0",
2
+ "version": "2.1.1",
3
3
  "keywords": [],
4
4
  "type": "commonjs",
5
5
  "exports": {