Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release-v0.7.1' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexterp37 committed Jan 13, 2021
2 parents b813595 + e0b9e1f commit 0d2f21b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v0.7.0...master)
[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v0.7.1...master)

# v0.7.1 (2021-01-13)

[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v0.7.0...v0.7.1)

* Core-Addon
* [#299](https://github.com/mozilla-rally/core-addon/pull/299): Change the link to the sample Rally demo addon.

# v0.7.0 (2021-01-11)

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Mozilla",
"manifest_version": 2,
"name": "Rally Core",
"version": "0.7.0",
"version": "0.7.1",
"homepage_url": "https://github.com/mozilla-extensions/pioneer-v2-core-example",

"applications": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "rally_core",
"version": "0.7.0",
"version": "0.7.1",
"scripts": {
"build": "rollup -c && rollup -c rollup.config.addon.js --config-study-list-url=/public/locally-available-studies.json && web-ext build --overwrite-dest && mv web-ext-artifacts/*.zip web-ext-artifacts/rally_core.xpi",
"dev": "rollup -c -w",
Expand Down
8 changes: 4 additions & 4 deletions public/locally-available-studies.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": [
{
"name": "Ion Base Study",
"name": "Rally Base Study",
"icons": {
"32": "https://addons.cdn.mozilla.net/static/img/addon-icons/default-32.png",
"64": "https://addons.cdn.mozilla.net/static/img/addon-icons/default-64.png",
Expand All @@ -12,18 +12,18 @@
"url": "https://addons.mozilla.org/en-US/firefox/addon/ion-basic-study/",
"name": "Ion Developers"
},
"version": "2.1",
"version": "0.3.1",
"addon_id": "[email protected]",
"moreInfo": {
"spec": "https://addons.mozilla.org/en-US/firefox/addon/ion-basic-study/"
},
"isDefault": false,
"sourceURI": {
"spec": "https://addons.mozilla.org/firefox/downloads/file/3692256/ion_basic_study-0.3.0-fx.xpi"
"spec": "https://addons.mozilla.org/firefox/downloads/file/3707495/ion_basic_study-0.3.1-fx.xpi"
},
"studyType": "extension",
"studyEnded": false,
"description": "Study purpose: Testing Ion.",
"description": "Study purpose: Testing Rally.",
"privacyPolicy": {
"spec": "https://addons.mozilla.org/en-US/firefox/addon/ion-basic-study/"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/core-addon/integration/core_addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe("Core-Addon Onboarding", function () {
await this.driver.setContext(firefox.Context.CONTENT);

// Ensure that the study card for the base study is displayed.
const baseStudySelector = By.xpath(`//span[text()="Ion Base Study"]`);
const baseStudySelector = By.xpath(`//span[text()="Rally Base Study"]`);
await this.driver.findElement(baseStudySelector);

// Begin study unenrollment cancel it.
Expand Down

0 comments on commit 0d2f21b

Please sign in to comment.