Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.5.1 #1062

Merged
merged 6 commits into from
Nov 17, 2023
Merged

3.5.1 #1062

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/beta-publish-ng15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_draft_version=$(
(npm view @prizm-ui/components versions --tag ng15beta --json 2>/dev/null || echo '2.6.0-ng15beta.0') | jq '([.[] | select(startswith("2.6.0-ng15beta"))] | last // "2.6.0-ng15beta.0")' 2>/dev/null || echo '2.6.0-ng15beta.0'
(npm view @prizm-ui/components versions --tag ng15beta --json 2>/dev/null || echo '2.6.1-ng15beta.0') | jq '([.[] | select(startswith("2.6.1-ng15beta"))] | last // "2.6.1-ng15beta.0")' 2>/dev/null || echo '2.6.1-ng15beta.0'
)
echo "LAST_DRAFT_VERSION=${last_draft_version}" >> $GITHUB_ENV

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beta-publish-ng16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_draft_version=$(
(npm view @prizm-ui/components versions --tag beta --json 2>/dev/null || echo '3.5.0-beta.0') | jq '([.[] | select(startswith("3.5.0-beta"))] | last // "3.5.0-beta.0")' 2>/dev/null || echo '3.5.0-beta.0'
(npm view @prizm-ui/components versions --tag beta --json 2>/dev/null || echo '3.5.1-beta.0') | jq '([.[] | select(startswith("3.5.1-beta"))] | last // "3.5.1-beta.0")' 2>/dev/null || echo '3.5.1-beta.0'
)
echo "LAST_DRAFT_VERSION=${last_draft_version}" >> $GITHUB_ENV

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-publish-ng15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_v2_version=$(
npm view @prizm-ui/components versions --tag ng15 --json | jq '([.[] | select(startswith("2.6.0-v2"))] | last // "2.6.0-v2.0")' 2>/dev/null || echo '2.6.0-v2.0'
npm view @prizm-ui/components versions --tag ng15 --json | jq '([.[] | select(startswith("2.6.1-v2"))] | last // "2.6.1-v2.0")' 2>/dev/null || echo '2.6.1-v2.0'
)
echo "LAST_V2_VERSION=${last_v2_version}" >> $GITHUB_ENV

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-publish-ng16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_v3_version=$(
npm view @prizm-ui/components versions --json | jq '([.[] | select(startswith("3.5.0"))] | last // "3.5.0")' 2>/dev/null || echo '3.5.0'
npm view @prizm-ui/components versions --json | jq '([.[] | select(startswith("3.5.1"))] | last // "3.5.1")' 2>/dev/null || echo '3.5.1'
)
echo "LAST_V3_VERSION=${last_v3_version}" >> $GITHUB_ENV

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-publish-ng15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_next_version=$(
(npm view @prizm-ui/components versions --tag ng15next --json 2>/dev/null || echo '2.6.0-ng15next.0') | jq '([.[] | select(startswith("2.6.0-ng15next"))] | last // "2.6.0-ng15next.0")' 2>/dev/null || echo '2.6.0-ng15next.0'
(npm view @prizm-ui/components versions --tag ng15next --json 2>/dev/null || echo '2.6.1-ng15next.0') | jq '([.[] | select(startswith("2.6.1-ng15next"))] | last // "2.6.1-ng15next.0")' 2>/dev/null || echo '2.6.1-ng15next.0'
)
echo "LAST_NEXT_VERSION=${last_next_version}" >> $GITHUB_ENV

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-publish-ng16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_next_version=$(
(npm view @prizm-ui/components versions --tag next --json 2>/dev/null || echo '3.5.0-next.0') | jq '([.[] | select(startswith("3.5.0-next"))] | last // "3.5.0-next.0")' 2>/dev/null || echo '3.5.0-next.0'
(npm view @prizm-ui/components versions --tag next --json 2>/dev/null || echo '3.5.1-next.0') | jq '([.[] | select(startswith("3.5.1-next"))] | last // "3.5.1-next.0")' 2>/dev/null || echo '3.5.1-next.0'
)
echo "LAST_NEXT_VERSION=${last_next_version}" >> $GITHUB_ENV

Expand Down
10 changes: 9 additions & 1 deletion apps/doc/src/app/about-prizm/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

All notable changes to this project will be documented in this file.

## [1.9.0, 2.6.0, 3.5.0](https:/zyfra/Prizm) (10-11-2023)
## [1.9.1, 2.6.1, 3.5.1](https:/zyfra/Prizm) (17-11-2023)

### Bug fixes

- fix(components): fixed changes that caused the api to crash #1061
- fix(components/switcher): no provider for DestroyService in switcher hint #983 #1031
- fix(components/table): inner input without parent input-layout #1059

## [1.9.0, 2.6.0, 3.5.0](https:/zyfra/Prizm) (16-11-2023)

### Features

Expand Down
2 changes: 1 addition & 1 deletion apps/doc/src/app/version-manager/current.const.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PRIZM_CURRENT_VERSION = '3.5.0';
export const PRIZM_CURRENT_VERSION = '3.5.1';
2 changes: 1 addition & 1 deletion apps/doc/src/app/version-manager/current.const.ts.ng14
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PRIZM_CURRENT_VERSION = '1.9.0';
export const PRIZM_CURRENT_VERSION = '1.9.1';
2 changes: 1 addition & 1 deletion apps/doc/src/app/version-manager/current.const.ts.ng16
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PRIZM_CURRENT_VERSION = '3.5.0';
export const PRIZM_CURRENT_VERSION = '3.5.1';
24 changes: 12 additions & 12 deletions apps/doc/src/app/version-manager/versions.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export interface PrizmVersionMeta {

export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
{
label: '3.5.0 (ng16)',
version: '3.5.0',
label: '3.5.1 (ng16)',
version: '3.5.1',
stackblitz: 'https://stackblitz.com/edit/prizm-v3-demo',
link: new URL('http://prizm.site'),
otherLinks: [new URL('https://prizm-v3.web.app')],
Expand All @@ -30,8 +30,8 @@ export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
},
},
{
label: '1.9.0 (ng14)',
version: '1.9.0',
label: '1.9.1 (ng14)',
version: '1.9.1',
stackblitz: 'https://stackblitz.com/edit/prizm-v1-demo',
link: new URL('https://prizm-v1.web.app'),
otherLinks: [],
Expand All @@ -40,8 +40,8 @@ export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
},
},
{
label: '3.5.0-next (ng16)',
version: '3.5.0-next',
label: '3.5.1-next (ng16)',
version: '3.5.1-next',
stackblitz: 'https://stackblitz.com/edit/prizm-v3-next-demo',
link: new URL('https://prizm-v3-next.web.app'),
otherLinks: [],
Expand All @@ -54,15 +54,15 @@ export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
otherLinks: [],
},
{
label: '1.9.0-next (ng14)',
version: '1.9.0-next',
label: '1.9.1-next (ng14)',
version: '1.9.1-next',
stackblitz: 'https://stackblitz.com/edit/prizm-v1-next-demo',
link: new URL('https://prizm-v1-next.web.app'),
otherLinks: [],
},
{
label: '3.5.0-beta (ng16)',
version: '3.5.0-beta',
label: '3.5.1-beta (ng16)',
version: '3.5.1-beta',
stackblitz: 'https://stackblitz.com/edit/prizm-v3-beta-demo',
link: new URL('https://prizm-v3-beta.web.app'),
otherLinks: [],
Expand All @@ -75,8 +75,8 @@ export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
otherLinks: [],
},
{
label: '1.9.0-beta (ng14)',
version: '1.9.0-beta',
label: '1.9.1-beta (ng14)',
version: '1.9.1-beta',
stackblitz: 'https://stackblitz.com/edit/prizm-v1-beta-demo',
link: new URL('https://prizm-v1-beta.web.app'),
otherLinks: [],
Expand Down
2 changes: 1 addition & 1 deletion libs/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/ast",
"version": "3.5.0",
"version": "3.5.1",
"private": false,
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion libs/ast/package.json.ng14
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/ast",
"version": "1.9.0",
"version": "1.9.1",
"private": false,
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion libs/ast/package.json.ng15
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/ast",
"version": "2.6.0",
"version": "2.6.1",
"private": false,
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion libs/ast/package.json.ng16
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/ast",
"version": "3.5.0",
"version": "3.5.1",
"private": false,
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions libs/charts/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/charts",
"version": "3.5.0",
"version": "3.5.1",
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -11,8 +11,8 @@
"lodash-es": "^4.17.21",
"@angular/common": "^16.1.8",
"@angular/core": "^16.1.8",
"@prizm-ui/theme": "^3.5.0",
"@prizm-ui/helpers": "^3.5.0",
"@prizm-ui/theme": "^3.5.1",
"@prizm-ui/helpers": "^3.5.1",
"@antv/g2plot": "^2.4.22"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions libs/charts/base/package.json.ng14
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/charts",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -11,8 +11,8 @@
"lodash-es": "^4.17.21",
"@angular/common": "^14.2.12",
"@angular/core": "^14.2.12",
"@prizm-ui/theme": "^1.9.0",
"@prizm-ui/helpers": "^1.9.0",
"@prizm-ui/theme": "^1.9.1",
"@prizm-ui/helpers": "^1.9.1",
"@antv/g2plot": "^2.4.22"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions libs/charts/base/package.json.ng16
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/charts",
"version": "3.5.0",
"version": "3.5.1",
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -11,8 +11,8 @@
"lodash-es": "^4.17.21",
"@angular/common": "^16.1.8",
"@angular/core": "^16.1.8",
"@prizm-ui/theme": "^3.5.0",
"@prizm-ui/helpers": "^3.4.0",
"@prizm-ui/theme": "^3.5.1",
"@prizm-ui/helpers": "^3.5.1",
"@antv/g2plot": "^2.4.22"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/components",
"version": "3.5.0",
"version": "3.5.1",
"description": "Prizm UI system design components library http://prizm.zyfra.com",
"license": "MIT",
"private": false,
Expand All @@ -18,10 +18,10 @@
"@ng-web-apis/resize-observer": "^3.0.1",
"@ng-web-apis/intersection-observer": "^3.0.0",
"@ng-web-apis/mutation-observer": "3.0.1",
"@prizm-ui/helpers": "^3.5.0",
"@prizm-ui/core": "^3.5.0",
"@prizm-ui/i18n": "^3.5.0",
"@prizm-ui/theme": "^3.5.0"
"@prizm-ui/helpers": "^3.5.1",
"@prizm-ui/core": "^3.5.1",
"@prizm-ui/i18n": "^3.5.1",
"@prizm-ui/theme": "^3.5.1"
},
"dependencies": {
"tslib": "^2.4.0"
Expand Down
10 changes: 5 additions & 5 deletions libs/components/package.json.ng14
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/components",
"version": "1.9.0",
"version": "1.9.1",
"description": "Prizm UI system design components library http://prizm.zyfra.com",
"license": "MIT",
"private": false,
Expand All @@ -17,10 +17,10 @@
"@ng-web-apis/resize-observer": "2.0.0",
"@ng-web-apis/intersection-observer": "2.0.0",
"@ng-web-apis/mutation-observer": "2.0.0",
"@prizm-ui/helpers": "^1.9.0",
"@prizm-ui/core": "^1.9.0",
"@prizm-ui/i18n": "^1.9.0",
"@prizm-ui/theme": "^1.9.0"
"@prizm-ui/helpers": "^1.9.1",
"@prizm-ui/core": "^1.9.1",
"@prizm-ui/i18n": "^1.9.1",
"@prizm-ui/theme": "^1.9.1"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
10 changes: 5 additions & 5 deletions libs/components/package.json.ng15
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/components",
"version": "2.6.0",
"version": "2.6.1",
"description": "Prizm UI system design components library http://prizm.zyfra.com",
"license": "MIT",
"private": false,
Expand All @@ -18,10 +18,10 @@
"@ng-web-apis/resize-observer": "2.0.0",
"@ng-web-apis/intersection-observer": "2.0.0",
"@ng-web-apis/mutation-observer": "2.0.0",
"@prizm-ui/helpers": "^2.6.0",
"@prizm-ui/core": "^2.6.0",
"@prizm-ui/i18n": "^2.6.0",
"@prizm-ui/theme": "^2.6.0"
"@prizm-ui/helpers": "^2.6.1",
"@prizm-ui/core": "^2.6.1",
"@prizm-ui/i18n": "^2.6.1",
"@prizm-ui/theme": "^2.6.1"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/core",
"version": "3.5.0",
"version": "3.5.1",
"license": "MIT",
"description": "The main library for creating Angular components and elements using Prizm.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json.ng14
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/core",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",
"description": "The main library for creating Angular components and elements using Prizm.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json.ng15
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/core",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",
"description": "The main library for creating Angular components and elements using Prizm.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json.ng16
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/core",
"version": "3.5.0",
"version": "3.5.1",
"license": "MIT",
"description": "The main library for creating Angular components and elements using Prizm.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion libs/helpers/package.json.ng14
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/helpers",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",
"description": "Library to make it easy to create Angular applications. Contains Injectables Service, RxJS utilities, directives, and standard pipes.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion libs/helpers/package.json.ng15
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/helpers",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",
"description": "Library to make it easy to create Angular applications. Contains Injectables Service, RxJS utilities, directives, and standard pipes.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion libs/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/i18n",
"version": "3.5.0",
"version": "3.5.1",
"peerDependencies": {
"@angular/common": "^16.1.8",
"@angular/core": "^16.1.8"
Expand Down
2 changes: 1 addition & 1 deletion libs/i18n/package.json.ng14
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/i18n",
"version": "1.9.0",
"version": "1.9.1",
"peerDependencies": {
"@angular/core": "^14.2.12"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/i18n/package.json.ng16
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/i18n",
"version": "3.5.0",
"version": "3.5.1",
"peerDependencies": {
"@angular/common": "^16.1.8",
"@angular/core": "^16.1.8"
Expand Down
4 changes: 2 additions & 2 deletions libs/icons/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/icons",
"version": "3.5.0",
"version": "3.5.1",
"description": "Prizm UI base icon pack library http://prizm.zyfra.com",
"private": false,
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
"peerDependencies": {
"@angular/common": "^16.1.8",
"@angular/core": "^16.1.8",
"@prizm-ui/core": "^3.5.0"
"@prizm-ui/core": "^3.5.1"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
Loading
Loading