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 Oct 3, 2024
1 parent 44999c3 commit bf2b1e8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"plugins/backend-app": "3.2.6",
"plugins/circleci": "7.0.1",
"plugins/circleci-heroku": "3.2.6",
"plugins/circleci-npm": "6.0.1",
"plugins/component": "5.0.1",
"plugins/circleci-npm": "6.0.2",
"plugins/component": "5.0.2",
"plugins/eslint": "4.0.1",
"plugins/frontend-app": "4.0.1",
"plugins/heroku": "4.0.1",
Expand Down
7 changes: 7 additions & 0 deletions plugins/circleci-npm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,13 @@
* @dotcom-tool-kit/circleci bumped from ^7.0.0 to ^7.0.1
* @dotcom-tool-kit/npm bumped from ^4.0.0 to ^4.0.1

## [6.0.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-npm-v6.0.1...circleci-npm-v6.0.2) (2024-10-03)


### Bug Fixes

* don't split publish-tag into matrix ([5ed7afc](https://github.com/Financial-Times/dotcom-tool-kit/commit/5ed7afc14000d286d25be27677638a9f84429caa))

## [6.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-npm-v5.3.5...circleci-npm-v6.0.0) (2024-09-10)


Expand Down
2 changes: 1 addition & 1 deletion 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": "6.0.1",
"version": "6.0.2",
"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 @@ -196,6 +196,12 @@
* @dotcom-tool-kit/circleci-npm bumped from ^6.0.0 to ^6.0.1
* @dotcom-tool-kit/npm bumped from ^4.0.0 to ^4.0.1

### Dependencies

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

## [5.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/component-v4.1.5...component-v5.0.0) (2024-09-10)


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": "5.0.1",
"version": "5.0.2",
"description": "",
"main": "index.js",
"keywords": [],
Expand All @@ -20,7 +20,7 @@
"dotcom-tool-kit": "4.x"
},
"dependencies": {
"@dotcom-tool-kit/circleci-npm": "^6.0.1",
"@dotcom-tool-kit/circleci-npm": "^6.0.2",
"@dotcom-tool-kit/npm": "^4.0.1"
},
"engines": {
Expand Down

0 comments on commit bf2b1e8

Please sign in to comment.