Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <marius-david.wieschollek@intellishop.ag>2021-01-13 15:57:40 +0300
committerMarius David Wieschollek <marius-david.wieschollek@intellishop.ag>2021-01-13 15:57:40 +0300
commit830ca68a4858a40c845c99f4fcbe2d7914b9f970 (patch)
tree9b887579ada57f9882eb60523897599534a08948
parent8460d6d514dfbba916b647d251a03ce9f02942ad (diff)
Set version2.0.2
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--Changelog.md5
-rw-r--r--package-lock.json8
-rw-r--r--package.json4
-rw-r--r--src/platform/chrome/manifest.json4
-rw-r--r--src/platform/fenix/manifest.json2
-rw-r--r--src/platform/firefox/manifest.json2
7 files changed, 16 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce35878..fab64e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,7 +65,7 @@ Publish Stable Firefox:
stage: publishing
script:
- 'rm dist/firefox-extension/updates.json'
- - 'web-ext sign --channel listed'
+ - 'web-ext-submit --channel listed'
environment:
name: Stable
only:
diff --git a/Changelog.md b/Changelog.md
index 525eddf..c0be6c0 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,8 @@
+## 2.0.2 - Bugfix Release
+### Fixed
+- Alert in PassLink dialog
+- Czech translation
+
## 2.0.1 - Bugfix Release
### Fixed
- Invalid custom field data stops password fetch
diff --git a/package-lock.json b/package-lock.json
index 77a8969..637af66 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "passwords-webextension",
- "version": "2.0.1",
+ "version": "2.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -4604,9 +4604,9 @@
"dev": true
},
"sass": {
- "version": "1.32.2",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.2.tgz",
- "integrity": "sha512-u1pUuzqwz3SAgvHSWp1k0mRhX82b2DdlVnP6UIetQPZtYbuJUDaPQhZE12jyjB7vYeOScfz9WPsZJB6Rpk7heA==",
+ "version": "1.32.4",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.4.tgz",
+ "integrity": "sha512-N0BT0PI/t3+gD8jKa83zJJUb7ssfQnRRfqN+GIErokW6U4guBpfYl8qYB+OFLEho+QvnV5ZH1R9qhUC/Z2Ch9w==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
diff --git a/package.json b/package.json
index 58e7631..5a48e67 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "passwords-webextension",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "The official browser client of the Passwords app for Nextcloud",
"private": true,
"scripts": {
@@ -25,7 +25,7 @@
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"passwords-client": "https://git.mdns.eu/nextcloud/passwords-client/-/archive/master/passwords-client-master.tar.gz",
- "sass": "^1.32.2",
+ "sass": "^1.32.4",
"sass-loader": "^10.1.1",
"sass-resources-loader": "^2.1.1",
"search-query-parser": "^1.5.5",
diff --git a/src/platform/chrome/manifest.json b/src/platform/chrome/manifest.json
index 4455859..fb0232f 100644
--- a/src/platform/chrome/manifest.json
+++ b/src/platform/chrome/manifest.json
@@ -1,8 +1,8 @@
{
"manifest_version" : 2,
"name" : "__MSG_extensionName__",
- "version" : "2.0.1.99999",
- "version_name" : "2.0.1",
+ "version" : "2.0.2.99999",
+ "version_name" : "2.0.2",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",
diff --git a/src/platform/fenix/manifest.json b/src/platform/fenix/manifest.json
index 045bc6b..6ead4eb 100644
--- a/src/platform/fenix/manifest.json
+++ b/src/platform/fenix/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version" : 2,
"name" : "__MSG_extensionName__",
- "version" : "2.0.1.BUILD",
+ "version" : "2.0.2.BUILD",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",
diff --git a/src/platform/firefox/manifest.json b/src/platform/firefox/manifest.json
index 1f6f7e7..351e5fc 100644
--- a/src/platform/firefox/manifest.json
+++ b/src/platform/firefox/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version" : 2,
"name" : "__MSG_extensionName__",
- "version" : "2.0.1.BUILD",
+ "version" : "2.0.2.BUILD",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",