-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from player-ui/releaseVerioningFIx
update release script to remove git stash
- Loading branch information
Showing
6 changed files
with
8,382 additions
and
6,434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,102 @@ | ||
# v0.1.4 (Wed Oct 09 2024) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- added lock file ([@mercillo](https://github.com/mercillo)) | ||
|
||
#### Authors: 1 | ||
|
||
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo)) | ||
|
||
--- | ||
|
||
# v0.1.3 (Thu Aug 22 2024) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- add chrome link to read me ([@mercillo](https://github.com/mercillo)) | ||
- updated pnpm lockfile ([@mercillo](https://github.com/mercillo)) | ||
|
||
#### Authors: 1 | ||
|
||
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo)) | ||
|
||
--- | ||
|
||
# v0.1.2 (Wed Aug 21 2024) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo)) | ||
|
||
#### Authors: 1 | ||
|
||
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo)) | ||
|
||
--- | ||
|
||
# v0.1.1 (Wed Aug 21 2024) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo)) | ||
|
||
#### Authors: 1 | ||
|
||
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo)) | ||
|
||
--- | ||
|
||
# v0.1.1 (Wed Aug 21 2024) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo)) | ||
|
||
#### Authors: 1 | ||
|
||
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo)) | ||
|
||
--- | ||
|
||
# v0.1.1 (Wed Aug 21 2024) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- Update env for correct secret [#25](https://github.com/player-ui/browser-devtools/pull/25) ([@mercillo](https://github.com/mercillo) [email protected]) | ||
|
||
#### ⚠️ Pushed to `main` | ||
|
||
- using 0.1.0 for version ([@mercillo](https://github.com/mercillo)) | ||
- 0.0.15 ([@mercillo](https://github.com/mercillo)) | ||
- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo)) | ||
- pulls version from git ([@mercillo](https://github.com/mercillo)) | ||
- removed pnpm publish, conflicts with gittag plugin ([@mercillo](https://github.com/mercillo)) | ||
- update release script to remove git stash ([@mercillo](https://github.com/mercillo)) | ||
|
||
#### Authors: 2 | ||
|
||
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo)) | ||
- player oss ([email protected]) | ||
|
||
--- | ||
|
||
# v0.1.1 (Wed Aug 21 2024) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo)) | ||
|
||
#### Authors: 1 | ||
|
||
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo)) | ||
|
||
--- | ||
|
||
# v0.1.1 (Tue Aug 20 2024) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- update release script to remove git stash ([@mercillo](https://github.com/mercillo)) | ||
|
||
#### Authors: 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "browser-devtools", | ||
"displayName": "Player ui devtools", | ||
"version": "0.0.15", | ||
"version": "0.1.4", | ||
"description": "Player UI devtools browser extension", | ||
"author": "Rafael Campos <[email protected]>", | ||
"scripts": { | ||
|
@@ -21,8 +21,8 @@ | |
"@auto-it/git-tag": "^11.1.6", | ||
"@auto-it/version-file": "^11.1.6", | ||
"@plasmohq/storage": "^1.10.0", | ||
"@player-tools/devtools-client": "0.7.0", | ||
"@player-tools/devtools-types": "0.7.0", | ||
"@player-tools/devtools-client": "0.9.0-next.0", | ||
"@player-tools/devtools-types": "0.9.0-next.0", | ||
"@player-ui/pubsub-plugin": "0.7.2-next.4", | ||
"@player-ui/react": "0.7.2-next.4", | ||
"dequal": "^2.0.3", | ||
|
@@ -32,6 +32,7 @@ | |
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-error-boundary": "^4.0.12", | ||
"sharp": "^0.33.5", | ||
"tiny-uid": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
|
Oops, something went wrong.