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

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozilla Rally Github CI/CD committed Sep 23, 2022
1 parent 75c58d3 commit 81e55fd
Show file tree
Hide file tree
Showing 10 changed files with 28,244 additions and 7 deletions.
28,213 changes: 28,213 additions & 0 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "RallyVersionPolicy",
"version": "1.1.1",
"version": "1.1.2",
"nextBump": "patch"
}
]
6 changes: 6 additions & 0 deletions shared/types/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@mozilla/rally-shared-types",
"entries": [
{
"version": "1.1.2",
"tag": "@mozilla/rally-shared-types_v1.1.2",
"date": "Fri, 23 Sep 2022 22:06:35 GMT",
"comments": {}
},
{
"version": "1.1.1",
"tag": "@mozilla/rally-shared-types_v1.1.1",
Expand Down
7 changes: 6 additions & 1 deletion shared/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @mozilla/rally-shared-types

This log was last generated on Tue, 20 Sep 2022 19:03:05 GMT and should not be manually modified.
This log was last generated on Fri, 23 Sep 2022 22:06:35 GMT and should not be manually modified.

## 1.1.2
Fri, 23 Sep 2022 22:06:35 GMT

_Version update only_

## 1.1.1
Tue, 20 Sep 2022 19:03:05 GMT
Expand Down
2 changes: 1 addition & 1 deletion shared/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozilla/rally-shared-types",
"version": "1.1.1",
"version": "1.1.2",
"description": "Shared types between Mozilla Rally extensions and web platform.",
"main": "./dist",
"files": ["dist"],
Expand Down
6 changes: 6 additions & 0 deletions web-platform/functions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@mozilla/rally-functions",
"entries": [
{
"version": "1.1.2",
"tag": "@mozilla/rally-functions_v1.1.2",
"date": "Fri, 23 Sep 2022 22:06:35 GMT",
"comments": {}
},
{
"version": "1.1.1",
"tag": "@mozilla/rally-functions_v1.1.1",
Expand Down
7 changes: 6 additions & 1 deletion web-platform/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @mozilla/rally-functions

This log was last generated on Tue, 20 Sep 2022 19:03:05 GMT and should not be manually modified.
This log was last generated on Fri, 23 Sep 2022 22:06:35 GMT and should not be manually modified.

## 1.1.2
Fri, 23 Sep 2022 22:06:35 GMT

_Version update only_

## 1.1.1
Tue, 20 Sep 2022 19:03:05 GMT
Expand Down
2 changes: 1 addition & 1 deletion web-platform/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozilla/rally-functions",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"scripts": {
"lint": "npm run lint:glean && eslint --ext .js,.ts .",
Expand Down
2 changes: 1 addition & 1 deletion web-platform/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"export-staging": "npm run build-staging && next export"
},
"dependencies": {
"@mozilla/rally-shared-types": "^1.1.1",
"@mozilla/rally-shared-types": "^1.1.2",
"assert": "~2.0.0",
"firebase": "^9.8.3",
"next": "12.1.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ describe("StudyCardHeader tests", () => {
})
).toBeDefined();

expect(root.queryByText(strings.addExtension.chrome)).not.toBeInTheDocument();
expect(
root.queryByText(strings.addExtension.chrome)
).not.toBeInTheDocument();

expect(
root.queryByText(strings.menus.dontJoinStudy)
Expand Down

0 comments on commit 81e55fd

Please sign in to comment.