Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2023
1 parent 6739849 commit fdc9d3e
Show file tree
Hide file tree
Showing 69 changed files with 260 additions and 179 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-timers-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-lies-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-candles-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-fans-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-ghosts-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-bobcats-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-singers-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-shoes-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-bikes-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-penguins-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-spiders-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-worms-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-ladybugs-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-crabs-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-wasps-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-flowers-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-boats-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-islands-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-years-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-balloons-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-cooks-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-pillows-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-scissors-dress.md

This file was deleted.

6 changes: 6 additions & 0 deletions tools/babel-plugin-assets-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/babel-plugin-assets-api

## 1.2.0

### Minor Changes

- 673984929: Add missing deps, fix eslint config (circular dependency) and fix lint issues

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/babel-plugin-assets-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/babel-plugin-assets-api",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions tools/babel-plugin-import-d3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/babel-plugin-import-d3

## 0.3.0

### Minor Changes

- 673984929: Add missing deps and fix lint issues

## 0.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions tools/babel-plugin-import-d3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/babel-plugin-import-d3",
"version": "0.2.1",
"version": "0.3.0",
"description": "Transform import d3-xx to d3",
"main": "src/index.js",
"license": "Apache-2.0",
Expand All @@ -19,8 +19,8 @@
},
"devDependencies": {
"@talend/eslint-config": "^12.2.0",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^16.1.0",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.2.0",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"babel-jest": "^29.7.0",
Expand Down
6 changes: 6 additions & 0 deletions tools/babel-plugin-import-from-index/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/babel-plugin-import-from-index

## 1.6.0

### Minor Changes

- 673984929: add missing deps, fix eslint config (circular dependency) and fix lint issues

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/babel-plugin-import-from-index/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/babel-plugin-import-from-index",
"version": "1.5.1",
"version": "1.6.0",
"description": "Transform default imports from specific path to named import from index",
"main": "src/index.js",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions tools/babel-plugin-import-from-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/babel-plugin-import-from-lib

## 0.1.0

### Minor Changes

- 673984929: Add missing deps and fix lint issues

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions tools/babel-plugin-import-from-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/babel-plugin-import-from-lib",
"version": "0.0.2",
"version": "0.1.0",
"description": "This plugin transform imports of lib using /lib path",
"main": "index.js",
"scripts": {
Expand All @@ -17,8 +17,8 @@
},
"devDependencies": {
"@talend/eslint-config": "^12.2.0",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^16.1.0",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.2.0",
"babel-plugin-tester": "^10.1.0",
"jest": "^29.7.0"
}
Expand Down
6 changes: 6 additions & 0 deletions tools/cypress-api-mock-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/cypress-api-mock-plugin

## 1.2.0

### Minor Changes

- 673984929: Add missing deps and fix lint issues

## 1.1.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions tools/cypress-api-mock-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/cypress-api-mock-plugin",
"version": "1.1.5",
"version": "1.2.0",
"description": "Cypress plugin to record/serve api calls",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@talend/eslint-config": "^12.2.0",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^16.1.0"
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.2.0"
}
}
11 changes: 11 additions & 0 deletions tools/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @talend/eslint-plugin

## 1.1.0

### Minor Changes

- 673984929: remove dep with scripts-core and fix eslint config (circular dependency)

### Patch Changes

- Updated dependencies [673984929]
- @talend/scripts-config-cdn@10.9.0

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions tools/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/eslint-plugin",
"version": "1.0.1",
"version": "1.1.0",
"description": "Contains internal rules used at Talend",
"keywords": [
"eslint",
Expand All @@ -14,12 +14,12 @@
"test": "jest"
},
"dependencies": {
"@talend/scripts-config-cdn": "^10.8.0",
"@talend/scripts-config-cdn": "^10.9.0",
"requireindex": "^1.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@talend/scripts-config-babel": "^13.1.0",
"@talend/scripts-config-babel": "^13.2.0",
"eslint": "^8.53.0",
"jest": "^29.7.0"
},
Expand Down
13 changes: 13 additions & 0 deletions tools/scripts-build-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @talend/scripts-build-cdn

## 11.1.0

### Minor Changes

- 673984929: Add missing deps, remove dependency with scripts-core (circular dependency) and adapt code for PNPM

### Patch Changes

- Updated dependencies [673984929]
- Updated dependencies [673984929]
- @talend/babel-plugin-import-d3@0.3.0
- @talend/scripts-config-cdn@10.9.0

## 11.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.0.1",
"version": "11.1.0",
"description": "Give a CLI to build a CDN for js and css with unpkg like structures",
"main": "index.js",
"bin": {
Expand All @@ -21,9 +21,9 @@
"author": "Talend Frontend <[email protected]> (http://www.talend.com)",
"license": "Apache-2.0",
"dependencies": {
"@talend/babel-plugin-import-d3": "^0.2.1",
"@talend/babel-plugin-import-d3": "^0.3.0",
"@talend/module-to-cdn": "^9.10.0",
"@talend/scripts-config-cdn": "^10.8.0",
"@talend/scripts-config-cdn": "^10.9.0",
"@yarnpkg/lockfile": "^1.1.0",
"commander": "^6.2.1",
"cpx2": "^3.0.2",
Expand All @@ -38,7 +38,7 @@
},
"devDependencies": {
"@talend/eslint-config": "^12.2.0",
"@talend/eslint-plugin": "^1.0.1"
"@talend/eslint-plugin": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions tools/scripts-cmf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-cmf

## 1.2.0

### Minor Changes

- 673984929: add missing deps, remove link with scripts-core (circular dependency)

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-cmf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-cmf",
"description": "@talend/react-cmf scripts to manage CMF settings",
"version": "1.1.0",
"version": "1.2.0",
"main": "cmf-settings.js",
"publishConfig": {
"access": "public"
Expand Down
13 changes: 13 additions & 0 deletions tools/scripts-config-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @talend/scripts-config-babel

## 13.2.0

### Minor Changes

- 673984929: fix plugin order for eslint and fix eslint config (circular dep)

### Patch Changes

- Updated dependencies [673984929]
- Updated dependencies [673984929]
- @talend/babel-plugin-import-from-index@1.6.0
- @talend/babel-plugin-assets-api@1.2.0

## 13.1.0

### Minor Changes
Expand Down
Loading

0 comments on commit fdc9d3e

Please sign in to comment.