Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into Jia/trade-type-block-gap-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jia-deriv committed Nov 27, 2023
2 parents 9b0348b + ac5ef83 commit 663e210
Show file tree
Hide file tree
Showing 9 changed files with 128 additions and 143 deletions.
221 changes: 104 additions & 117 deletions libs/blocks/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deriv-com/blocks",
"version": "0.7.0",
"version": "0.8.0",
"main": "./index.js",
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.7.0](https://github.com/deriv-com/deriv-com-v2/compare/components-0.6.0...components-0.7.0) (2023-11-26)

## [0.6.0](https://github.com/deriv-com/deriv-com-v2/compare/components-0.5.0...components-0.6.0) (2023-11-24)


Expand All @@ -17,7 +19,6 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s

* updated blocks, components package json to fix types ([71767c3](https://github.com/deriv-com/deriv-com-v2/commit/71767c3758255e98e14686a19a4b394599abd248))

## [0.4.0](https://github.com/deriv-com/deriv-com-v2/compare/components-0.3.0...components-0.4.0) (2023-11-20)

## [0.3.0](https://github.com/deriv-com/deriv-com-v2/compare/components-0.2.0...components-0.3.0) (2023-11-20)

Expand All @@ -26,7 +27,6 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s

* account table cta ([d879bb9](https://github.com/deriv-com/deriv-com-v2/commit/d879bb9ea22a39b1688397c907a720abde214265))

## [0.2.0](https://github.com/deriv-com/deriv-com-v2/compare/components-0.1.0...components-0.2.0) (2023-11-19)

## 0.1.0 (2023-11-19)

Expand Down
2 changes: 1 addition & 1 deletion libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deriv-com/components",
"version": "0.6.0",
"version": "0.7.0",
"main": "./index.js",
"exports": {
".": {
Expand Down
19 changes: 6 additions & 13 deletions libs/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,14 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.4.0](https://github.com/deriv-com/deriv-com-v2/compare/hooks-0.3.0...hooks-0.4.0) (2023-11-20)

## [0.3.0](https://github.com/deriv-com/deriv-com-v2/compare/hooks-0.2.0...hooks-0.3.0) (2023-11-20)

## [0.2.0](https://github.com/deriv-com/deriv-com-v2/compare/hooks-0.1.0...hooks-0.2.0) (2023-11-19)
## [0.6.0](https://github.com/deriv-com/deriv-com-v2/compare/hooks-0.5.0...hooks-0.6.0) (2023-11-26)

## [0.2.0](https://github.com/deriv-com/deriv-com-v2/compare/hooks-0.1.0...hooks-0.2.0) (2023-11-19)

## [0.2.0](https://github.com/deriv-com/deriv-com-v2/compare/hooks-0.1.0...hooks-0.2.0) (2023-11-19)

## 0.1.0 (2023-11-19)
## [0.5.0](https://github.com/deriv-com/deriv-com-v2/compare/hooks-0.4.0...hooks-0.5.0) (2023-11-26)

## [0.4.0](https://github.com/deriv-com/deriv-com-v2/compare/hooks-0.3.0...hooks-0.4.0) (2023-11-20)

### Features

* added navigation feature ([56702d2](https://github.com/deriv-com/deriv-com-v2/commit/56702d2bac2e9c081ca7f986fead7f50f53723e4))
* added release libs action ([b799436](https://github.com/deriv-com/deriv-com-v2/commit/b7994362021f5da9c1d02cd995c8ee0bd8c353a7))
* setup buildable packages ([675f55c](https://github.com/deriv-com/deriv-com-v2/commit/675f55c6b1d1984596a664306deab038383a9f31))
- added navigation feature ([56702d2](https://github.com/deriv-com/deriv-com-v2/commit/56702d2bac2e9c081ca7f986fead7f50f53723e4))
- added release libs action ([b799436](https://github.com/deriv-com/deriv-com-v2/commit/b7994362021f5da9c1d02cd995c8ee0bd8c353a7))
- setup buildable packages ([675f55c](https://github.com/deriv-com/deriv-com-v2/commit/675f55c6b1d1984596a664306deab038383a9f31))
5 changes: 3 additions & 2 deletions libs/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@deriv-com/hooks",
"version": "0.4.0",
"version": "0.6.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
"require": "./index.js",
"types": "./index.d.ts"
}
},
"publishConfig": {
Expand Down
7 changes: 6 additions & 1 deletion libs/hooks/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ export default defineConfig({
},
rollupOptions: {
// External packages that should not be bundled into your library.
external: ['react', 'react-dom', 'react/jsx-runtime'],
external: [
'react',
'react-dom',
'react/jsx-runtime',
'@deriv-com/providers',
],
},
minify: true,
},
Expand Down
6 changes: 2 additions & 4 deletions libs/providers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.4.0](https://github.com/deriv-com/deriv-com-v2/compare/providers-0.3.0...providers-0.4.0) (2023-11-20)
## [0.5.0](https://github.com/deriv-com/deriv-com-v2/compare/providers-0.4.0...providers-0.5.0) (2023-11-26)

## [0.3.0](https://github.com/deriv-com/deriv-com-v2/compare/providers-0.2.0...providers-0.3.0) (2023-11-20)
## [0.4.0](https://github.com/deriv-com/deriv-com-v2/compare/providers-0.3.0...providers-0.4.0) (2023-11-20)

## [0.2.0](https://github.com/deriv-com/deriv-com-v2/compare/providers-0.1.0...providers-0.2.0) (2023-11-19)

## 0.1.0 (2023-11-19)


### Features
Expand Down
5 changes: 3 additions & 2 deletions libs/providers/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@deriv-com/providers",
"version": "0.4.0",
"version": "0.5.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
"require": "./index.js",
"types": "./index.d.ts"
}
},
"publishConfig": {
Expand Down

0 comments on commit 663e210

Please sign in to comment.