Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release #4991

Merged
merged 2 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-ways-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-kings-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-humans-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-seas-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-games-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-wolves-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-carrots-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-drinks-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-tools-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-tips-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-scissors-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-grapes-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-ties-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-tips-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-masks-tickle.md

This file was deleted.

6 changes: 6 additions & 0 deletions fork/bootstrap-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.5.1

### Patch Changes

- f14ebbe23: Add missing deps

## 3.5.0

### Minor Changes
Expand Down
90 changes: 45 additions & 45 deletions fork/bootstrap-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "@talend/bootstrap-sass",
"version": "3.5.0",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js",
"style": "assets/stylesheets/_bootstrap.scss",
"sass": "assets/stylesheets/_bootstrap.scss",
"scripts": {
"build": "echo nothing to build in bootsrap-sass",
"test": "echo nothing to test in bootsrap-sass",
"test:update": "echo nothing to test in bootsrap-sass",
"test:cov": "echo nothing to test in bootsrap-sass"
},
"files": [
"assets",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/Talend/ui"
},
"keywords": [
"bootstrap",
"sass",
"css"
],
"contributors": [
"Thomas McDonald",
"Tristan Harward",
"Peter Gumeson",
"Gleb Mazovetskiy"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Talend/ui/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.0",
"@talend/eslint-plugin": "^1.1.0",
"eslint": "^8.53.0"
}
"name": "@talend/bootstrap-sass",
"version": "3.5.1",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js",
"style": "assets/stylesheets/_bootstrap.scss",
"sass": "assets/stylesheets/_bootstrap.scss",
"scripts": {
"build": "echo nothing to build in bootsrap-sass",
"test": "echo nothing to test in bootsrap-sass",
"test:update": "echo nothing to test in bootsrap-sass",
"test:cov": "echo nothing to test in bootsrap-sass"
},
"files": [
"assets",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/Talend/ui"
},
"keywords": [
"bootstrap",
"sass",
"css"
],
"contributors": [
"Thomas McDonald",
"Tristan Harward",
"Peter Gumeson",
"Gleb Mazovetskiy"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Talend/ui/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.1",
"@talend/eslint-plugin": "^1.1.0",
"eslint": "^8.53.0"
}
}
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.0

### Minor Changes

- f14ebbe23: Add missing deps, adapt code to keep test working with pnpm and use custom eslint config to not have circular dependency

## 13.0.1

### Patch Changes
Expand Down
128 changes: 64 additions & 64 deletions fork/dynamic-cdn-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
{
"name": "@talend/dynamic-cdn-webpack-plugin",
"version": "13.0.1",
"description": "Dynamically get your dependencies from a cdn rather than bundling them in your app",
"license": "MIT",
"repository": "Talend/dynamic-cdn-webpack-plugin",
"author": {
"name": "Thomas Sileghem",
"email": "[email protected]",
"url": "https://mastilver.com"
},
"engines": {
"node": ">=14"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"version": "all-contributors generate",
"add-contributor": "all-contributors add"
},
"files": [
"index.js",
"src"
],
"keywords": [
"webpack",
"cdn",
"unpkg.com",
"html-webpack-plugin",
"webpack-manifest-plugin",
"html",
"script",
"assets",
"externals"
],
"dependencies": {
"@talend/module-to-cdn": "^9.10.0",
"read-pkg-up": "^7.0.1",
"semver": "^7.5.4",
"webpack-sources": "^3.2.3"
},
"peerDependencies": {
"webpack": "^5.89.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"all-contributors-cli": "^6.26.1",
"codecov": "^3.8.3",
"eslint": "^8.53.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"mz": "^2.7.0",
"rimraf": "^3.0.2",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0",
"webpack-manifest-plugin": "^5.0.0"
},
"jest": {
"testMatch": [
"<rootDir>/src/**/*.test.js",
"<rootDir>/test/**/*.test.js"
]
}
"name": "@talend/dynamic-cdn-webpack-plugin",
"version": "13.1.0",
"description": "Dynamically get your dependencies from a cdn rather than bundling them in your app",
"license": "MIT",
"repository": "Talend/dynamic-cdn-webpack-plugin",
"author": {
"name": "Thomas Sileghem",
"email": "[email protected]",
"url": "https://mastilver.com"
},
"engines": {
"node": ">=14"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"version": "all-contributors generate",
"add-contributor": "all-contributors add"
},
"files": [
"index.js",
"src"
],
"keywords": [
"webpack",
"cdn",
"unpkg.com",
"html-webpack-plugin",
"webpack-manifest-plugin",
"html",
"script",
"assets",
"externals"
],
"dependencies": {
"@talend/module-to-cdn": "^9.10.0",
"read-pkg-up": "^7.0.1",
"semver": "^7.5.4",
"webpack-sources": "^3.2.3"
},
"peerDependencies": {
"webpack": "^5.89.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"all-contributors-cli": "^6.26.1",
"codecov": "^3.8.3",
"eslint": "^8.53.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"mz": "^2.7.0",
"rimraf": "^3.0.2",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0",
"webpack-manifest-plugin": "^5.0.0"
},
"jest": {
"testMatch": [
"<rootDir>/src/**/*.test.js",
"<rootDir>/test/**/*.test.js"
]
}
}
6 changes: 6 additions & 0 deletions fork/react-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [v0.32.5]

## 2.1.1

### Patch Changes

- f14ebbe23: Fix lint issue

## 2.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions fork/react-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-bootstrap",
"version": "2.1.0",
"version": "2.1.1",
"description": "Bootstrap 3 components built with React",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,11 +41,11 @@
"react-dom": ">=16.3.0"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.0",
"@talend/eslint-config": "^13.0.1",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.2.0",
"@talend/scripts-core": "^16.3.0",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-react-webpack": "^16.3.0",
"@talend/scripts-config-react-webpack": "^16.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @talend/react-components

## 12.2.0

### Minor Changes

- e87f8e091: feat(TDP-12694): add pendo trackers to guided-tour actions

### Patch Changes

- 8b1dc1fac: TDOPS-5671 - Fix tooltip display on date time ranger picker
- Updated dependencies [f14ebbe23]
- Updated dependencies [02e2d012c]
- @talend/[email protected]
- @talend/[email protected]

## 12.1.0

### Minor Changes
Expand Down
Loading