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

Commit

Permalink
Bump versions to 0.9.29 to catch up with previous deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aaga committed Jul 20, 2022
1 parent 8557479 commit 17826f6
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 9 deletions.
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": "0.9.28",
"version": "0.9.29",
"nextBump": "patch"
}
]
2 changes: 1 addition & 1 deletion extensions/attention-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dexie": "^3.2.2",
"pako": "^2.0.4",
"@mozilla/glean": "^1.0.0",
"@mozilla/rally-sdk": "^0.9.28",
"@mozilla/rally-sdk": "^0.9.29",
"@mozilla/web-science": "^0.5.1",
"tailwindcss": "^3.0.24",
"webextension-polyfill": "^0.8.0"
Expand Down
6 changes: 6 additions & 0 deletions extensions/sdk/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@mozilla/rally-sdk",
"entries": [
{
"version": "0.9.29",
"tag": "@mozilla/rally-sdk_v0.9.29",
"date": "Wed, 20 Jul 2022 18:37:19 GMT",
"comments": {}
},
{
"version": "0.9.28",
"tag": "@mozilla/rally-sdk_v0.9.28",
Expand Down
7 changes: 6 additions & 1 deletion extensions/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @mozilla/rally-sdk

This log was last generated on Wed, 13 Jul 2022 21:28:36 GMT and should not be manually modified.
This log was last generated on Wed, 20 Jul 2022 18:37:19 GMT and should not be manually modified.

## 0.9.29
Wed, 20 Jul 2022 18:37:19 GMT

_Version update only_

## 0.9.28
Wed, 13 Jul 2022 21:28:36 GMT
Expand Down
2 changes: 1 addition & 1 deletion extensions/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozilla/rally-sdk",
"version": "0.9.28",
"version": "0.9.29",
"description": "The Rally partner support library.",
"main": "./dist",
"scripts": {
Expand Down
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": "0.9.29",
"tag": "@mozilla/rally-shared-types_v0.9.29",
"date": "Wed, 20 Jul 2022 18:37:19 GMT",
"comments": {}
},
{
"version": "0.9.28",
"tag": "@mozilla/rally-shared-types_v0.9.28",
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 Wed, 13 Jul 2022 21:28:36 GMT and should not be manually modified.
This log was last generated on Wed, 20 Jul 2022 18:37:19 GMT and should not be manually modified.

## 0.9.29
Wed, 20 Jul 2022 18:37:19 GMT

_Version update only_

## 0.9.28
Wed, 13 Jul 2022 21:28:36 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": "0.9.28",
"version": "0.9.29",
"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": "0.9.29",
"tag": "@mozilla/rally-functions_v0.9.29",
"date": "Wed, 20 Jul 2022 18:37:19 GMT",
"comments": {}
},
{
"version": "0.9.28",
"tag": "@mozilla/rally-functions_v0.9.28",
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 Wed, 13 Jul 2022 21:28:36 GMT and should not be manually modified.
This log was last generated on Wed, 20 Jul 2022 18:37:19 GMT and should not be manually modified.

## 0.9.29
Wed, 20 Jul 2022 18:37:19 GMT

_Version update only_

## 0.9.28
Wed, 13 Jul 2022 21:28:36 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": "0.9.28",
"version": "0.9.29",
"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 @@ -14,7 +14,7 @@
"test:watch": "jest --verbose --watchAll"
},
"dependencies": {
"@mozilla/rally-shared-types": "^0.9.28",
"@mozilla/rally-shared-types": "^0.9.29",
"assert": "~2.0.0",
"firebase": "^9.8.3",
"next": "12.1.6",
Expand Down

0 comments on commit 17826f6

Please sign in to comment.