sanity-plugin-media 2.0.1 → 2.0.3

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Robin Pyon
3
+ Copyright (c) 2023 Robin Pyon
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -50,13 +50,13 @@ _Individual asset view_
50
50
  In your Sanity project folder:
51
51
 
52
52
  ```sh
53
- npm install --save sanity-plugin-media@studio-v3
53
+ npm install --save sanity-plugin-media
54
54
  ```
55
55
 
56
56
  or
57
57
 
58
58
  ```sh
59
- yarn add sanity-plugin-media@studio-v3
59
+ yarn add sanity-plugin-media
60
60
  ```
61
61
 
62
62
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-media",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "This version of `sanity-plugin-media` is for Sanity Studio V3.",
5
5
  "keywords": [
6
6
  "sanity",
@@ -110,7 +110,7 @@
110
110
  "react": "^18",
111
111
  "react-dom": "^18",
112
112
  "rimraf": "^3.0.2",
113
- "sanity": "3.0.0-rc.3",
113
+ "sanity": "^3.0.0",
114
114
  "standard-version": "^9.5.0",
115
115
  "styled-components": "^5.3.3",
116
116
  "typescript": "^4.8.4"
@@ -120,7 +120,7 @@
120
120
  "@sanity/icons": "^2.0.0",
121
121
  "react": "^18",
122
122
  "react-dom": "^18",
123
- "sanity": "dev-preview || 3.0.0-rc.3",
123
+ "sanity": "^3.0.0",
124
124
  "styled-components": "^5.3.3"
125
125
  },
126
126
  "engines": {