Skip to content

Commit

Permalink
chore: prepare release (#5228)
Browse files Browse the repository at this point in the history
  • Loading branch information
build-travis-ci authored Mar 12, 2024
1 parent af0ac2d commit 5f94fc2
Show file tree
Hide file tree
Showing 15 changed files with 53 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .changeset/pretty-knives-judge.md

This file was deleted.

6 changes: 6 additions & 0 deletions fork/dynamic-cdn-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 13.1.2

### Patch Changes

- af0ac2d: Upgrade rimraf to version 5.0.5

## 13.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fork/dynamic-cdn-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/dynamic-cdn-webpack-plugin",
"version": "13.1.1",
"version": "13.1.2",
"description": "Dynamically get your dependencies from a cdn rather than bundling them in your app",
"license": "MIT",
"repository": "Talend/dynamic-cdn-webpack-plugin",
Expand Down
6 changes: 6 additions & 0 deletions packages/jsfc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/json-schema-form-core

## 1.2.4

### Patch Changes

- af0ac2d: Upgrade rimraf to version 5.0.5

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jsfc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/json-schema-form-core",
"version": "1.2.3",
"version": "1.2.4",
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
"main": "dist/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-core": "^16.3.6",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/scripts-config-typescript": "^11.2.1",
"@talend/babel-plugin-import-from-index": "^1.7.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/bootstrap-theme

## 9.1.2

### Patch Changes

- af0ac2d: Upgrade rimraf to version 5.0.5

## 9.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-config-stylelint": "^4.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-core": "^16.3.6",
"copy-webpack-plugin": "^11.0.0",
"css-minimizer-webpack-plugin": "^5.0.1",
"css-loader": "^4.3.0",
Expand All @@ -55,5 +55,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.1.1"
"version": "9.1.2"
}
6 changes: 6 additions & 0 deletions tools/scripts-build-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-build-cdn

## 11.1.3

### Patch Changes

- af0ac2d: Upgrade rimraf to version 5.0.5

## 11.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-build-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/scripts-build-cdn",
"version": "11.1.2",
"version": "11.1.3",
"description": "Give a CLI to build a CDN for js and css with unpkg like structures",
"main": "index.js",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions tools/scripts-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-core

## 16.3.6

### Patch Changes

- af0ac2d: Upgrade rimraf to version 5.0.5

## 16.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-core",
"description": "Set of scripts",
"version": "16.3.5",
"version": "16.3.6",
"license": "Apache-2.0",
"exports": "./src/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions tools/scripts-publish-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-publish-local

## 1.3.3

### Patch Changes

- af0ac2d: Upgrade rimraf to version 5.0.5

## 1.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/scripts-publish-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/scripts-publish-local",
"version": "1.3.2",
"version": "1.3.3",
"description": "",
"bin": {
"talend-publish-local": "./bin/cli.js"
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5"
"@talend/scripts-core": "^16.3.6"
},
"author": "Talend Frontend <[email protected]> (http://www.talend.com)",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions tools/upgrade-deps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/upgrade-deps

## 3.0.3

### Patch Changes

- af0ac2d: Upgrade rimraf to version 5.0.5

## 3.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/upgrade-deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/upgrade-deps",
"version": "3.0.2",
"version": "3.0.3",
"description": "CLI to help management of dependencies",
"type": "module",
"bin": {
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5"
"@talend/scripts-core": "^16.3.6"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Talend/ui",
Expand Down

0 comments on commit 5f94fc2

Please sign in to comment.