Skip to content

Commit be7352a

Browse files
committed
bump to 6.3.3
1 parent f401d88 commit be7352a

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

RELEASE.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
- package.json
99
- manifest.json
1010
- commit and tag (`git tag {version}`)
11-
- Run `gulp buildExtension`. This will generate a zip - `extension-{version}.zip`
12-
- Test out extension-{version}.zip
13-
- If everything is good, push to master
11+
- Conditional code changes for extension:
12+
- Remove base tag from index.ejs
13+
- Remove auth code for signInWithPopup
14+
- Remove ga.js loading in analytics.js and add window.ga = () => {};
15+
- Remove lemonsqueezy.js script loading from useCheckout.js
16+
- Change import from 'firebase/auth' to 'firebase/auth/web-extension'
17+
- Run `gulp buildExtension`. This will generate a folder called `extension`.
18+
- Test out the extension by loading the `extension` folder.
19+
- If everything is good, push to master.
20+
- Zip the folder and submit to webstore.

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Web Maker",
3-
"version": "6.3.1",
3+
"version": "6.3.3",
44
"manifest_version": 3,
55
"description": "Blazing fast & offline playground for your web experiments",
66
"homepage_url": "https://webmaker.app",

src/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<body>
3636
<h3>
3737
Settings
38-
<span style="opacity: 0.6; font-size: 0.7em"> v6.3.1</span>
38+
<span style="opacity: 0.6; font-size: 0.7em"> v6.3.3</span>
3939
</h3>
4040
<form name="optionsForm">
4141
<label>

0 commit comments

Comments
 (0)