File tree Expand file tree Collapse file tree 6 files changed +0
-53
lines changed
Expand file tree Collapse file tree 6 files changed +0
-53
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import insertLink from '@octolinker/helper-insert-link';
44import * as storage from '@octolinker/helper-settings' ;
55import helperSortUrls from '@octolinker/helper-sort-urls' ;
66import normaliseResolverResults from '@octolinker/helper-normalise-resolver-results' ;
7- import notification from './notification' ;
87import Plugins from './plugin-manager.js' ;
98import debugMode from './debug-mode.js' ;
109import loader from './loader.js' ;
@@ -70,7 +69,6 @@ function watch(viewSpy) {
7069
7170function init ( ) {
7271 debugMode ( storage . get ( 'debugMode' ) ) ;
73- notification ( ) ;
7472
7573 injection ( ( ) => {
7674 if ( ! blobReader . hasBlobs ( ) ) {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 "repository" : " https://github.com/octolinker/octolinker/tree/main/packages/core" ,
66 "license" : " MIT" ,
77 "main" : " ./index.js" ,
8- "releaseDescription" : " Fix solidity import paths" ,
98 "dependencies" : {
109 "@octolinker/blob-reader" : " 1.0.0" ,
1110 "@octolinker/helper-github-api" : " 1.0.0" ,
Original file line number Diff line number Diff line change @@ -181,13 +181,6 @@ export default class Form extends Component {
181181 checked = { state . enablePrivateRepositories }
182182 onClick = { linkState ( this , 'enablePrivateRepositories' ) }
183183 />
184- < Checkbox
185- name = "showUpdateNotification"
186- label = "Update notification"
187- description = "Show a notification if a new version is available."
188- checked = { state . showUpdateNotification }
189- onClick = { linkState ( this , 'showUpdateNotification' ) }
190- />
191184 </ form >
192185 < hr />
193186 < Stats counter = { stats . counter } />
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ const store = {};
44
55const defaults = {
66 enablePrivateRepositories : true ,
7- showUpdateNotification : true ,
87 stats : {
98 since : Date . now ( ) ,
109 counter : 0 ,
Original file line number Diff line number Diff line change @@ -4,8 +4,4 @@ sed -E "s/MARKETING_VERSION = [0-9.]+/MARKETING_VERSION = $npm_package_version/"
44dot-json assets/manifest.json version $npm_package_version
55dot-json packages/core/package.json version $npm_package_version
66
7- echo " Please summarize this release in one sentence"
8- read note
9- dot-json packages/core/package.json releaseDescription " $note "
10-
117git add assets/manifest.json packages/core/package.json safari/Shared.xcconfig
You can’t perform that action at this time.
0 commit comments