1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-15 13:24:25 +02:00

bump to 6.3.3

This commit is contained in:
Kushagra Gour
2024-05-22 16:25:15 +05:30
parent f401d8856e
commit be7352af2d
3 changed files with 12 additions and 5 deletions

View File

@@ -8,6 +8,13 @@
- package.json - package.json
- manifest.json - manifest.json
- commit and tag (`git tag {version}`) - commit and tag (`git tag {version}`)
- Run `gulp buildExtension`. This will generate a zip - `extension-{version}.zip` - Conditional code changes for extension:
- Test out extension-{version}.zip - Remove base tag from index.ejs
- If everything is good, push to master - Remove auth code for signInWithPopup
- Remove ga.js loading in analytics.js and add window.ga = () => {};
- Remove lemonsqueezy.js script loading from useCheckout.js
- Change import from 'firebase/auth' to 'firebase/auth/web-extension'
- Run `gulp buildExtension`. This will generate a folder called `extension`.
- Test out the extension by loading the `extension` folder.
- If everything is good, push to master.
- Zip the folder and submit to webstore.

View File

@@ -1,6 +1,6 @@
{ {
"name": "Web Maker", "name": "Web Maker",
"version": "6.3.1", "version": "6.3.3",
"manifest_version": 3, "manifest_version": 3,
"description": "Blazing fast & offline playground for your web experiments", "description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmaker.app", "homepage_url": "https://webmaker.app",

View File

@@ -35,7 +35,7 @@
<body> <body>
<h3> <h3>
Settings Settings
<span style="opacity: 0.6; font-size: 0.7em"> v6.3.1</span> <span style="opacity: 0.6; font-size: 0.7em"> v6.3.3</span>
</h3> </h3>
<form name="optionsForm"> <form name="optionsForm">
<label> <label>