Skip to content

Commit

Permalink
Remove label
Browse files Browse the repository at this point in the history
  • Loading branch information
pecanoro committed Dec 23, 2024
1 parent 7468eff commit 064282c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#1.3.72
- Included Expensify/Expensify Hot Pick issues to the section with the same name.
- Added `Hot Pick` label to the shortcuts right panel.
- Removed `Ops` label from the shortcuts.

#1.3.71
- Removed the whats app quality section and replaced it with a hot pick section
Expand Down
2 changes: 1 addition & 1 deletion assets/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,

"name": "K2 for GitHub",
"version": "1.3.71",
"version": "1.3.72",
"description": "Manage your Kernel Scheduling from directly inside GitHub",

"browser_specific_settings": {
Expand Down
2 changes: 1 addition & 1 deletion assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,

"name": "K2 for GitHub",
"version": "1.3.71",
"version": "1.3.72",
"description": "Manage your Kernel Scheduling from directly inside GitHub",

"icons": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k2-extension",
"version": "1.3.71",
"version": "1.3.72",
"description": "A Chrome Extension for Kernel Schedule",
"private": true,
"scripts": {
Expand Down
4 changes: 0 additions & 4 deletions src/js/module/K2pickerarea/K2PickerareaPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ class K2PickerareaPicker extends React.Component {
className: `${defaultBtnClass} inactive k2-design`,
shortName: '🎨 Design',
},
Ops: {
className: `${defaultBtnClass} inactive k2-ops`,
shortName: '💰 Ops',
},
Infra: {
className: `${defaultBtnClass} inactive k2-infra`,
shortName: '🚨 Infra',
Expand Down

0 comments on commit 064282c

Please sign in to comment.