From 948f5a178c4b0fcb3e56d2993afb5f3a37f505bc Mon Sep 17 00:00:00 2001 From: Philipp Gfeller <1659006+gfellerph@users.noreply.github.com> Date: Wed, 27 Jul 2022 10:31:06 +0200 Subject: [PATCH] fix(web-styles-migration): typo in scope of package name (#217) --- .github/workflows/deploy.yaml | 2 +- LICENSE | 2 +- README.md | 2 +- packages/angular-components/LICENSE | 2 +- .../swisspost-intranet-header/package.json | 2 +- packages/web-demo/LICENSE | 2 +- packages/web-styles-migrations/CHANGELOG.md | 2 +- packages/web-styles-migrations/LICENSE | 2 +- packages/web-styles-migrations/package.json | 17 +++++++++-------- packages/web-styles/LICENSE | 2 +- packages/web-styles/package.json | 2 +- 11 files changed, 19 insertions(+), 18 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bb1e3f335f..25d300163d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -66,6 +66,6 @@ jobs: if: ${{ steps.pr.outputs.event_action == 'opened' }} with: message: | - ๐Ÿš€ Preview environment ready: https://${{ steps.netlify.outputs.deploy_alias }}--swisspost-web-frontend.netlify.app/ + ๐Ÿš€ Preview environment ready: https://${{ steps.netlify.outputs.deploy_alias }}--swisspost-web-frontend.netlify.app pr_number: ${{ steps.pr.outputs.pr_number }} # This will comment on pull request #123 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/LICENSE b/LICENSE index f4f87bd4ed..5cb8581ca9 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2022 Swiss Post, Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 43520193e1..71a8313206 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The Swiss Post Design Pattern Library for a unified and accessible user experien ### Web Styles [![npm](https://img.shields.io/npm/v/@swisspost/web-styles)](https://www.npmjs.com/package/@swisspost/web-styles) -[Documentation](https://swisspost-web-frontend.netlify.app/) ยท [Contributing](/packages/web-styles/README.md) +[Documentation](https://swisspost-web-frontend.netlify.app) ยท [Contributing](/packages/web-styles/README.md) The styling package, including theming for [Bootstrap](https://getbootstrap.com/) and [ng-bootstrap](https://ng-bootstrap.github.io/#/home) components. diff --git a/packages/angular-components/LICENSE b/packages/angular-components/LICENSE index d645695673..93eb480e35 100644 --- a/packages/angular-components/LICENSE +++ b/packages/angular-components/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2022 Swiss Post, Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/angular-components/projects/swisspost-intranet-header/package.json b/packages/angular-components/projects/swisspost-intranet-header/package.json index 3174d1ceea..5215964789 100644 --- a/packages/angular-components/projects/swisspost-intranet-header/package.json +++ b/packages/angular-components/projects/swisspost-intranet-header/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "https://github.com/swisspost/common-web-frontend.git" }, - "homepage": "https://swisspost-web-frontend.netlify.app/", + "homepage": "https://swisspost-web-frontend.netlify.app", "bugs": { "url": "https://github.com/swisspost/common-web-frontend/issues" }, diff --git a/packages/web-demo/LICENSE b/packages/web-demo/LICENSE index d645695673..93eb480e35 100644 --- a/packages/web-demo/LICENSE +++ b/packages/web-demo/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2022 Swiss Post, Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/web-styles-migrations/CHANGELOG.md b/packages/web-styles-migrations/CHANGELOG.md index 38d92e0fd4..3e49caf5e2 100644 --- a/packages/web-styles-migrations/CHANGELOG.md +++ b/packages/web-styles-migrations/CHANGELOG.md @@ -1,4 +1,4 @@ -# @swispost/web-styles-migrations +# @swisspost/web-styles-migrations ## 1.0.0-alpha.1 diff --git a/packages/web-styles-migrations/LICENSE b/packages/web-styles-migrations/LICENSE index d645695673..93eb480e35 100644 --- a/packages/web-styles-migrations/LICENSE +++ b/packages/web-styles-migrations/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2022 Swiss Post, Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/web-styles-migrations/package.json b/packages/web-styles-migrations/package.json index d12a16e0dc..ed4db9735d 100644 --- a/packages/web-styles-migrations/package.json +++ b/packages/web-styles-migrations/package.json @@ -1,28 +1,28 @@ { - "name": "@swispost/web-styles-migrations", + "name": "@swisspost/web-styles-migrations", "version": "1.0.0-alpha.1", "description": "Angular schematics for the web-styles migration.", + "keywords": [ + "schematics" + ], "author": "Swiss Post ", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/swisspost/common-web-frontend.git" }, - "homepage": "https://swisspost-web-frontend.netlify.app/", + "homepage": "https://swisspost-web-frontend.netlify.app", "bugs": { "url": "https://github.com/swisspost/common-web-frontend/issues" }, "publishConfig": { - "directory": "dist" + "directory": "dist", + "access": "public" }, "scripts": { "build": "tsc -p tsconfig.json && copyfiles -u 1 src/*/schema.json src/*/files/** src/migrations.json dist", "todo:test": "npm run build && jasmine src/**/*_spec.js" }, - "keywords": [ - "schematics" - ], - "schematics": "./dist/migrations.json", "dependencies": { "@angular-devkit/core": "^13.3.1", "@angular-devkit/schematics": "^13.3.1", @@ -37,5 +37,6 @@ "@types/node": "^12.11.1", "copyfiles": "^2.4.1", "jasmine": "~4.0.0" - } + }, + "schematics": "./dist/migrations.json" } diff --git a/packages/web-styles/LICENSE b/packages/web-styles/LICENSE index d645695673..93eb480e35 100644 --- a/packages/web-styles/LICENSE +++ b/packages/web-styles/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2022 Swiss Post, Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/web-styles/package.json b/packages/web-styles/package.json index d5eabc93ad..da0180c2a7 100644 --- a/packages/web-styles/package.json +++ b/packages/web-styles/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "https://github.com/swisspost/common-web-frontend.git" }, - "homepage": "https://swisspost-web-frontend.netlify.app/", + "homepage": "https://swisspost-web-frontend.netlify.app", "bugs": { "url": "https://github.com/swisspost/common-web-frontend/issues" },