Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - [email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - [email protected]
  • Loading branch information
refinitiv-ui-dev committed Sep 18, 2023
1 parent d58051c commit e162ec7
Show file tree
Hide file tree
Showing 33 changed files with 199 additions and 114 deletions.
11 changes: 11 additions & 0 deletions documents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.4.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-09-18)


### Features

* **fields:** improve validation consistency for field elements ([#937](https://github.com/Refinitiv/refinitiv-ui/issues/937)) ([d58051c](https://github.com/Refinitiv/refinitiv-ui/commit/d58051c0b4d3508ac55d223299fd8bf267458ddf))





# [7.3.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-09-11)


Expand Down
10 changes: 5 additions & 5 deletions documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/docs",
"version": "7.3.0",
"version": "7.4.0",
"private": true,
"description": "Element Framework Documentation",
"engines": {
Expand Down Expand Up @@ -33,10 +33,10 @@
"serve": "^14.2.0"
},
"dependencies": {
"@refinitiv-ui/core": "^7.1.0",
"@refinitiv-ui/elements": "^7.4.0",
"@refinitiv-ui/halo-theme": "^7.1.0",
"@refinitiv-ui/utils": "^7.0.3",
"@refinitiv-ui/core": "^7.2.0",
"@refinitiv-ui/elements": "^7.5.0",
"@refinitiv-ui/halo-theme": "^7.1.1",
"@refinitiv-ui/utils": "^7.1.0",
"fast-glob": "^3.2.12"
}
}
114 changes: 57 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/configurations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-09-18)

**Note:** Version bump only for package @refinitiv-ui/configurations

## [7.0.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-08-07)

**Note:** Version bump only for package @refinitiv-ui/configurations
Expand Down
2 changes: 1 addition & 1 deletion packages/configurations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/configurations",
"version": "7.0.3",
"version": "7.0.4",
"description": "The configuration files used for Element Framework",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-09-18)

### Features

- **fields:** improve validation consistency for field elements ([#937](https://github.com/Refinitiv/refinitiv-ui/issues/937)) ([d58051c](https://github.com/Refinitiv/refinitiv-ui/commit/d58051c0b4d3508ac55d223299fd8bf267458ddf))

# [7.1.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-08-21)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/core",
"version": "7.1.0",
"version": "7.2.0",
"description": "Element Framework Core",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -67,11 +67,11 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@refinitiv-ui/test-helpers": "^7.0.3",
"@refinitiv-ui/utils": "^7.0.3"
"@refinitiv-ui/test-helpers": "^7.0.4",
"@refinitiv-ui/utils": "^7.1.0"
},
"peerDependencies": {
"@refinitiv-ui/utils": "^7.0.3"
"@refinitiv-ui/utils": "^7.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/create-efx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.7](https://github.com/Refinitiv/refinitiv-ui/compare/[email protected]@7.0.7) (2023-09-18)

### Bug Fixes

- create efx doesn't upload tsconfig template to npm ([#945](https://github.com/Refinitiv/refinitiv-ui/issues/945)) ([fe64b84](https://github.com/Refinitiv/refinitiv-ui/commit/fe64b84ec2d26008f7ee4aa47d55607773a2f990))

## [7.0.6](https://github.com/Refinitiv/refinitiv-ui/compare/[email protected]@7.0.6) (2023-08-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-efx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-efx",
"version": "7.0.6",
"version": "7.0.7",
"description": "Initializer to create new EFX element",
"main": "./lib/index.js",
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions packages/demo-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-09-18)

**Note:** Version bump only for package @refinitiv-ui/demo-block

## [7.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-09-11)

**Note:** Version bump only for package @refinitiv-ui/demo-block
Expand Down
Loading

0 comments on commit e162ec7

Please sign in to comment.