Skip to content

Commit

Permalink
🚀 Release/v4.0.0-rc.1 (#7906)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Jun 21, 2024
2 parents e969912 + 22b95fb commit b69bc86
Show file tree
Hide file tree
Showing 35 changed files with 90 additions and 90 deletions.
46 changes: 23 additions & 23 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": "@taiga-ui/components",
"version": "4.0.0-alpha.0",
"version": "4.0.0-rc.1",
"description": "Taiga UI by TBank is a set of components, services, directives and other tools to build high quality UI using modern Angular framework",
"keywords": [
"angular",
Expand Down
6 changes: 3 additions & 3 deletions projects/addon-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-charts",
"version": "4.0.0-alpha.0",
"version": "4.0.0-rc.1",
"description": "Extension package for Taiga UI that adds various charts, graphs and related components.",
"keywords": [
"angular",
Expand All @@ -17,8 +17,8 @@
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^4.0.0",
"@taiga-ui/cdk": "^4.0.0-alpha.0",
"@taiga-ui/core": "^4.0.0-alpha.0",
"@taiga-ui/cdk": "^4.0.0-rc.1",
"@taiga-ui/core": "^4.0.0-rc.1",
"@taiga-ui/polymorpheus": "^4.6.3",
"tslib": "^2.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-charts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
10 changes: 5 additions & 5 deletions projects/addon-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-commerce",
"version": "4.0.0-alpha.0",
"version": "4.0.0-rc.1",
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
"keywords": [
"angular",
Expand All @@ -21,10 +21,10 @@
"@maskito/core": "^2.4.0",
"@maskito/kit": "^2.4.0",
"@ng-web-apis/common": "^4.0.0",
"@taiga-ui/cdk": "^4.0.0-alpha.0",
"@taiga-ui/core": "^4.0.0-alpha.0",
"@taiga-ui/i18n": "^4.0.0-alpha.0",
"@taiga-ui/kit": "^4.0.0-alpha.0",
"@taiga-ui/cdk": "^4.0.0-rc.1",
"@taiga-ui/core": "^4.0.0-rc.1",
"@taiga-ui/i18n": "^4.0.0-rc.1",
"@taiga-ui/kit": "^4.0.0-rc.1",
"@taiga-ui/polymorpheus": "^4.6.3",
"rxjs": ">=7.0.0",
"tslib": "^2.6.3"
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-commerce/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
10 changes: 5 additions & 5 deletions projects/addon-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-doc",
"version": "4.0.0-alpha.0",
"version": "4.0.0-rc.1",
"description": "Taiga UI based library for developing documentation portals for Angular libraries.",
"keywords": [
"angular",
Expand Down Expand Up @@ -28,10 +28,10 @@
"@angular/forms": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@ng-web-apis/common": "^4.0.0",
"@taiga-ui/addon-mobile": "^4.0.0-alpha.0",
"@taiga-ui/cdk": "^4.0.0-alpha.0",
"@taiga-ui/core": "^4.0.0-alpha.0",
"@taiga-ui/kit": "^4.0.0-alpha.0",
"@taiga-ui/addon-mobile": "^4.0.0-rc.1",
"@taiga-ui/cdk": "^4.0.0-rc.1",
"@taiga-ui/core": "^4.0.0-rc.1",
"@taiga-ui/kit": "^4.0.0-rc.1",
"@taiga-ui/polymorpheus": "^4.6.3",
"tslib": "^2.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-doc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-mobile",
"version": "4.0.0-alpha.0",
"version": "4.0.0-rc.1",
"description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.",
"keywords": [
"angular",
Expand All @@ -15,9 +15,9 @@
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^4.0.0",
"@taiga-ui/cdk": "^4.0.0-alpha.0",
"@taiga-ui/core": "^4.0.0-alpha.0",
"@taiga-ui/kit": "^4.0.0-alpha.0",
"@taiga-ui/cdk": "^4.0.0-rc.1",
"@taiga-ui/core": "^4.0.0-rc.1",
"@taiga-ui/kit": "^4.0.0-rc.1",
"@taiga-ui/polymorpheus": "^4.6.3",
"rxjs": ">=7.0.0",
"tslib": "^2.6.3"
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-mobile/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
10 changes: 5 additions & 5 deletions projects/addon-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-table",
"version": "4.0.0-alpha.0",
"version": "4.0.0-rc.1",
"description": "A library to display tabled data with filters, search, group actions, etc.",
"keywords": [
"angular",
Expand All @@ -16,10 +16,10 @@
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/intersection-observer": "^4.0.0",
"@taiga-ui/cdk": "^4.0.0-alpha.0",
"@taiga-ui/core": "^4.0.0-alpha.0",
"@taiga-ui/i18n": "^4.0.0-alpha.0",
"@taiga-ui/kit": "^4.0.0-alpha.0",
"@taiga-ui/cdk": "^4.0.0-rc.1",
"@taiga-ui/core": "^4.0.0-rc.1",
"@taiga-ui/i18n": "^4.0.0-rc.1",
"@taiga-ui/kit": "^4.0.0-rc.1",
"@taiga-ui/polymorpheus": "^4.6.3",
"rxjs": ">=7.0.0",
"tslib": "^2.6.3"
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-table/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion projects/cdk/constants/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const TUI_VERSION = '3.59.0';
export const TUI_VERSION = '4.0.0-rc.1';
2 changes: 1 addition & 1 deletion projects/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/cdk",
"version": "4.0.0-alpha.0",
"version": "4.0.0-rc.1",
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
"keywords": [
"angular",
Expand Down
2 changes: 1 addition & 1 deletion projects/cdk/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
"command": "ts-node ./scripts/publish.ts --path ./dist/{projectName} --dry-run {args.dry-run} --customVersion {args.customVersion} --customTag {args.customTag}"
},
"dependsOn": [
{
Expand Down
8 changes: 4 additions & 4 deletions projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/core",
"version": "4.0.0-alpha.0",
"version": "4.0.0-rc.1",
"description": "Core library for creating Angular components and applications using Taiga UI",
"keywords": [
"angular",
Expand All @@ -15,7 +15,7 @@
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"dependencies": {
"@taiga-ui/i18n": "^4.0.0-alpha.0"
"@taiga-ui/i18n": "^4.0.0-rc.1"
},
"peerDependencies": {
"@angular/animations": ">=16.0.0",
Expand All @@ -26,9 +26,9 @@
"@angular/router": ">=16.0.0",
"@ng-web-apis/common": "^4.0.0",
"@ng-web-apis/mutation-observer": "^4.0.0",
"@taiga-ui/cdk": "^4.0.0-alpha.0",
"@taiga-ui/cdk": "^4.0.0-rc.1",
"@taiga-ui/event-plugins": "^4.0.1",
"@taiga-ui/i18n": "^4.0.0-alpha.0",
"@taiga-ui/i18n": "^4.0.0-rc.1",
"@taiga-ui/polymorpheus": "^4.6.3",
"rxjs": ">=7.0.0",
"tslib": "^2.6.3"
Expand Down
Loading

0 comments on commit b69bc86

Please sign in to comment.