Skip to content

Commit

Permalink
chore: prepare release (#4828)
Browse files Browse the repository at this point in the history
  • Loading branch information
build-travis-ci authored Aug 1, 2023
1 parent 3345262 commit f21a475
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-masks-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-onions-remain.md

This file was deleted.

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

## 11.1.3

### Patch Changes

- 3345262d2: fix: tokens on the Slider component and migration to typescript
- Updated dependencies [b36165add]
- @talend/design-tokens@2.8.0

## 11.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"@talend/bootstrap-theme": "^8.0.0",
"@talend/design-tokens": "^2.7.3",
"@talend/design-tokens": "^2.8.0",
"@talend/react-a11y": "^1.1.0",
"@talend/icons": "^6.58.1",
"@talend/utils": "^2.5.1",
Expand Down Expand Up @@ -113,5 +113,5 @@
"publishConfig": {
"access": "public"
},
"version": "11.1.2"
"version": "11.1.3"
}
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/design-tokens

## 2.8.0

### Minor Changes

- b36165add: feat: add brand & info tokens

## 2.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-tokens",
"version": "2.7.3",
"version": "2.8.0",
"description": "Talend Design Tokens",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 11.0.1

### Patch Changes

- Updated dependencies [b36165add]
- @talend/design-tokens@2.8.0

## 11.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/faceted-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-faceted-search",
"version": "11.0.0",
"version": "11.0.1",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@talend/daikon-tql-client": "^1.3.1",
"@talend/utils": "^2.5.1",
"@talend/react-bootstrap": "^1.35.2",
"@talend/design-tokens": "2.7.3",
"@talend/design-tokens": "2.8.0",
"classnames": "^2.3.2",
"date-fns": "^1.30.1",
"invariant": "^2.2.4",
Expand All @@ -51,7 +51,7 @@
"@talend/icons": "^6.58.1",
"@talend/locales-tui-components": "^9.5.0",
"@talend/locales-tui-faceted-search": "^8.1.0",
"@talend/react-components": "^11.0.0",
"@talend/react-components": "^11.1.3",
"@talend/scripts-core": "^14.0.0",
"@talend/scripts-config-react-webpack": "^15.4.1",
"babel-plugin-angularjs-annotate": "^0.10.0",
Expand Down

0 comments on commit f21a475

Please sign in to comment.