-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Citolab/tspci
- Loading branch information
Showing
18 changed files
with
151 additions
and
22 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
.github/workflows/publish-next-NPM-dev-branch-merge copy.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Publish @next to NPM on dev branch merge | ||
|
||
on: | ||
push: | ||
branches: | ||
- main # Trigger on push to the dev branch, adjust as needed | ||
|
||
jobs: | ||
publish-npm: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Git configuration | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "patrickdeklein" | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '20' # Specify the Node.js version | ||
registry-url: 'https://registry.npmjs.org/' | ||
|
||
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Publish | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
run: npm run publish | ||
|
||
# Push repository changes | ||
- name: Push changes to repository | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: git push origin && git push --tags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.5.6](https://github.com/Citolab/qti-pci-bundler/compare/v2.5.5...v2.5.6) (2024-10-10) | ||
|
||
**Note:** Version bump only for package qti-pci-bundler | ||
|
||
|
||
|
||
|
||
|
||
## [2.5.5](https://github.com/Citolab/qti-pci-bundler/compare/v2.5.4...v2.5.5) (2024-10-10) | ||
|
||
**Note:** Version bump only for package qti-pci-bundler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.5.6](https://github.com/Citolab/tspci/compare/v2.5.5...v2.5.6) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @citolab/preact-store | ||
|
||
|
||
|
||
|
||
|
||
## [2.5.5](https://github.com/Citolab/tspci/compare/v2.5.4...v2.5.5) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @citolab/preact-store |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@citolab/preact-store", | ||
"version": "2.5.4", | ||
"version": "2.5.6", | ||
"description": "simple preact store", | ||
"author": "patrick <[email protected]>, marcel <[email protected]>", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.5.6](https://github.com/Citolab/tspci/compare/v2.5.5...v2.5.6) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @citolab/tspci-qbci | ||
|
||
|
||
|
||
|
||
|
||
## [2.5.5](https://github.com/Citolab/tspci/compare/v2.5.4...v2.5.5) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @citolab/tspci-qbci |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@citolab/tspci-qbci", | ||
"version": "2.5.4", | ||
"version": "2.5.6", | ||
"description": "create a .ci file that can be imported into Questify", | ||
"author": "patrick <[email protected]>, Marcel Hoekstra <[email protected]>", | ||
"repository": "", | ||
"type": "module", | ||
"types": "types/index.d.ts", | ||
"dependencies": { | ||
"chalk": "5.3.0", | ||
"archiver": "^7.0.1" | ||
"archiver": "^7.0.1", | ||
"chalk": "5.3.0" | ||
}, | ||
"scripts": {}, | ||
"gitHead": "a3f7e00ec58c881c68b0f4616d5c1e4759e6bf75", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
|
||
# 2.1.1 | ||
tspci | ||
- support for your own export plugin not in the npm package by using full name of npm path | ||
|
||
tspci-qbci | ||
- all media files from the assets folder in your root will be copied to .ref/media | ||
- all found media files will be added in an array .ref/json/manifes.json as media property | ||
- added chalk for some nice warning colors in cli mesages | ||
|
||
# 2.0.0 | ||
|
||
- first release questify builder ci plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.5.6](https://github.com/Citolab/tspci/compare/v2.5.5...v2.5.6) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @citolab/tspci-tao | ||
|
||
|
||
|
||
|
||
|
||
## [2.5.5](https://github.com/Citolab/tspci/compare/v2.5.4...v2.5.5) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @citolab/tspci-tao |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@citolab/tspci-tao", | ||
"version": "2.5.4", | ||
"version": "2.5.6", | ||
"description": "create a zip file that can be imported into TAO", | ||
"author": "patrick <[email protected]>, Marcel Hoekstra <[email protected]>", | ||
"repository": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.5.6](/compare/v2.5.5...v2.5.6) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @citolab/tspci | ||
|
||
|
||
|
||
|
||
|
||
## [2.5.5](/compare/v2.5.4...v2.5.5) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @citolab/tspci |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@citolab/tspci", | ||
"version": "2.5.4", | ||
"version": "2.5.6", | ||
"description": "an opiniated typescript ims-pci builder with tao integration", | ||
"author": "patrick <[email protected]>", | ||
"repository": "@citolab/tspci", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters