From c27633c0076f7062a283d2162b8fee20b8778c40 Mon Sep 17 00:00:00 2001 From: Nina Date: Fri, 10 Jan 2025 11:24:59 +0100 Subject: [PATCH] chore(toolchain): release version 12.2.2 OUI-3500 --- LICENSE | 2 +- package-lock.json | 4 ++-- package.json | 2 +- projects/cli/CHANGELOG.md | 6 ++++++ projects/cli/package.json | 2 +- projects/cli/sonar-project.properties | 2 +- projects/cli/src/new/ob-new.model.ts | 2 +- projects/design-system/package.json | 2 +- projects/design-system/sonar-project.properties | 2 +- projects/oblique/CHANGELOG.md | 6 ++++++ projects/oblique/package.json | 2 +- projects/oblique/sonar-project.properties | 2 +- projects/oblique/src/lib/version.ts | 2 +- projects/sandbox-ssr/package.json | 2 +- projects/sandbox-ssr/sonar-project.properties | 2 +- projects/sandbox/package.json | 2 +- projects/sandbox/sonar-project.properties | 2 +- projects/sds/CHANGELOG.md | 6 ++++++ projects/sds/package.json | 2 +- projects/sds/sonar-project.properties | 2 +- projects/sds/src/obliqueVersion.ts | 2 +- projects/service-navigation-web-component/package.json | 2 +- .../sonar-project.properties | 2 +- .../service-navigation-web-component/src/app/version.ts | 2 +- 24 files changed, 40 insertions(+), 22 deletions(-) diff --git a/LICENSE b/LICENSE index 1f39ac877..cdc779584 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2020-2024 The Swiss Confederation, represented by the Federal Office of Information Technology, Systems and Telecommunication FOITT +Copyright (c) 2020-2025 The Swiss Confederation, represented by the Federal Office of Information Technology, Systems and Telecommunication FOITT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index c2cd50e7b..a74002ed7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oblique", - "version": "12.2.1", + "version": "12.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oblique", - "version": "12.2.1", + "version": "12.2.2", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index b0eeb0b0d..a8f2ca607 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Oblique", "name": "oblique", - "version": "12.2.1", + "version": "12.2.2", "license": "MIT", "organization": { "name": "Federal Office of Information Technology, Systems and Telecommunication FOITT", diff --git a/projects/cli/CHANGELOG.md b/projects/cli/CHANGELOG.md index 1538c5538..efd147d5f 100644 --- a/projects/cli/CHANGELOG.md +++ b/projects/cli/CHANGELOG.md @@ -1,3 +1,9 @@ +# [12.2.2](https://github.com/oblique-bit/oblique/compare/12.2.1...12.2.2) (2025-01-10) + +## Bug Fixes + +- **new:** make sure there is no dependency on `tslib` ([3e83eaad](https://github.com/oblique-bit/oblique/commit/3e83eaad25229988edcff87a29001115b7095b57)) + # [12.1.0](https://github.com/oblique-bit/oblique/compare/12.0.4...12.1.0) (2024-12-09) ## Features diff --git a/projects/cli/package.json b/projects/cli/package.json index 8bd92c24d..099e48cba 100644 --- a/projects/cli/package.json +++ b/projects/cli/package.json @@ -1,6 +1,6 @@ { "name": "@oblique/cli", - "version": "12.2.1", + "version": "12.2.2", "description": "Command Line Interface to manage Oblique projects", "keywords": [ "ob", diff --git a/projects/cli/sonar-project.properties b/projects/cli/sonar-project.properties index 48431a908..2abec980d 100644 --- a/projects/cli/sonar-project.properties +++ b/projects/cli/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectName=@oblique/cli sonar.projectKey=oblique_cli -sonar.projectVersion=12.2.1 +sonar.projectVersion=12.2.2 sonar.typescript.lcov.reportPaths=coverage/cli/lcov.info sonar.testExecutionReportPaths=coverage/cli/sqr.xml sonar.tests=projects/cli/src diff --git a/projects/cli/src/new/ob-new.model.ts b/projects/cli/src/new/ob-new.model.ts index ca10b9206..a6ab487e8 100644 --- a/projects/cli/src/new/ob-new.model.ts +++ b/projects/cli/src/new/ob-new.model.ts @@ -67,7 +67,7 @@ export const createsWorkspaceMessage = `\nCreates a new Angular workspace`; export const ngAddStringCommand = `npx ${getVersionedDependency('@angular/cli')} add ${getVersionedDependency('@oblique/oblique')}`; /* Generated content, do not edit */ -export const version = '12.2.1'; +export const version = '12.2.2'; // prettier-ignore export const schema = {"$id":"oblique-cli-ng-new-schema","title":"Oblique CLI ng new schema","properties":{"title":{"type":"string","defaultValue":"","description":"Add the specified application's title: The title will be visible in the header of your application.","defaultValueDescription":"project name.","minLength":1,"mandatory":true,"flagValuePlaceholder":""},"locales":{"type":"string","flagValuePlaceholder":"","defaultValue":"de-CH fr-CH it-CH","description":"Supported locales: Use a whitespace separated list."},"environments":{"type":"string","defaultValue":"local dev ref test abn prod","flagValuePlaceholder":"","defaultValueDescription":"local dev ref test abn prod","description":"Environment files: Use a whitespace separated list or leave a whitespace to skip the feature. 'local' will create an 'environment.ts' file, all other environments will create a corresponding 'environment..ts' file."},"prefix":{"type":"string","flagValuePlaceholder":"","defaultValue":"app","description":"Prefix configuration: The prefix for components and directive's selectors. Leave empty for no prefix."},"proxy":{"type":"string","flagValuePlaceholder":"","defaultValue":" ","description":"Proxy configuration: Defines the port for the proxy configuration for server connection."},"jenkins":{"type":"string","flagValuePlaceholder":"","defaultValue":"","defaultValueDescription":"no jenkins configuration","description":"Jenkins configuration: Defines Jenkins / CF configuration. For example (ORG;APP). Leave empty for no Jenkins / CF configuration."},"ajv":{"type":"boolean","defaultValue":true,"description":"Add Ajv dependency: Value \"true\" enables form validation based on a schema delivered by the server.","resources":["https://www.npmjs.com/package/ajv"]},"unknownRoute":{"type":"boolean","defaultValue":true,"description":"Unknown route management: This will display custom 404 pages instead of redirecting to the home page.","resources":["Oblique's Unknown route API at https://oblique.bit.admin.ch/helpers/unknown-route/api"]},"httpInterceptors":{"type":"boolean","defaultValue":true,"description":"Http interceptor: If set to true, it will provide the ObHttpApiInterceptor in the app.module.ts. The interceptor displays a spinner on API calls and a notification on errors.","resources":["Oblique's ObHttpInterceptor API at https://oblique.bit.admin.ch/helpers/http-interceptor/api"]},"banner":{"type":"boolean","defaultValue":false,"description":"Banner to show current environment: The ObBanner will show the current environment in the header. This feature is only available if at least 1 environment will be defined. To define your environments, use the option --environments .","resources":["Oblique's ObBanner API at https://oblique.bit.admin.ch/helpers/banner/api"]},"externalLink":{"type":"boolean","defaultValue":true,"description":"External link: If true, it imports the ObExternalLinkModule. This feature automatically enhances external links.","resources":["Oblique's External link API at https://oblique.bit.admin.ch/components/external-link/api"]},"jest":{"type":"boolean","defaultValue":true,"description":"Jest for unit tests: If true, Karma/Jasmine will be replaced with Jest as your application's testing framework.","resources":["Jest at npm https://www.npmjs.com/package/jest","Jest's documentation: https://jestjs.io/docs/getting-started"]},"protractor":{"type":"boolean","defaultValue":false,"description":"Protractor for end to end tests: If you use this flag, you keep Protractor for e2e tests."},"npmrc":{"type":"boolean","defaultValue":true,"description":"Create .npmrc: If you use this flag, it adds an .npmrc file, suitable for projects located within confederation/federal network."},"sonar":{"type":"boolean","defaultValue":true,"description":"Sonar configuration: If set to true, a Sonar configuration is added."},"static":{"type":"boolean","defaultValue":false,"description":"Cloud foundry static build pack: It adds the static build back for CF.","resources":["Cloud Foundry Documentation at https://docs.cloudfoundry.org/buildpacks/staticfile"]},"eslint":{"type":"boolean","defaultValue":true,"description":"ESLint & Prettier: If true, it adds eslint & prettier configuration as used by the Oblique team.","resources":["ESLint Documentation: https://eslint.org/docs/latest/use/getting-started"]},"husky":{"type":"boolean","defaultValue":true,"description":"Husky configuration: If true, it adds git hooks to automatically format changed files.","resources":["Husky Documentation at https://typicode.github.io/husky/","Husky's package at npm https://www.npmjs.com/package/husky"]}}} as {properties: ObNewOptions}; /* End of generated content */ diff --git a/projects/design-system/package.json b/projects/design-system/package.json index 01cbc03bd..071591f3c 100644 --- a/projects/design-system/package.json +++ b/projects/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@oblique/design-system", - "version": "12.2.1", + "version": "12.2.2", "scripts": { "lint": "ts-node scripts/lint.ts", "format": "ts-node scripts/lint.ts --fix", diff --git a/projects/design-system/sonar-project.properties b/projects/design-system/sonar-project.properties index 22fe1fa12..10cda96bb 100644 --- a/projects/design-system/sonar-project.properties +++ b/projects/design-system/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectName=@oblique/design-system sonar.projectKey=oblique_design-system -sonar.projectVersion=12.2.1 +sonar.projectVersion=12.2.2 sonar.typescript.lcov.reportPaths=coverage/design-system/lcov.info sonar.testExecutionReportPaths=coverage/design-system/sqr.xml sonar.tests=projects/design-system/src/lib diff --git a/projects/oblique/CHANGELOG.md b/projects/oblique/CHANGELOG.md index c9c56188a..8196e6fdd 100644 --- a/projects/oblique/CHANGELOG.md +++ b/projects/oblique/CHANGELOG.md @@ -1,3 +1,9 @@ +# [12.2.2](https://github.com/oblique-bit/oblique/compare/12.2.1...12.2.2) (2025-01-10) + +## Bug Fixes + +- **material:** correct color for text inside mat dialog ([3d7dc7a2](https://github.com/oblique-bit/oblique/commit/3d7dc7a268fc7f11d83836bade6025c7e896c8a6)) + # [12.2.1](https://github.com/oblique-bit/oblique/compare/12.2.0...12.2.1) (2024-12-20) ## Bug Fixes diff --git a/projects/oblique/package.json b/projects/oblique/package.json index 804b63161..17f6ab361 100644 --- a/projects/oblique/package.json +++ b/projects/oblique/package.json @@ -1,6 +1,6 @@ { "name": "@oblique/oblique", - "version": "12.2.1", + "version": "12.2.2", "publishConfig": { "registry": "https://registry.npmjs.com/" }, diff --git a/projects/oblique/sonar-project.properties b/projects/oblique/sonar-project.properties index 68823e83c..a2566cdb0 100644 --- a/projects/oblique/sonar-project.properties +++ b/projects/oblique/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectName=@oblique/oblique sonar.projectKey=oblique_oblique -sonar.projectVersion=12.2.1 +sonar.projectVersion=12.2.2 sonar.typescript.lcov.reportPaths=coverage/oblique/lcov.info sonar.testExecutionReportPaths=coverage/oblique/sqr.xml sonar.tests=projects/oblique/src/lib diff --git a/projects/oblique/src/lib/version.ts b/projects/oblique/src/lib/version.ts index 44a757cde..8d340830c 100644 --- a/projects/oblique/src/lib/version.ts +++ b/projects/oblique/src/lib/version.ts @@ -1 +1 @@ -export const appVersion = '12.2.1'; +export const appVersion = '12.2.2'; diff --git a/projects/sandbox-ssr/package.json b/projects/sandbox-ssr/package.json index 92318a647..6138c6064 100644 --- a/projects/sandbox-ssr/package.json +++ b/projects/sandbox-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@oblique/sandbox-ssr", - "version": "12.2.1", + "version": "12.2.2", "scripts": { "start": "ng serve", "start-ssr": "node ../../dist/sandbox-ssr/server/server.mjs", diff --git a/projects/sandbox-ssr/sonar-project.properties b/projects/sandbox-ssr/sonar-project.properties index 6d0c3fedd..8289ba9cc 100644 --- a/projects/sandbox-ssr/sonar-project.properties +++ b/projects/sandbox-ssr/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectName=@oblique/sandbox-ssr sonar.projectKey=oblique_sandbox-ssr -sonar.projectVersion=12.2.1 +sonar.projectVersion=12.2.2 sonar.typescript.lcov.reportPaths=coverage/sandbox-ssr/lcov.info sonar.testExecutionReportPaths=coverage/sandbox-ssr/sqr.xml sonar.tests=projects/sandbox-ssr/src/app diff --git a/projects/sandbox/package.json b/projects/sandbox/package.json index 8bc1722d7..7987451a9 100644 --- a/projects/sandbox/package.json +++ b/projects/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@oblique/sandbox", - "version": "12.2.1", + "version": "12.2.2", "scripts": { "start": "ng serve", "start-pams": "ng serve --configuration pams", diff --git a/projects/sandbox/sonar-project.properties b/projects/sandbox/sonar-project.properties index a411241f9..7f7d9a6ba 100644 --- a/projects/sandbox/sonar-project.properties +++ b/projects/sandbox/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectName=@oblique/sandbox sonar.projectKey=oblique_sandbox -sonar.projectVersion=12.2.1 +sonar.projectVersion=12.2.2 sonar.typescript.lcov.reportPaths=coverage/sandbox/lcov.info sonar.testExecutionReportPaths=coverage/sandbox/sqr.xml sonar.tests=projects/sandbox/src/app diff --git a/projects/sds/CHANGELOG.md b/projects/sds/CHANGELOG.md index cc8336ce5..0c941bcfe 100644 --- a/projects/sds/CHANGELOG.md +++ b/projects/sds/CHANGELOG.md @@ -1,3 +1,9 @@ +# [12.2.2](https://github.com/oblique-bit/oblique/compare/12.2.1...12.2.2) (2025-01-10) + +## Bug Fixes + +- **side-navigation:** make sure a navigation occurs when the version is changed ([cad5ced8](https://github.com/oblique-bit/oblique/commit/cad5ced83ae3cc438c4597308e6d0f2c6f9ba871)) + # [12.2.1](https://github.com/oblique-bit/oblique/compare/12.2.0...12.2.1) (2024-12-20) ## Bug Fixes diff --git a/projects/sds/package.json b/projects/sds/package.json index 528116896..a500cf8bb 100644 --- a/projects/sds/package.json +++ b/projects/sds/package.json @@ -1,6 +1,6 @@ { "name": "@oblique/sds", - "version": "12.2.1", + "version": "12.2.2", "scripts": { "start": "ng serve", "lint": "ts-node scripts/lint.ts", diff --git a/projects/sds/sonar-project.properties b/projects/sds/sonar-project.properties index e639ae660..0f1d0bee1 100644 --- a/projects/sds/sonar-project.properties +++ b/projects/sds/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectName=@oblique/sds sonar.projectKey=oblique_sds -sonar.projectVersion=12.2.1 +sonar.projectVersion=12.2.2 sonar.typescript.lcov.reportPaths=coverage/sds/lcov.info sonar.testExecutionReportPaths=coverage/sds/sqr.xml sonar.tests=projects/sds/src/app diff --git a/projects/sds/src/obliqueVersion.ts b/projects/sds/src/obliqueVersion.ts index b124691d4..f8e3e274e 100644 --- a/projects/sds/src/obliqueVersion.ts +++ b/projects/sds/src/obliqueVersion.ts @@ -1 +1 @@ -export const latest = '12.2.1'; +export const latest = '12.2.2'; diff --git a/projects/service-navigation-web-component/package.json b/projects/service-navigation-web-component/package.json index 72e3ae91b..06f165574 100644 --- a/projects/service-navigation-web-component/package.json +++ b/projects/service-navigation-web-component/package.json @@ -1,6 +1,6 @@ { "name": "@oblique/service-navigation-web-component", - "version": "12.2.1", + "version": "12.2.2", "publishConfig": { "registry": "https://registry.npmjs.com/" }, diff --git a/projects/service-navigation-web-component/sonar-project.properties b/projects/service-navigation-web-component/sonar-project.properties index cab7769dd..b0705c18a 100644 --- a/projects/service-navigation-web-component/sonar-project.properties +++ b/projects/service-navigation-web-component/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectName=@oblique/service-navigation sonar.projectKey=oblique_service-navigation -sonar.projectVersion=12.2.1 +sonar.projectVersion=12.2.2 sonar.typescript.lcov.reportPaths=coverage/service-navigation-web-component/lcov.info sonar.testExecutionReportPaths=coverage/service-navigation-web-component/sqr.xml sonar.tests=projects/service-navigation-web-component/src/app diff --git a/projects/service-navigation-web-component/src/app/version.ts b/projects/service-navigation-web-component/src/app/version.ts index 44a757cde..8d340830c 100644 --- a/projects/service-navigation-web-component/src/app/version.ts +++ b/projects/service-navigation-web-component/src/app/version.ts @@ -1 +1 @@ -export const appVersion = '12.2.1'; +export const appVersion = '12.2.2';