Skip to content

Commit

Permalink
Release: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rokotyan committed Jun 27, 2023
1 parent 4d50457 commit 49f177c
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
18 changes: 9 additions & 9 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.1.1",
"version": "1.2.0",
"license": "Apache-2.0",
"private": true,
"workspaces": [
Expand Down
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.1.1",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@angular/common": "12 - 16",
"@angular/compiler": "12 - 16",
"@angular/core": "12 - 16",
"@unovis/ts": "1.1.1"
"@unovis/ts": "1.2.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.3",
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.1.1
webpack perpetual MIT 5.75.0 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.1.1 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)
@unovis/ts perpetual Apache-2.0 1.2.0 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (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.1.1 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)
@unovis/ts perpetual Apache-2.0 1.2.0 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (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.1.1",
"version": "1.2.0",
"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.1.1",
"@unovis/ts": "1.2.0",
"react": ">=16.8.0 || ^17 || ^18",
"react-dom": ">=16.8.0 || ^17 || ^18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,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.1.1 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)
@unovis/ts perpetual Apache-2.0 1.2.0 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (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.1.1",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"publish:dist": "rm -rf dist/.cache; cp ./{LICENSE,README.md,package.json} ./dist; cd ./dist; npm publish"
},
"peerDependencies": {
"@unovis/ts": "1.1.1",
"@unovis/ts": "1.2.0",
"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.1.1",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down
8 changes: 4 additions & 4 deletions packages/website/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rollup-plugin-terser perpetual MIT 7.0.2
rollup-plugin-typescript2 perpetual MIT 0.31.2 @ezolenko
svelte-preprocess perpetual MIT 4.10.7 Christian Kaisermann <christian@kaisermann.me>
typescript perpetual Apache-2.0 4.2.4 Microsoft Corp.
@unovis/angular perpetual Apache-2.0 1.1.1 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)
@unovis/react perpetual Apache-2.0 1.1.1 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)
@unovis/svelte perpetual Apache-2.0 1.1.1 Rebecca Bol, F5 Inc. <r.bol@f5.com>
@unovis/ts perpetual Apache-2.0 1.1.1 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)
@unovis/angular perpetual Apache-2.0 1.2.0 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)
@unovis/react perpetual Apache-2.0 1.2.0 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)
@unovis/svelte perpetual Apache-2.0 1.2.0 Rebecca Bol, F5 Inc. <r.bol@f5.com>
@unovis/ts perpetual Apache-2.0 1.2.0 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)

0 comments on commit 49f177c

Please sign in to comment.