From 61e232dcce30286240d49f9a4f773f1016d749a7 Mon Sep 17 00:00:00 2001 From: Jasper Van Proeyen Date: Wed, 2 Jun 2021 14:03:15 +0200 Subject: [PATCH 1/2] ACPaaS UI > Antwerp UI --- CHANGELOG.md | 20 +++++------ README.md | 42 ++++++++++++------------ guidelines/DEV_GUIDE.md | 6 ++-- guidelines/RELEASE.md | 2 +- guidelines/VERSIONING.md | 2 +- package.json | 6 ++-- packages/date-utils/README.md | 2 +- packages/date-utils/package.json | 12 +++---- packages/eid-utils/package.json | 12 +++---- packages/notification-store/README.md | 2 +- packages/notification-store/package.json | 14 ++++---- packages/redux-utils/README.md | 2 +- packages/redux-utils/package.json | 12 +++---- 13 files changed, 67 insertions(+), 67 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bd6fb..142ec3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,13 +42,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Initial release. -[Unreleased]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v2.0.1...HEAD -[2.0.1]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v2.0.0...v2.0.1 -[2.0.0]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.6...v2.0.0 -[1.0.6]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.5...v1.0.6 -[1.0.5]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.4...v1.0.5 -[1.0.4]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.3...v1.0.4 -[1.0.3]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.2...v1.0.3 -[1.0.2]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.1...v1.0.2 -[1.0.1]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.0...v1.0.1 -[1.0.0]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.0 +[Unreleased]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v2.0.0...v2.0.1 +[2.0.0]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.6...v2.0.0 +[1.0.6]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.5...v1.0.6 +[1.0.5]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.4...v1.0.5 +[1.0.4]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.3...v1.0.4 +[1.0.3]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.2...v1.0.3 +[1.0.2]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.1...v1.0.2 +[1.0.1]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.0 diff --git a/README.md b/README.md index 6b81298..93786a4 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,28 @@ -# ACPaaS UI - Javacript Libraries +# Antwerp UI - Javacript Libraries -[![acpaas-ui-js-build]][acpaas-ui-js-travis] +[![antwerp-ui-js-build]][antwerp-ui-js-travis] **This documentation is work-in-progress!** ## Introduction -Antwerp City Platform as a Service User Interface (ACPaas UI) is a **component interface library** for building user interfaces and responsive web apps. It's designed to provide developers with functionality en UI/UX patterns that matches the Antwerpen styleguide. This part of the library provides vanilla javascript utilities. +Antwerp City Platform as a Service User Interface (Antwerp UI) is a **component interface library** for building user interfaces and responsive web apps. It's designed to provide developers with functionality en UI/UX patterns that matches the Antwerpen styleguide. This part of the library provides vanilla javascript utilities. ## Ecosystem -This library is part of [ACPaaS UI][acpaas-ui]. +This library is part of [Antwerp UI][antwerp-ui]. | Name | Framework | Status | | ----------------- | ---------- | ------- | -| Schematics | ES5+ | [![acpaas-ui-schematics-github]][acpaas-ui-schematics] | -| Javascript | ES5+ | [![acpaas-ui-js-github]][acpaas-ui-js] | -| Angular | Angular 6+ | [![acpaas-ui-angular-github]][acpaas-ui-angular] | -| React | React 16+ | [acpaas-ui-react] | +| Schematics | ES5+ | [![antwerp-ui-schematics-github]][antwerp-ui-schematics] | +| Javascript | ES5+ | [![antwerp-ui-js-github]][antwerp-ui-js] | +| Angular | Angular 6+ | [![antwerp-ui-angular-github]][antwerp-ui-angular] | +| React | React 16+ | [antwerp-ui-react] | | VueJS | TBA | TBA | ## Documentation -To check out [live examples]() and docs, visit [acpaas-ui.digipolis.be/ui-components](https://acpaas-ui.digipolis.be/ui-components). +To check out [live examples]() and docs, visit [antwerp-ui.digipolis.be/ui-components](https://antwerp-ui.digipolis.be/ui-components). ## Library Contents @@ -49,7 +49,7 @@ Detailed changes for each release are documented in the [changelog](./CHANGELOG. Please make sure to read the [Contributing Guide]() before making a pull request. -Thank you to all the people who already contributed to ACPaaS UI! +Thank you to all the people who already contributed to Antwerp UI! **List of contributors here** @@ -70,25 +70,25 @@ Jasper Van Proeyen () Copyright (c) 2016-present, Digipolis -[acpaas-ui]: https://acpaas-ui.digipolis.be +[antwerp-ui]: https://antwerp-ui.digipolis.be -[stackoverflow-issues]: https://stackoverflow.com/questions/tagged/acpaas-ui +[stackoverflow-issues]: https://stackoverflow.com/questions/tagged/antwerp-ui -[acpaas-ui-js-build]: https://img.shields.io/travis/digipolisantwerp/acpaas-ui-js.svg -[acpaas-ui-js-travis]: https://travis-ci.org/digipolisantwerp/acpaas-ui-js +[antwerp-ui-js-build]: https://img.shields.io/travis/digipolisantwerp/antwerp-ui-js.svg +[antwerp-ui-js-travis]: https://travis-ci.org/digipolisantwerp/antwerp-ui-js -[acpaas-ui-schematics]: https://github.com/digipolisantwerp/acpaas-ui_schematics -[acpaas-ui-js]: https://github.com/digipolisantwerp/acpaas-ui_js -[acpaas-ui-angular]: https://github.com/digipolisantwerp/acpaas-ui_angular -[acpaas-ui-react]: https://github.com/digipolisantwerp/acpaas-ui_react +[antwerp-ui-schematics]: https://github.com/digipolisantwerp/antwerp-ui_schematics +[antwerp-ui-js]: https://github.com/digipolisantwerp/antwerp-ui_js +[antwerp-ui-angular]: https://github.com/digipolisantwerp/antwerp-ui_angular +[antwerp-ui-react]: https://github.com/digipolisantwerp/antwerp-ui_react -[acpaas-ui-schematics-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/acpaas-ui_schematics.svg -[acpaas-ui-angular-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/acpaas-ui_angular.svg -[acpaas-ui-js-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/acpaas-ui_js.svg +[antwerp-ui-schematics-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/antwerp-ui_schematics.svg +[antwerp-ui-angular-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/antwerp-ui_angular.svg +[antwerp-ui-js-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/antwerp-ui_js.svg [js-date-utils-package]: https://www.npmjs.com/package/@acpaas-ui/js-date-utils diff --git a/guidelines/DEV_GUIDE.md b/guidelines/DEV_GUIDE.md index 769e693..97a8ada 100644 --- a/guidelines/DEV_GUIDE.md +++ b/guidelines/DEV_GUIDE.md @@ -1,8 +1,8 @@ -# ACPaaS UI dev guide +# Antwerp UI dev guide ## Available commands -Since the ACPaaS UI library was created using `lerna`, all lerna commands are available to use during development. You can use a global install (make sure to check the supported version in the root `package.json` file) or the local copy installed in the dev dependencies: +Since the Antwerp UI library was created using `lerna`, all lerna commands are available to use during development. You can use a global install (make sure to check the supported version in the root `package.json` file) or the local copy installed in the dev dependencies: ```bash lerna @@ -40,5 +40,5 @@ If you have a dependency between 2 packages, you can use the same import paths a import { DateHelper } from '@acpaas-ui/js-date-utils'; ``` -Lerna will resolve all `acpaas-ui` paths for you, as long as you have run the `bootstrap` command after adding a new package. +Lerna will resolve all `antwerp-ui` paths for you, as long as you have run the `bootstrap` command after adding a new package. We discourage creating dependencies between the different libraries in this repo, since they are supposed to be self contained tools to be used independent from other packages. \ No newline at end of file diff --git a/guidelines/RELEASE.md b/guidelines/RELEASE.md index 2663b88..89cc1c8 100644 --- a/guidelines/RELEASE.md +++ b/guidelines/RELEASE.md @@ -1,4 +1,4 @@ -# ACPaaS UI NGX - release guidelines +# Antwerp UI NGX - release guidelines This package is supplied as a library. For now, we will not release separate components on NPM. diff --git a/guidelines/VERSIONING.md b/guidelines/VERSIONING.md index cc4ef84..1fde6dd 100644 --- a/guidelines/VERSIONING.md +++ b/guidelines/VERSIONING.md @@ -1,4 +1,4 @@ -# ACPaaS UI NGX - versioning guidelines +# Antwerp UI NGX - versioning guidelines This package is supplied as a library. For now, we will not release separate components on NPM. diff --git a/package.json b/package.json index 4585bf0..07f4d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acpaas-ui/js-libs", - "version": "1.0.4", + "version": "2.0.1", "description": "", "main": "index.js", "scripts": { @@ -13,11 +13,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/FabianMeul/acpaas-ui-js.git" + "url": "git+https://github.com/digipolisantwerp/antwerp-ui_js.git" }, "author": "", "license": "ISC", - "homepage": "https://github.com/FabianMeul/acpaas-ui-js#readme", + "homepage": "https://github.com/digipolisantwerp/antwerp-ui_js#readme", "devDependencies": { "babel-core": "^6.26.3", "babel-plugin-external-helpers": "6.22.0", diff --git a/packages/date-utils/README.md b/packages/date-utils/README.md index 10373d3..eacca99 100644 --- a/packages/date-utils/README.md +++ b/packages/date-utils/README.md @@ -1,4 +1,4 @@ -# ACPaaS UI JS Date Utils +# Antwerp UI JS Date Utils [![js-date-utils-status]][js-date-utils-package] diff --git a/packages/date-utils/package.json b/packages/date-utils/package.json index a52acd2..449ae91 100644 --- a/packages/date-utils/package.json +++ b/packages/date-utils/package.json @@ -1,16 +1,16 @@ { "name": "@acpaas-ui/js-date-utils", "$rollup": { - "fileName": "acpaas-ui-js-date-utils", + "fileName": "antwerp-ui-js-date-utils", "moduleName": "JsDateUtils" }, "version": "2.0.1", "description": "", - "main": "./dist/acpaas-ui-js-date-utils.umd.js", - "browser": "./dist/acpaas-ui-js-date-utils.cjs.js", - "module": "./dist/acpaas-ui-js-date-utils.es.js", - "es2015": "./dist/acpaas-ui-js-date-utils.es.js", - "typings": "./src/acpaas-ui-js-date-utils.d.ts", + "main": "./dist/antwerp-ui-js-date-utils.umd.js", + "browser": "./dist/antwerp-ui-js-date-utils.cjs.js", + "module": "./dist/antwerp-ui-js-date-utils.es.js", + "es2015": "./dist/antwerp-ui-js-date-utils.es.js", + "typings": "./src/antwerp-ui-js-date-utils.d.ts", "directories": { "test": "test" }, diff --git a/packages/eid-utils/package.json b/packages/eid-utils/package.json index 4d7a66a..41af178 100644 --- a/packages/eid-utils/package.json +++ b/packages/eid-utils/package.json @@ -1,16 +1,16 @@ { "name": "@acpaas-ui/js-eid-utils", "$rollup": { - "fileName": "acpaas-ui-js-eid-utils", + "fileName": "antwerp-ui-js-eid-utils", "moduleName": "EIDUtils" }, "version": "1.0.4", "description": "", - "main": "./dist/acpaas-ui-js-eid-utils.umd.js", - "browser": "./dist/acpaas-ui-js-eid-utils.cjs.js", - "module": "./dist/acpaas-ui-js-eid-utils.es.js", - "es2015": "./dist/acpaas-ui-js-eid-utils.es.js", - "typings": "./src/acpaas-ui-js-eid-utils.d.ts", + "main": "./dist/antwerp-ui-js-eid-utils.umd.js", + "browser": "./dist/antwerp-ui-js-eid-utils.cjs.js", + "module": "./dist/antwerp-ui-js-eid-utils.es.js", + "es2015": "./dist/antwerp-ui-js-eid-utils.es.js", + "typings": "./src/antwerp-ui-js-eid-utils.d.ts", "directories": { "test": "test" }, diff --git a/packages/notification-store/README.md b/packages/notification-store/README.md index d10c50b..23adf1b 100644 --- a/packages/notification-store/README.md +++ b/packages/notification-store/README.md @@ -1,4 +1,4 @@ -# ACPaaS UI JS Notification Store +# Antwerp UI JS Notification Store [![js-notification-store-status]][js-notification-store-package] diff --git a/packages/notification-store/package.json b/packages/notification-store/package.json index aa35ae3..91f753f 100644 --- a/packages/notification-store/package.json +++ b/packages/notification-store/package.json @@ -1,18 +1,18 @@ { "name": "@acpaas-ui/js-notification-store", "$rollup": { - "fileName": "acpaas-ui-js-notification-store", + "fileName": "antwerp-ui-js-notification-store", "moduleName": "JsNotificationStore" }, "version": "1.0.4", "description": "The Notification Store provides a singleton store to save and easily access notifications throughout your app.", - "main": "./dist/acpaas-ui-js-notification-store.umd.js", - "browser": "./dist/acpaas-ui-js-notification-store.cjs.js", - "module": "./dist/acpaas-ui-js-notification-store.es.js", - "es2015": "./dist/acpaas-ui-js-notification-store.es.js", - "typings": "./src/acpaas-ui-js-notification-store.d.ts", + "main": "./dist/antwerp-ui-js-notification-store.umd.js", + "browser": "./dist/antwerp-ui-js-notification-store.cjs.js", + "module": "./dist/antwerp-ui-js-notification-store.es.js", + "es2015": "./dist/antwerp-ui-js-notification-store.es.js", + "typings": "./src/antwerp-ui-js-notification-store.d.ts", "keywords": [ - "acpaas-ui", + "antwerp-ui", "aui", "es2015", "typescript" diff --git a/packages/redux-utils/README.md b/packages/redux-utils/README.md index 72669d6..05e5a2f 100644 --- a/packages/redux-utils/README.md +++ b/packages/redux-utils/README.md @@ -1,4 +1,4 @@ -# ACPaaS UI JS Redux Utils +# Antwerp UI JS Redux Utils [![js-redux-utils-status]][js-redux-utils-package] diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index 746eacc..9048b8a 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -1,16 +1,16 @@ { "name": "@acpaas-ui/js-redux-utils", "$rollup": { - "fileName": "acpaas-ui-js-redux-utils", + "fileName": "antwerp-ui-js-redux-utils", "moduleName": "JsReduxUtils" }, "version": "1.0.4", "description": "", - "main": "./dist/acpaas-ui-js-redux-utils.umd.js", - "browser": "./dist/acpaas-ui-js-redux-utils.cjs.js", - "module": "./dist/acpaas-ui-js-redux-utils.es.js", - "es2015": "./dist/acpaas-ui-js-redux-utils.es.js", - "typings": "./src/acpaas-ui-js-redux-utils.d.ts", + "main": "./dist/antwerp-ui-js-redux-utils.umd.js", + "browser": "./dist/antwerp-ui-js-redux-utils.cjs.js", + "module": "./dist/antwerp-ui-js-redux-utils.es.js", + "es2015": "./dist/antwerp-ui-js-redux-utils.es.js", + "typings": "./src/antwerp-ui-js-redux-utils.d.ts", "scripts": { "rollup": "rollup -c --extend", "********************** TEST **********************": "", From 7954e9a51957ae77b11c69980d916dd054f0b64e Mon Sep 17 00:00:00 2001 From: Jasper Van Proeyen Date: Wed, 2 Jun 2021 14:28:01 +0200 Subject: [PATCH 2/2] Replaced Travis by GitHub actions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93786a4..c8ba03a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Antwerp UI - Javacript Libraries -[![antwerp-ui-js-build]][antwerp-ui-js-travis] +![build][antwerp-ui-js-ci] **This documentation is work-in-progress!** @@ -75,9 +75,8 @@ Copyright (c) 2016-present, Digipolis [stackoverflow-issues]: https://stackoverflow.com/questions/tagged/antwerp-ui - -[antwerp-ui-js-build]: https://img.shields.io/travis/digipolisantwerp/antwerp-ui-js.svg -[antwerp-ui-js-travis]: https://travis-ci.org/digipolisantwerp/antwerp-ui-js + +[antwerp-ui-js-ci]: https://github.com/digipolisantwerp/antwerp-ui_js/workflows/CI/badge.svg [antwerp-ui-schematics]: https://github.com/digipolisantwerp/antwerp-ui_schematics