Skip to content

Commit

Permalink
Merge pull request #380 from Financial-Times/release-please--branches…
Browse files Browse the repository at this point in the history
…--main

chore: release main
  • Loading branch information
jkerr321 authored Mar 29, 2023
2 parents 64c584d + 07a83fa commit 03d75a3
Show file tree
Hide file tree
Showing 25 changed files with 123 additions and 38 deletions.
24 changes: 12 additions & 12 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"core/cli": "2.6.2",
"core/create": "2.7.1",
"core/cli": "2.6.3",
"core/create": "2.7.2",
"lib/error": "2.0.1",
"lib/logger": "2.2.1",
"lib/options": "2.0.15",
Expand All @@ -11,20 +11,20 @@
"lib/wait-for-ok": "2.0.1",
"orb": "3.2.0",
"plugins/babel": "2.0.15",
"plugins/backend-app": "2.2.3",
"plugins/circleci": "4.0.2",
"plugins/circleci-heroku": "2.3.3",
"plugins/circleci-npm": "4.0.2",
"plugins/component": "2.1.4",
"plugins/backend-app": "2.2.4",
"plugins/circleci": "4.0.3",
"plugins/circleci-heroku": "2.3.4",
"plugins/circleci-npm": "4.0.3",
"plugins/component": "2.1.5",
"plugins/eslint": "2.3.2",
"plugins/frontend-app": "2.3.0",
"plugins/frontend-app": "2.3.1",
"plugins/heroku": "2.1.6",
"plugins/husky-npm": "3.0.0",
"plugins/jest": "2.0.15",
"plugins/lint-staged": "3.0.5",
"plugins/lint-staged-npm": "2.0.17",
"plugins/mocha": "2.3.2",
"plugins/n-test": "2.1.10",
"plugins/mocha": "2.3.3",
"plugins/n-test": "2.2.0",
"plugins/next-router": "2.0.15",
"plugins/node": "2.3.2",
"plugins/nodemon": "2.2.2",
Expand All @@ -36,6 +36,6 @@
"plugins/webpack": "2.1.14",
"plugins/cypress": "2.0.1",
"plugins/typescript": "1.0.4",
"plugins/backend-heroku-app": "1.0.3",
"plugins/circleci-deploy": "2.0.2"
"plugins/backend-heroku-app": "1.0.4",
"plugins/circleci-deploy": "2.0.3"
}
11 changes: 11 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@
* @dotcom-tool-kit/mocha bumped from ^2.1.7 to ^2.2.0
* @dotcom-tool-kit/n-test bumped from ^2.1.5 to ^2.1.6

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @dotcom-tool-kit/backend-heroku-app bumped from ^1.0.3 to ^1.0.4
* @dotcom-tool-kit/circleci bumped from ^4.0.2 to ^4.0.3
* @dotcom-tool-kit/circleci-deploy bumped from ^2.0.2 to ^2.0.3
* @dotcom-tool-kit/frontend-app bumped from ^2.3.0 to ^2.3.1
* @dotcom-tool-kit/mocha bumped from ^2.3.2 to ^2.3.3
* @dotcom-tool-kit/n-test bumped from ^2.1.10 to ^2.2.0

## [2.6.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v2.6.1...dotcom-tool-kit-v2.6.2) (2023-03-22)


Expand Down
14 changes: 7 additions & 7 deletions core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotcom-tool-kit",
"version": "2.6.2",
"version": "2.6.3",
"description": "modern, maintainable, modular developer tooling for FT.com projects",
"author": "FT.com Platforms Team <[email protected]>",
"license": "MIT",
Expand All @@ -21,14 +21,14 @@
},
"devDependencies": {
"@dotcom-tool-kit/babel": "^2.0.15",
"@dotcom-tool-kit/backend-heroku-app": "^1.0.3",
"@dotcom-tool-kit/circleci": "^4.0.2",
"@dotcom-tool-kit/circleci-deploy": "^2.0.2",
"@dotcom-tool-kit/backend-heroku-app": "^1.0.4",
"@dotcom-tool-kit/circleci": "^4.0.3",
"@dotcom-tool-kit/circleci-deploy": "^2.0.3",
"@dotcom-tool-kit/eslint": "^2.3.2",
"@dotcom-tool-kit/frontend-app": "^2.3.0",
"@dotcom-tool-kit/frontend-app": "^2.3.1",
"@dotcom-tool-kit/heroku": "^2.1.6",
"@dotcom-tool-kit/mocha": "^2.3.2",
"@dotcom-tool-kit/n-test": "^2.1.10",
"@dotcom-tool-kit/mocha": "^2.3.3",
"@dotcom-tool-kit/n-test": "^2.2.0",
"@dotcom-tool-kit/npm": "^2.0.16",
"@dotcom-tool-kit/webpack": "^2.1.14",
"@jest/globals": "^27.4.6",
Expand Down
6 changes: 6 additions & 0 deletions core/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
* devDependencies
* dotcom-tool-kit bumped from ^2.6.0 to ^2.6.1

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* dotcom-tool-kit bumped from ^2.6.2 to ^2.6.3

## [2.7.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v2.7.0...create-v2.7.1) (2023-03-23)


Expand Down
4 changes: 2 additions & 2 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": "2.7.1",
"version": "2.7.2",
"description": "",
"main": "lib",
"bin": "./bin/create-tool-kit",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/pacote": "^11.1.3",
"@types/prompts": "^2.0.14",
"cosmiconfig": "^7.0.1",
"dotcom-tool-kit": "^2.6.2"
"dotcom-tool-kit": "^2.6.3"
},
"volta": {
"extends": "../../package.json"
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 @@ -126,6 +126,12 @@
* dependencies
* @dotcom-tool-kit/backend-heroku-app bumped from ^1.0.2 to ^1.0.3

### Dependencies

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

## [2.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-app-v2.1.1...backend-app-v2.2.0) (2023-01-24)


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": "2.2.3",
"version": "2.2.4",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/backend-heroku-app": "^1.0.3"
"@dotcom-tool-kit/backend-heroku-app": "^1.0.4"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions plugins/backend-heroku-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
* @dotcom-tool-kit/npm bumped from ^2.0.15 to ^2.0.16
* @dotcom-tool-kit/secret-squirrel bumped from ^1.0.13 to ^1.0.14

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci-deploy bumped from ^2.0.2 to ^2.0.3

## 1.0.0 (2023-01-24)


Expand Down
4 changes: 2 additions & 2 deletions plugins/backend-heroku-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@dotcom-tool-kit/backend-heroku-app",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci-deploy": "^2.0.2",
"@dotcom-tool-kit/circleci-deploy": "^2.0.3",
"@dotcom-tool-kit/heroku": "^2.1.6",
"@dotcom-tool-kit/husky-npm": "^3.0.0",
"@dotcom-tool-kit/node": "^2.3.2",
Expand Down
6 changes: 6 additions & 0 deletions plugins/circleci-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
* dependencies
* @dotcom-tool-kit/circleci bumped from ^4.0.1 to ^4.0.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci bumped from ^4.0.2 to ^4.0.3

## [2.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-deploy-v1.0.0...circleci-deploy-v2.0.0) (2023-03-07)


Expand Down
4 changes: 2 additions & 2 deletions plugins/circleci-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/circleci-deploy",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci": "^4.0.2",
"@dotcom-tool-kit/circleci": "^4.0.3",
"tslib": "^2.3.1"
},
"repository": {
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 @@ -101,6 +101,12 @@
* @dotcom-tool-kit/circleci-deploy bumped from ^2.0.1 to ^2.0.2
* @dotcom-tool-kit/heroku bumped from ^2.1.5 to ^2.1.6

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci-deploy bumped from ^2.0.2 to ^2.0.3

## [2.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-heroku-v2.2.1...circleci-heroku-v2.3.0) (2023-01-24)


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": "2.3.3",
"version": "2.3.4",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci-deploy": "^2.0.2",
"@dotcom-tool-kit/circleci-deploy": "^2.0.3",
"@dotcom-tool-kit/heroku": "^2.1.6",
"tslib": "^2.3.1"
},
Expand Down
6 changes: 6 additions & 0 deletions plugins/circleci-npm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@
* @dotcom-tool-kit/circleci bumped from ^4.0.1 to ^4.0.2
* @dotcom-tool-kit/npm bumped from ^2.0.15 to ^2.0.16

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci bumped from ^4.0.2 to ^4.0.3

## [4.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-npm-v3.0.2...circleci-npm-v4.0.0) (2023-03-07)


Expand Down
4 changes: 2 additions & 2 deletions plugins/circleci-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/circleci-npm",
"version": "4.0.2",
"version": "4.0.3",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/types": "^2.9.2",
"@dotcom-tool-kit/circleci": "^4.0.2",
"@dotcom-tool-kit/circleci": "^4.0.3",
"@dotcom-tool-kit/npm": "^2.0.16",
"tslib": "^2.3.1"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/circleci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
* dependencies
* @dotcom-tool-kit/types bumped from ^2.9.1 to ^2.9.2

## [4.0.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-v4.0.2...circleci-v4.0.3) (2023-03-29)


### Bug Fixes

* **circleci:** correct installation error for unmanaged CircleCI configs ([df22de6](https://github.com/Financial-Times/dotcom-tool-kit/commit/df22de622b76fabf4d598a739b15a5eb0b585257))

## [4.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-v3.0.2...circleci-v4.0.0) (2023-03-07)


Expand Down
2 changes: 1 addition & 1 deletion plugins/circleci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/circleci",
"version": "4.0.2",
"version": "4.0.3",
"description": "",
"main": "lib",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
* @dotcom-tool-kit/npm bumped from ^2.0.15 to ^2.0.16
* @dotcom-tool-kit/secret-squirrel bumped from ^1.0.13 to ^1.0.14

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci-npm bumped from ^4.0.2 to ^4.0.3

## [2.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/component-v2.0.1...component-v2.1.0) (2022-12-14)


Expand Down
4 changes: 2 additions & 2 deletions plugins/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/component",
"version": "2.1.4",
"version": "2.1.5",
"description": "",
"main": "index.js",
"keywords": [],
Expand All @@ -20,7 +20,7 @@
"dotcom-tool-kit": "^2.6.0"
},
"dependencies": {
"@dotcom-tool-kit/circleci-npm": "^4.0.2",
"@dotcom-tool-kit/circleci-npm": "^4.0.3",
"@dotcom-tool-kit/husky-npm": "^3.0.0",
"@dotcom-tool-kit/npm": "^2.0.16",
"@dotcom-tool-kit/secret-squirrel": "^1.0.14"
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 @@ -103,6 +103,12 @@
* @dotcom-tool-kit/backend-heroku-app bumped from ^1.0.1 to ^1.0.2
* @dotcom-tool-kit/webpack bumped from ^2.1.12 to ^2.1.13

### Dependencies

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

## [2.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/frontend-app-v2.2.2...frontend-app-v2.3.0) (2023-03-22)


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": "2.3.0",
"version": "2.3.1",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/backend-heroku-app": "^1.0.3",
"@dotcom-tool-kit/backend-heroku-app": "^1.0.4",
"@dotcom-tool-kit/upload-assets-to-s3": "^2.1.2",
"@dotcom-tool-kit/webpack": "^2.1.14"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@
* dependencies
* @dotcom-tool-kit/types bumped from ^2.9.1 to ^2.9.2

## [2.3.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/mocha-v2.3.2...mocha-v2.3.3) (2023-03-29)


### Bug Fixes

* **mocha:** force color output for mocha logs ([d0729c5](https://github.com/Financial-Times/dotcom-tool-kit/commit/d0729c5e29ad43356106ebd6858745e60e66106e))

## [2.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/mocha-v2.2.1...mocha-v2.3.0) (2023-03-07)


Expand Down
2 changes: 1 addition & 1 deletion plugins/mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/mocha",
"version": "2.3.2",
"version": "2.3.3",
"description": "",
"main": "lib",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions plugins/n-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,18 @@
* dependencies
* @dotcom-tool-kit/types bumped from ^2.9.1 to ^2.9.2

## [2.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/n-test-v2.1.10...n-test-v2.2.0) (2023-03-29)


### Features

* bump new version of n-test ([0b28a8e](https://github.com/Financial-Times/dotcom-tool-kit/commit/0b28a8ec85f3cc206141c4dc4b38938f5a3686bd))


### Bug Fixes

* **n-test:** bump to latest version of n-test to get versions back aligned ([64c584d](https://github.com/Financial-Times/dotcom-tool-kit/commit/64c584da044728faf35a41aa13e554eed02fe367))

### [2.1.4](https://github.com/Financial-Times/dotcom-tool-kit/compare/n-test-v2.1.3...n-test-v2.1.4) (2022-11-09)


Expand Down
Loading

0 comments on commit 03d75a3

Please sign in to comment.