Skip to content

Commit

Permalink
chore: prepare release (#5486)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
build-travis-ci and github-actions[bot] authored Dec 24, 2024
1 parent e2d8899 commit e9ef685
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/tiny-gorillas-smell.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cmf-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 7.1.1

### Patch Changes

- e2d8899: Revert: upgrade path-to-regexp
- Updated dependencies [e2d8899]
- @talend/react-cmf@10.1.1

## 7.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cmf-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-cmf-router",
"version": "7.1.0",
"version": "7.1.1",
"description": "",
"main": "lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -25,7 +25,7 @@
"lint": "talend-scripts lint"
},
"dependencies": {
"@talend/react-cmf": "^10.1.0",
"@talend/react-cmf": "^10.1.1",
"connected-react-router": "^6.9.3",
"history": "^5.3.0",
"lodash": "^4.17.21",
Expand Down
6 changes: 6 additions & 0 deletions packages/cmf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/react-cmf

## 10.1.1

### Patch Changes

- e2d8899: Revert: upgrade path-to-regexp

## 10.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.1.0"
"version": "10.1.1"
}

0 comments on commit e9ef685

Please sign in to comment.