Skip to content

Commit

Permalink
update sketch plugin to v3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrada committed Apr 15, 2022
1 parent e80ba70 commit 2ca1333
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 13 deletions.
12 changes: 12 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,17 @@
</description>
<enclosure url="https://www.datapopulator.com/releases/datapopulator-sketch-v3.6.4.zip" sparkle:version="3.6.4" />
</item>
<item>
<title>Version 3.6.5</title>
<sparkle:releaseNotesLink>https://www.datapopulator.com/sketch/changelog.html</sparkle:releaseNotesLink>
<description>
<![CDATA[
<ul>
<li>Fix for Sketch versions >84</li>
</ul>
]]>
</description>
<enclosure url="https://www.datapopulator.com/releases/datapopulator-sketch-v3.6.5.zip" sparkle:version="3.6.5" />
</item>
</channel>
</rss>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions data-populator.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"$schema": "https://raw.githubusercontent.com/sketch-hq/SketchAPI/develop/docs/sketch-plugin-manifest-schema.json",
"name": "Data Populator",
"description": "A plugin to populate your design mockups with meaningful data. Good Bye Lorem Ipsum. Hello JSON.",
"author": "precious design studio",
"author": "Data Literate",
"authorEmail": "[email protected]",
"identifier": "com.datapopulator.sketch.new",
"compatibleVersion": "69",
"icon": "images/icon.png",
"appcast": "https://raw.githubusercontent.com/preciousforever/data-populator/master/appcast.xml",
"appcast": "https://raw.githubusercontent.com/dataliterate/data-populator/master/appcast.xml",
"commands": [
{
"name": "Populate with Preset",
Expand Down Expand Up @@ -97,6 +97,6 @@
"com.datapopulator.sketch.needHelp"
]
},
"version": "3.6.4",
"version": "3.6.5",
"disableCocoaScriptPreprocessor": true
}
4 changes: 2 additions & 2 deletions sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"$schema": "https://raw.githubusercontent.com/sketch-hq/SketchAPI/develop/docs/sketch-plugin-manifest-schema.json",
"name": "Data Populator",
"description": "A plugin to populate your design mockups with meaningful data. Good Bye Lorem Ipsum. Hello JSON.",
"author": "precious design studio",
"author": "Data Literate",
"authorEmail": "[email protected]",
"identifier": "com.datapopulator.sketch.new",
"compatibleVersion": "69",
"icon": "images/icon.png",
"appcast": "https://raw.githubusercontent.com/preciousforever/data-populator/master/appcast.xml",
"appcast": "https://raw.githubusercontent.com/dataliterate/data-populator/master/appcast.xml",
"commands": [
{
"name": "Populate with Preset",
Expand Down
6 changes: 3 additions & 3 deletions sketch/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@data-populator/sketch",
"version": "3.6.4",
"version": "3.6.5",
"description": "A plugin to populate your design mockups with meaningful data. Good Bye Lorem Ipsum. Hello JSON.",
"author": "precious design studio",
"author": "Data Literate",
"authorEmail": "[email protected]",
"repository": "https://github.com/preciousforever/data-populator",
"repository": "https://github.com/dataliterate/data-populator",
"license": "MIT",
"scripts": {
"start": "run-p start-react start-sketch restart-sketch-watch logs",
Expand Down

0 comments on commit 2ca1333

Please sign in to comment.