Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
next-team committed Nov 29, 2023
1 parent ca837dc commit cc531d9
Show file tree
Hide file tree
Showing 31 changed files with 155 additions and 48 deletions.
30 changes: 15 additions & 15 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"core/cli": "3.3.9",
"core/create": "3.2.14",
"core/cli": "3.3.10",
"core/create": "3.2.15",
"lib/error": "3.1.0",
"lib/logger": "3.3.0",
"lib/options": "3.1.5",
Expand All @@ -11,33 +11,33 @@
"lib/wait-for-ok": "3.1.0",
"orb": "4.2.3",
"plugins/babel": "3.1.5",
"plugins/backend-app": "3.1.22",
"plugins/backend-app": "3.1.23",
"plugins/circleci": "5.3.8",
"plugins/circleci-heroku": "3.1.22",
"plugins/circleci-heroku": "3.1.23",
"plugins/circleci-npm": "5.2.11",
"plugins/component": "4.0.4",
"plugins/eslint": "3.1.5",
"plugins/frontend-app": "3.1.23",
"plugins/heroku": "3.3.13",
"plugins/frontend-app": "3.1.24",
"plugins/heroku": "3.3.14",
"plugins/husky-npm": "4.1.0",
"plugins/jest": "3.2.2",
"plugins/lint-staged": "4.1.5",
"plugins/lint-staged-npm": "3.1.5",
"plugins/mocha": "3.1.5",
"plugins/n-test": "3.2.7",
"plugins/next-router": "3.3.7",
"plugins/node": "3.3.7",
"plugins/nodemon": "3.3.7",
"plugins/next-router": "3.3.8",
"plugins/node": "3.3.8",
"plugins/nodemon": "3.3.8",
"plugins/npm": "3.2.2",
"plugins/pa11y": "0.5.0",
"plugins/prettier": "3.1.5",
"plugins/upload-assets-to-s3": "3.1.6",
"plugins/webpack": "3.1.6",
"plugins/cypress": "3.3.0",
"plugins/typescript": "2.1.5",
"plugins/backend-heroku-app": "3.0.10",
"plugins/cypress": "3.3.1",
"plugins/typescript": "2.1.6",
"plugins/backend-heroku-app": "3.0.11",
"plugins/circleci-deploy": "3.2.8",
"plugins/backend-serverless-app": "3.0.11",
"plugins/serverless": "2.2.11",
"lib/doppler": "1.0.7"
"plugins/backend-serverless-app": "3.0.12",
"plugins/serverless": "2.2.12",
"lib/doppler": "1.0.8"
}
8 changes: 8 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,14 @@
* @dotcom-tool-kit/frontend-app bumped from ^3.1.22 to ^3.1.23
* @dotcom-tool-kit/heroku bumped from ^3.3.12 to ^3.3.13

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @dotcom-tool-kit/backend-heroku-app bumped from ^3.0.10 to ^3.0.11
* @dotcom-tool-kit/frontend-app bumped from ^3.1.23 to ^3.1.24
* @dotcom-tool-kit/heroku bumped from ^3.3.13 to ^3.3.14

## [3.3.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v3.3.0...dotcom-tool-kit-v3.3.1) (2023-10-23)


Expand Down
8 changes: 4 additions & 4 deletions core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotcom-tool-kit",
"version": "3.3.9",
"version": "3.3.10",
"description": "modern, maintainable, modular developer tooling for FT.com projects",
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "MIT",
Expand All @@ -21,12 +21,12 @@
},
"devDependencies": {
"@dotcom-tool-kit/babel": "^3.1.5",
"@dotcom-tool-kit/backend-heroku-app": "^3.0.10",
"@dotcom-tool-kit/backend-heroku-app": "^3.0.11",
"@dotcom-tool-kit/circleci": "^5.3.8",
"@dotcom-tool-kit/circleci-deploy": "^3.2.8",
"@dotcom-tool-kit/eslint": "^3.1.5",
"@dotcom-tool-kit/frontend-app": "^3.1.23",
"@dotcom-tool-kit/heroku": "^3.3.13",
"@dotcom-tool-kit/frontend-app": "^3.1.24",
"@dotcom-tool-kit/heroku": "^3.3.14",
"@dotcom-tool-kit/mocha": "^3.1.5",
"@dotcom-tool-kit/n-test": "^3.2.7",
"@dotcom-tool-kit/npm": "^3.2.2",
Expand Down
16 changes: 16 additions & 0 deletions core/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,22 @@
* devDependencies
* dotcom-tool-kit bumped from ^3.3.8 to ^3.3.9

## [3.2.15](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v3.2.14...create-v3.2.15) (2023-11-29)


### Bug Fixes

* **create:** accommodate for Doppler transforms when getting AWS secrets ([d8cb151](https://github.com/Financial-Times/dotcom-tool-kit/commit/d8cb151566cf7139145c5afbdcf29affde333ef8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/doppler bumped from ^1.0.7 to ^1.0.8
* devDependencies
* dotcom-tool-kit bumped from ^3.3.9 to ^3.3.10

## [3.2.5](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v3.2.4...create-v3.2.5) (2023-10-16)


Expand Down
6 changes: 3 additions & 3 deletions core/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/create",
"version": "3.2.14",
"version": "3.2.15",
"description": "",
"main": "lib",
"bin": "./bin/create-tool-kit",
Expand All @@ -16,7 +16,7 @@
"@dotcom-tool-kit/error": "^3.1.0",
"@dotcom-tool-kit/logger": "^3.3.0",
"@dotcom-tool-kit/types": "^3.4.1",
"@dotcom-tool-kit/doppler": "^1.0.7",
"@dotcom-tool-kit/doppler": "^1.0.8",
"@financial-times/package-json": "^3.0.0",
"@octokit/rest": "^19.0.5",
"@quarterto/parse-makefile-rules": "^1.1.0",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@types/pacote": "^11.1.3",
"@types/prompts": "^2.0.14",
"cosmiconfig": "^7.0.1",
"dotcom-tool-kit": "^3.3.9"
"dotcom-tool-kit": "^3.3.10"
},
"volta": {
"extends": "../../package.json"
Expand Down
7 changes: 7 additions & 0 deletions lib/doppler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
* @dotcom-tool-kit/types bumped from ^3.4.0 to ^3.4.1
* @dotcom-tool-kit/vault bumped from ^3.1.5 to ^3.1.6

## [1.0.8](https://github.com/Financial-Times/dotcom-tool-kit/compare/doppler-v1.0.7...doppler-v1.0.8) (2023-11-29)


### Bug Fixes

* **doppler:** improve error message if you try to get secrets in CI ([5b789f8](https://github.com/Financial-Times/dotcom-tool-kit/commit/5b789f8f117c9171504b1f088b6736325729acd1))

## [1.0.7](https://github.com/Financial-Times/dotcom-tool-kit/compare/doppler-v1.0.6...doppler-v1.0.7) (2023-11-21)


Expand Down
2 changes: 1 addition & 1 deletion lib/doppler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/doppler",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"main": "lib",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/backend-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,12 @@
* dependencies
* @dotcom-tool-kit/backend-heroku-app bumped from ^3.0.9 to ^3.0.10

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/backend-heroku-app bumped from ^3.0.10 to ^3.0.11

## [3.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-app-v3.0.0...backend-app-v3.1.0) (2023-04-28)


Expand Down
4 changes: 2 additions & 2 deletions plugins/backend-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@dotcom-tool-kit/backend-app",
"version": "3.1.22",
"version": "3.1.23",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/backend-heroku-app": "^3.0.10"
"@dotcom-tool-kit/backend-heroku-app": "^3.0.11"
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions plugins/backend-heroku-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@
* dependencies
* @dotcom-tool-kit/heroku bumped from ^3.3.12 to ^3.3.13

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/heroku bumped from ^3.3.13 to ^3.3.14
* @dotcom-tool-kit/node bumped from ^3.3.7 to ^3.3.8

## [3.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-heroku-app-v2.1.11...backend-heroku-app-v3.0.0) (2023-10-09)


Expand Down
6 changes: 3 additions & 3 deletions plugins/backend-heroku-app/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@dotcom-tool-kit/backend-heroku-app",
"version": "3.0.10",
"version": "3.0.11",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci-deploy": "^3.2.8",
"@dotcom-tool-kit/heroku": "^3.3.13",
"@dotcom-tool-kit/node": "^3.3.7",
"@dotcom-tool-kit/heroku": "^3.3.14",
"@dotcom-tool-kit/node": "^3.3.8",
"@dotcom-tool-kit/npm": "^3.2.2"
},
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions plugins/backend-serverless-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@
* dependencies
* @dotcom-tool-kit/serverless bumped from ^2.2.10 to ^2.2.11

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/node bumped from ^3.3.7 to ^3.3.8
* @dotcom-tool-kit/serverless bumped from ^2.2.11 to ^2.2.12

## [3.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v2.1.11...backend-serverless-app-v3.0.0) (2023-10-09)


Expand Down
6 changes: 3 additions & 3 deletions plugins/backend-serverless-app/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@dotcom-tool-kit/backend-serverless-app",
"version": "3.0.11",
"version": "3.0.12",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci-deploy": "^3.2.8",
"@dotcom-tool-kit/node": "^3.3.7",
"@dotcom-tool-kit/node": "^3.3.8",
"@dotcom-tool-kit/npm": "^3.2.2",
"@dotcom-tool-kit/serverless": "^2.2.11"
"@dotcom-tool-kit/serverless": "^2.2.12"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions plugins/circleci-heroku/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@
* dependencies
* @dotcom-tool-kit/heroku bumped from ^3.3.12 to ^3.3.13

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/heroku bumped from ^3.3.13 to ^3.3.14

## [3.1.8](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-heroku-v3.1.7...circleci-heroku-v3.1.8) (2023-07-04)


Expand Down
4 changes: 2 additions & 2 deletions plugins/circleci-heroku/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/circleci-heroku",
"version": "3.1.22",
"version": "3.1.23",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci-deploy": "^3.2.8",
"@dotcom-tool-kit/heroku": "^3.3.13",
"@dotcom-tool-kit/heroku": "^3.3.14",
"tslib": "^2.3.1"
},
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
* dependencies
* @dotcom-tool-kit/vault bumped from ^3.1.5 to ^3.1.6

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/doppler bumped from ^1.0.7 to ^1.0.8

## [3.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/cypress-v3.2.3...cypress-v3.3.0) (2023-11-22)


Expand Down
4 changes: 2 additions & 2 deletions plugins/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/cypress",
"version": "3.3.0",
"version": "3.3.1",
"description": "",
"main": "lib",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"npm": "7.x || 8.x || 9.x"
},
"dependencies": {
"@dotcom-tool-kit/doppler": "^1.0.7",
"@dotcom-tool-kit/doppler": "^1.0.8",
"@dotcom-tool-kit/logger": "^3.3.0",
"@dotcom-tool-kit/state": "^3.1.1",
"@dotcom-tool-kit/types": "^3.4.1"
Expand Down
6 changes: 6 additions & 0 deletions plugins/frontend-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@
* dependencies
* @dotcom-tool-kit/backend-heroku-app bumped from ^3.0.9 to ^3.0.10

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/backend-heroku-app bumped from ^3.0.10 to ^3.0.11

## [3.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/frontend-app-v3.0.0...frontend-app-v3.1.0) (2023-04-28)


Expand Down
4 changes: 2 additions & 2 deletions plugins/frontend-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@dotcom-tool-kit/frontend-app",
"version": "3.1.23",
"version": "3.1.24",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/backend-heroku-app": "^3.0.10",
"@dotcom-tool-kit/backend-heroku-app": "^3.0.11",
"@dotcom-tool-kit/upload-assets-to-s3": "^3.1.6",
"@dotcom-tool-kit/webpack": "^3.1.6"
},
Expand Down
6 changes: 6 additions & 0 deletions plugins/heroku/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@
* dependencies
* @dotcom-tool-kit/doppler bumped from ^1.0.6 to ^1.0.7

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/doppler bumped from ^1.0.7 to ^1.0.8

## [3.3.13](https://github.com/Financial-Times/dotcom-tool-kit/compare/heroku-v3.3.12...heroku-v3.3.13) (2023-11-24)


Expand Down
4 changes: 2 additions & 2 deletions plugins/heroku/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/heroku",
"version": "3.3.13",
"version": "3.3.14",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/doppler": "^1.0.7",
"@dotcom-tool-kit/doppler": "^1.0.8",
"@dotcom-tool-kit/error": "^3.1.0",
"@dotcom-tool-kit/logger": "^3.3.0",
"@dotcom-tool-kit/npm": "^3.2.2",
Expand Down
6 changes: 6 additions & 0 deletions plugins/next-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@
* dependencies
* @dotcom-tool-kit/doppler bumped from ^1.0.6 to ^1.0.7

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/doppler bumped from ^1.0.7 to ^1.0.8

## [3.3.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/next-router-v3.3.1...next-router-v3.3.2) (2023-10-09)


Expand Down
Loading

0 comments on commit cc531d9

Please sign in to comment.