@refinitiv-ui/demo-block
Advanced tools
Comparing version 5.0.0-beta.3 to 5.0.0
@@ -6,13 +6,15 @@ # Change Log | ||
# [5.0.0-beta.3](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/demo-block@5.0.0-beta.1...@refinitiv-ui/demo-block@5.0.0-beta.3) (2021-07-02) | ||
# [5.0.0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/demo-block@5.0.0-beta.3...@refinitiv-ui/demo-block@5.0.0) (2021-07-16) | ||
**Note:** Version bump only for package @refinitiv-ui/demo-block | ||
### Bug Fixes | ||
* demo-block linting ([883ce18](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/883ce18816786854f08be63f1998a3e08377a982)) | ||
* rollback __snapshots__ ([eb6ea09](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/eb6ea09755073ac3fb592efa6ebefdf2b6090148)) | ||
### Features | ||
# [5.0.0-beta.2](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/demo-block@5.0.0-beta.1...@refinitiv-ui/demo-block@5.0.0-beta.2) (2021-07-02) | ||
* rollback files and folders that do not need to be changed ([83a382a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/83a382a522c10895b4c31c69fe19f5f7d00c9f66)) | ||
**Note:** Version bump only for package @refinitiv-ui/demo-block | ||
@@ -22,3 +24,6 @@ | ||
# [5.0.0-beta.3](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/demo-block@5.0.0-beta.1...@refinitiv-ui/demo-block@5.0.0-beta.3) (2021-07-02) | ||
**Note:** Version bump only for package @refinitiv-ui/demo-block | ||
# [5.0.0-beta.1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/demo-block@5.0.0-beta.0...@refinitiv-ui/demo-block@5.0.0-beta.1) (2021-06-22) | ||
@@ -28,8 +33,4 @@ | ||
# [5.0.0-beta.0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/demo-block@5.0.0-alpha.10...@refinitiv-ui/demo-block@5.0.0-beta.0) (2021-06-22) | ||
**Note:** Version bump only for package @refinitiv-ui/demo-block |
import { BasicElement, TemplateResult, CSSResult } from '@refinitiv-ui/core'; | ||
export declare class DemoBlock extends BasicElement { | ||
/** | ||
* Element version number | ||
* @returns version number | ||
*/ | ||
static get version(): string; | ||
static get styles(): CSSResult; | ||
@@ -4,0 +9,0 @@ tags: string; |
@@ -99,2 +99,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
} | ||
/** | ||
* Element version number | ||
* @returns version number | ||
*/ | ||
static get version() { | ||
return 'PUBLISH_VERSION'; | ||
} | ||
static get styles() { | ||
@@ -101,0 +108,0 @@ return css ` |
{ | ||
"name": "@refinitiv-ui/demo-block", | ||
"version": "5.0.0-beta.3", | ||
"version": "5.0.0", | ||
"description": "Demo page handler for Element Framework elements", | ||
@@ -11,6 +11,8 @@ "main": "./lib/demo-block.js", | ||
"build:watch": "tsc --watch --preserveWatchOutput --sourceMap", | ||
"lint": "eslint . --fix", | ||
"start": "concurrently \"yarn build:watch\" \"web-dev-server --config ../../server.config.js\"", | ||
"test": "yarn build && karma start ../../karma.conf.js", | ||
"test:watch": "yarn build && yarn test --auto-watch=true --single-run=false" | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"start": "npm run build && concurrently \"npm run build:watch\" \"web-dev-server --config ../../server.config.js --app-index __demo__\"", | ||
"test": "npm run build && karma start ../../karma.config.js --package=demo-block", | ||
"test:snapshots": "npm run test -- --snapshots", | ||
"test:watch": "npm run test -- --watch" | ||
}, | ||
@@ -25,9 +27,9 @@ "repository": { | ||
"dependencies": { | ||
"@refinitiv-ui/core": "^5.0.0-beta.3", | ||
"@refinitiv-ui/elemental-theme": "^5.0.0-beta.3", | ||
"@refinitiv-ui/halo-theme": "^5.0.0-beta.3", | ||
"@refinitiv-ui/solar-theme": "^5.0.0-beta.3" | ||
"@refinitiv-ui/core": "^5.0.0", | ||
"@refinitiv-ui/elemental-theme": "^5.0.0", | ||
"@refinitiv-ui/halo-theme": "^5.0.0", | ||
"@refinitiv-ui/solar-theme": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@refinitiv-ui/test-helpers": "^5.0.0-beta.3" | ||
"@refinitiv-ui/test-helpers": "^5.0.0" | ||
}, | ||
@@ -37,3 +39,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ac83adb028dcc281b187a759e8b3d458d403ebc8" | ||
"gitHead": "e88fb2e7f1297ba26ca2911502f90cde91efbe44" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16959
242
1