Skip to content

Commit

Permalink
Release: 1.3.4
Browse files Browse the repository at this point in the history
#0
  • Loading branch information
rokotyan committed Feb 23, 2024
1 parent 638adfa commit dfc9ff6
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 11,846 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unovis",
"version": "1.3.3",
"version": "1.3.4",
"license": "Apache-2.0",
"private": true,
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ rollup-plugin-typescript2 perpetual MIT 0.31.2
ttypescript perpetual MIT 1.5.13 cevek
webpack perpetual MIT 5.76.0 Tobias Koppers @sokra
zone.js perpetual MIT 0.14.0 Brian Ford
@unovis/shared perpetual Apache-2.0 1.3.0 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
@unovis/ts perpetual Apache-2.0 1.3.0 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
@unovis/shared perpetual Apache-2.0 1.3.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
@unovis/ts perpetual Apache-2.0 1.3.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
@angular/common perpetual MIT 12.2.17 angular
@angular/compiler perpetual MIT 12.2.17 angular
@angular/core perpetual MIT 12.2.17 angular
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/angular",
"description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript",
"version": "1.3.3",
"version": "1.3.4",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@unovis/shared": "*",
"@unovis/ts": "1.3.3",
"@unovis/ts": "1.3.4",
"@angular/common": "12 - 16",
"@angular/compiler": "12 - 16",
"@angular/core": "12 - 16"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ typescript-plugin-css-modules perpetual MIT 4.2.3
webpack perpetual MIT 5.88.2 Tobias Koppers @sokra
webpack-cli perpetual MIT 5.0.1 n/a
webpack-dev-server perpetual MIT 4.11.1 Tobias Koppers @sokra
@unovis/ts perpetual Apache-2.0 1.3.0 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
@unovis/ts perpetual Apache-2.0 1.3.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
2 changes: 1 addition & 1 deletion packages/react/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ tsconfig-paths-webpack-plugin perpetual MIT 3.5.2
tslib perpetual 0BSD 2.4.1 Microsoft Corp.
ttypescript perpetual MIT 1.5.13 cevek
typescript perpetual Apache-2.0 4.2.4 Microsoft Corp.
@unovis/ts perpetual Apache-2.0 1.3.0 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
@unovis/ts perpetual Apache-2.0 1.3.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
react perpetual MIT 16.14.0 n/a
react-dom perpetual MIT 16.14.0 n/a
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/react",
"description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript",
"version": "1.3.3",
"version": "1.3.4",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"publish:dist": "rm -rf dist/.cache; cp ./{LICENSE,README.md,package.json} ./dist; cd ./dist; npm publish"
},
"peerDependencies": {
"@unovis/ts": "1.3.3",
"@unovis/ts": "1.3.4",
"react": ">=16.8.0 || ^17 || ^18",
"react-dom": ">=16.8.0 || ^17 || ^18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/shared",
"description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript",
"version": "1.3.3",
"version": "1.3.4",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ svelte-preprocess perpetual MIT 4.10.7 C
tslib perpetual 0BSD 2.4.1 Microsoft Corp.
ttypescript perpetual MIT 1.5.13 cevek
typescript perpetual Apache-2.0 4.2.4 Microsoft Corp.
@unovis/ts perpetual Apache-2.0 1.3.0 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
@unovis/ts perpetual Apache-2.0 1.3.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
svelte perpetual MIT 3.50.1 Rich Harris
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/svelte",
"description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript",
"version": "1.3.3",
"version": "1.3.4",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"publish:dist": "rm -rf dist/.cache; cp ./{LICENSE,README.md,package.json} ./dist; cd ./dist; npm publish"
},
"peerDependencies": {
"@unovis/ts": "1.3.3",
"@unovis/ts": "1.3.4",
"svelte": "^3.48.0 || ^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/ts",
"description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript",
"version": "1.3.3",
"version": "1.3.4",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ rollup-plugin-commonjs perpetual MIT 10.1.0
rollup-plugin-typescript2 perpetual MIT 0.31.2 @ezolenko
tslib perpetual 0BSD 2.6.2 Microsoft Corp.
typescript perpetual Apache-2.0 4.2.4 Microsoft Corp.
vite perpetual MIT 4.4.11 Evan You
vite perpetual MIT 4.5.2 Evan You
vite-plugin-css-injected-by-js perpetual MIT 3.3.0 Marco Prontera
vite-plugin-dts perpetual MIT 3.6.0 qmhc
vue perpetual MIT 3.3.4 Evan You
vue-tsc perpetual MIT 1.8.19 n/a
@unovis/ts perpetual n/a n/a n/a
@unovis/ts perpetual Apache-2.0 1.3.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
vue perpetual MIT 3.3.4 Evan You
Loading

0 comments on commit dfc9ff6

Please sign in to comment.