Skip to content

Commit

Permalink
release: apps v1.0.0 (#696)
Browse files Browse the repository at this point in the history
* fix: add license to digiwf-apps folder

* fix: pipeline

* v1.0.1 (#698)

Co-authored-by: DigiWF Github Bot <[email protected]>

* v1.1.0

* lerna version bump

* fix: pipeline

* lerna version bump

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DigiWF Github Bot <[email protected]>
  • Loading branch information
3 people authored Sep 13, 2023
1 parent e088808 commit fb6098e
Show file tree
Hide file tree
Showing 23 changed files with 78 additions and 45 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
node-version: '16'
cache: 'npm'
cache-dependency-path: "./digiwf-apps/package-lock.json"
registry-url: 'https://registry.npmjs.org'
- run: npm run init
- run: npm run test
- run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/workflow-bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
working-directory: ./digiwf-apps
run: |
npm run init
lerna version patch --ignore-changes --no-push --yes
lerna version minor --ignore-changes --no-push --yes
# lerna automatically creates a commit

# Create a PR for the new version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/workflow-release-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
node-version: '16'
cache: 'npm'
cache-dependency-path: "./digiwf-apps/package-lock.json"
registry-url: 'https://registry.npmjs.org'
- run: npm run init
- run: npm run build

Expand Down
21 changes: 21 additions & 0 deletions digiwf-apps/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Landeshauptstadt München | it@M

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion digiwf-apps/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"packages/apps/digiwf-forms-example",
"packages/apps/digiwf-tasklist"
],
"version": "1.0.0"
"version": "1.1.0"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions digiwf-apps/packages/apps/digiwf-forms-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@muenchen/digiwf-forms-example",
"description": "DigiWF Forms",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"dev": "vite --host localhost",
"build": "vite build"
},
"dependencies": {
"@muenchen/digiwf-date-input": "^1.0.0",
"@muenchen/digiwf-form-builder": "^1.0.0",
"@muenchen/digiwf-form-builder-settings": "^1.0.0",
"@muenchen/digiwf-form-renderer": "^1.0.0",
"@muenchen/digiwf-multi-file-input": "^1.0.0",
"@muenchen/digiwf-date-input": "^1.1.0",
"@muenchen/digiwf-form-builder": "^1.1.0",
"@muenchen/digiwf-form-builder-settings": "^1.1.0",
"@muenchen/digiwf-form-renderer": "^1.1.0",
"@muenchen/digiwf-multi-file-input": "^1.1.0",
"@muenchen/vjsf": "^2.21.7",
"vue": "^2.7.10",
"vuetify": "^2.6.9"
Expand Down
9 changes: 7 additions & 2 deletions digiwf-apps/packages/apps/digiwf-tasklist/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions digiwf-apps/packages/apps/digiwf-tasklist/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@muenchen/digiwf-tasklist",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "jest src --coverage"
},
"dependencies": {
"@muenchen/digiwf-date-input": "^1.0.0",
"@muenchen/digiwf-engine-api-internal": "^1.0.0",
"@muenchen/digiwf-form-renderer": "^1.0.0",
"@muenchen/digiwf-multi-file-input": "^1.0.0",
"@muenchen/digiwf-task-api-internal": "^1.0.0",
"@muenchen/digiwf-date-input": "^1.1.0",
"@muenchen/digiwf-engine-api-internal": "^1.1.0",
"@muenchen/digiwf-form-renderer": "^1.1.0",
"@muenchen/digiwf-multi-file-input": "^1.1.0",
"@muenchen/digiwf-task-api-internal": "^1.1.0",
"@muenchen/vjsf": "^2.21.7",
"@tanstack/vue-query": "^4.19.1",
"core-js": "^3.8.3",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@muenchen/digiwf-date-input",
"description": "Customized component with possibility to enter date with keyboard",
"version": "1.0.0",
"version": "1.1.0",
"module": "dist/digiwf-date-input.mjs",
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
"test": "jest src"
},
"peerDependencies": {
"luxon": "^1.25.0",
"vue": "^2.7.0",
"vuetify": "^2.6.0",
"luxon": "^1.25.0"
"vuetify": "^2.6.0"
},
"devDependencies": {
"@types/jest": "^27.5.2",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@muenchen/digiwf-engine-api-internal",
"description": "Internal digiWF engine api",
"version": "1.0.0",
"version": "1.1.0",
"module": "dist/digiwf-engine-api-internal.mjs",
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@muenchen/digiwf-form-builder-settings",
"description": "Form Builder Settings",
"version": "1.0.0",
"version": "1.1.0",
"module": "dist/digiwf-form-builder-settings.mjs",
"scripts": {
"build": "vite build",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@muenchen/digiwf-form-builder",
"description": "Form Builder",
"version": "1.0.0",
"version": "1.1.0",
"module": "dist/digiwf-form-builder.mjs",
"scripts": {
"build": "vite build",
"watch": "vite build --watch"
},
"dependencies": {
"@muenchen/digiwf-form-builder-settings": "^1.0.0",
"@muenchen/digiwf-form-renderer": "^1.0.0"
"@muenchen/digiwf-form-builder-settings": "^1.1.0",
"@muenchen/digiwf-form-renderer": "^1.1.0"
},
"peerDependencies": {
"vue": "^2.7.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@muenchen/digiwf-form-renderer",
"description": "Form renderer",
"version": "1.0.0",
"version": "1.1.0",
"module": "dist/digiwf-form-renderer.mjs",
"scripts": {
"build": "vite build",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@muenchen/digiwf-multi-file-input",
"description": "Form renderer",
"version": "1.0.0",
"version": "1.1.0",
"module": "dist/digiwf-multi-file-input.mjs",
"scripts": {
"build": "vite build",
"watch": "vite build --watch"
},
"dependencies": {
"@muenchen/digiwf-engine-api-internal": "^1.0.0",
"@muenchen/digiwf-task-api-internal": "^1.0.0"
"@muenchen/digiwf-engine-api-internal": "^1.1.0",
"@muenchen/digiwf-task-api-internal": "^1.1.0"
},
"peerDependencies": {
"vue": "^2.7.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@muenchen/digiwf-task-api-internal",
"description": "Internal digiWF tasklist api",
"version": "1.0.0",
"version": "1.1.0",
"module": "dist/digiwf-task-api-internal.mjs",
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
Expand Down

0 comments on commit fb6098e

Please sign in to comment.