Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sdk #16

Merged
merged 4 commits into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-applicationexample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:

with:
VERSION: ${{ github.ref_name }}
PROJECT_NAME: ae-trafficlight
PROJECT_NAME: ae-trafficlight
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ bin
obj
tmp
apax-lock.json
TestResult
*.tgz
Binary file removed Layout.vsd
Binary file not shown.
13 changes: 13 additions & 0 deletions apax-files-section.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# this files section will be used for the github workflow
# the apax.yml will be created dynamically in the workflow - also the files section
# here you can define the content

files:
- template
- '!**/.git'
- '!**/.vscode'
- '!**/.github'
- '!**/.gitattributes'
- '!**/.markdownlint.yml'
- '!template/CODEOWNERS'
- '!template/apax-files-section.yml'
6 changes: 3 additions & 3 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ scripts:
- apax load
# Dependencies
devDependencies:
"@ax/sdk": 3.0.2
"@ax/sdk": 3.0.12
"@simatic-ax/snippetscollection": 0.0.15
dependencies:
"@simatic-ax/statemachine": 2.0.1
"@simatic-ax/simple-control-modules": 1.0.0
"@simatic-ax/statemachine": 2.1.1
"@simatic-ax/simple-control-modules": 2.0.0
"@simatic-ax/io": 1.0.1
# Registries from where the packages will be loaded
registries:
Expand Down