Skip to content

Commit

Permalink
Revert "chore: prepare release (#5471)"
Browse files Browse the repository at this point in the history
This reverts commit 93202cb.
  • Loading branch information
yyanwang committed Dec 10, 2024
1 parent 93202cb commit 4d47bbe
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 49 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-cats-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/scripts-config-react-webpack': patch
---

add querystring to resolve.fallback
9 changes: 9 additions & 0 deletions .changeset/stale-pumas-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@talend/design-system': minor
'@talend/icons': minor
'@talend/http': minor
'@talend/json-schema-form-core': patch
'@talend/scripts-utils': patch
---

Fix remaining dependabot alerts
6 changes: 0 additions & 6 deletions fork/json-schema-form-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @talend/json-schema-form-core

## 1.4.2

### Patch Changes

- fc2e30f: Fix remaining dependabot alerts

## 1.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fork/json-schema-form-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/json-schema-form-core",
"version": "1.4.2",
"version": "1.4.1",
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
"main": "dist/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@talend/babel-plugin-import-from-index": "^1.8.0",
"@talend/eslint-config": "^13.2.1",
"@talend/eslint-plugin": "^1.3.1",
"@talend/scripts-config-react-webpack": "^16.8.2",
"@talend/scripts-config-react-webpack": "^16.8.1",
"@talend/scripts-config-typescript": "^11.3.0",
"@talend/scripts-core": "^16.5.1",
"@types/chai": "^3.5.2",
Expand Down
6 changes: 0 additions & 6 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @talend/design-system

## 11.5.0

### Minor Changes

- fc2e30f: Fix remaining dependabot alerts

## 11.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-system",
"version": "11.5.0",
"version": "11.4.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -76,11 +76,11 @@
"@svgr/webpack": "^8.1.0",
"@talend/eslint-config": "^13.2.1",
"@talend/eslint-plugin": "^1.3.1",
"@talend/icons": "^7.11.0",
"@talend/icons": "^7.10.3",
"@talend/locales-design-system": "^7.15.1",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-react-webpack": "^16.8.2",
"@talend/scripts-config-react-webpack": "^16.8.1",
"@talend/scripts-config-storybook-lib": "^5.5.0",
"@talend/scripts-config-typescript": "^11.3.0",
"@talend/storybook-docs": "^2.5.1",
Expand Down
6 changes: 0 additions & 6 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @talend/http

## 3.3.0

### Minor Changes

- fc2e30f: Fix remaining dependabot alerts

## 3.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/http",
"version": "3.3.0",
"version": "3.2.0",
"description": "HTTP helper",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@talend/eslint-plugin": "^1.3.1",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-react-webpack": "^16.8.2",
"@talend/scripts-config-react-webpack": "^16.8.1",
"@talend/scripts-config-typescript": "^11.3.0",
"@types/jest": "^29.5.14",
"@types/node-fetch": "^2.6.11",
Expand Down
6 changes: 0 additions & 6 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @talend/icons

## 7.11.0

### Minor Changes

- fc2e30f: Fix remaining dependabot alerts

## 7.10.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.11.0"
"version": "7.10.3"
}
8 changes: 0 additions & 8 deletions tools/scripts-config-react-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @talend/scripts-config-react-webpack

## 16.8.2

### Patch Changes

- fc2e30f: add querystring to resolve.fallback
- Updated dependencies [fc2e30f]
- @talend/scripts-utils@2.3.1

## 16.8.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/scripts-config-react-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-react-webpack",
"description": "Webpack configuration for @talend/scripts-core",
"version": "16.8.2",
"version": "16.8.1",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand All @@ -26,7 +26,7 @@
"@talend/react-cmf-webpack-plugin": "^6.39.0",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-cdn": "^10.12.0",
"@talend/scripts-utils": "^2.3.1",
"@talend/scripts-utils": "^2.3.0",
"@welldone-software/why-did-you-render": "^7.0.1",
"@yarnpkg/lockfile": "^1.1.0",
"autoprefixer": "^10.4.20",
Expand Down
6 changes: 0 additions & 6 deletions tools/scripts-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @talend/scripts-utils

## 2.3.1

### Patch Changes

- fc2e30f: Fix remaining dependabot alerts

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/scripts-utils",
"version": "2.3.1",
"version": "2.3.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 4d47bbe

Please sign in to comment.