Skip to content

Commit

Permalink
chore(toolchain): release version 12.2.2
Browse files Browse the repository at this point in the history
OUI-3500
  • Loading branch information
nina-egger committed Jan 10, 2025
1 parent 9891a7c commit c27633c
Show file tree
Hide file tree
Showing 24 changed files with 40 additions and 22 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 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,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",
Expand Down
6 changes: 6 additions & 0 deletions projects/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/cli/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/cli/src/new/ob-new.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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":"<project-name>","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":"<project-name>"},"locales":{"type":"string","flagValuePlaceholder":"<locales>","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":"<environments>","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.<env>.ts' file."},"prefix":{"type":"string","flagValuePlaceholder":"<prefix>","defaultValue":"app","description":"Prefix configuration: The prefix for components and directive's selectors. Leave empty for no prefix."},"proxy":{"type":"string","flagValuePlaceholder":"<port>","defaultValue":" ","description":"Proxy configuration: Defines the port for the proxy configuration for server connection."},"jenkins":{"type":"string","flagValuePlaceholder":"<jenkinsConfiguration...>","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 <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<ObNewSchemaOption>};
/* End of generated content */
2 changes: 1 addition & 1 deletion projects/design-system/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/design-system/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions projects/oblique/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/oblique/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oblique/oblique",
"version": "12.2.1",
"version": "12.2.2",
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/oblique/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/oblique/src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const appVersion = '12.2.1';
export const appVersion = '12.2.2';
2 changes: 1 addition & 1 deletion projects/sandbox-ssr/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/sandbox-ssr/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/sandbox/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions projects/sds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/sds/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/sds/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/sds/src/obliqueVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const latest = '12.2.1';
export const latest = '12.2.2';
2 changes: 1 addition & 1 deletion projects/service-navigation-web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oblique/service-navigation-web-component",
"version": "12.2.1",
"version": "12.2.2",
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const appVersion = '12.2.1';
export const appVersion = '12.2.2';

0 comments on commit c27633c

Please sign in to comment.