Skip to content

Commit

Permalink
show notification in settings for minor & major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Oct 8, 2020
1 parent a5667fa commit b7efcce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@
define("src/utilities/version", ["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const version = '1.0.1';
const version = '1.0.2';
exports.default = version;
});
define("src/utilities/semVerDifference", ["require", "exports"], function (require, exports) {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design-tokens",
"version": "1.0.1",
"version": "1.0.2",
"description": "Your Figma Plugin",
"main": "code.js",
"repository": {
Expand All @@ -17,7 +17,7 @@
"lint": "standardx src | snazzy",
"sd": "rm -rf tests/amazon-style-dictionary/build && style-dictionary build --config ./tests/amazon-style-dictionary/config.json",
"set-version": "replace-in-files --regex='\\d+\\.\\d+\\.\\d+' --replacement=$npm_package_version src/utilities/version.ts",
"version" : "npm run set-version && npm run build && git add --all"
"version": "npm run set-version && npm run build && git add --all"
},
"author": "Lukas Oppermann <oppermann.lukas@gmail.com> (https://vea.re)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/utilities/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const version = '1.0.1'
const version = '1.0.2'
export default version

0 comments on commit b7efcce

Please sign in to comment.