Compare commits

...
7 Commits
Author SHA1 Message Date
telackey 6a22580f35 Bump
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m19s
2024-07-30 23:44:19 -05:00
telackey bc94d0c9aa Bump
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m22s
2024-07-30 22:49:23 -05:00
dboreham e62a4a8e49 Bump version for deployment
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m22s
2024-07-27 18:50:02 +00:00
dboreham b773d39135 Bump version
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m19s
2024-07-27 08:38:23 -06:00
dboreham 5d6045103b Try updating dependencies 2024-07-27 08:37:41 -06:00
dboreham 49ed5166a9 Bump version for deployment
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m18s
2024-07-25 17:57:35 +00:00
dboreham a4a139b420 Try pinning registry cli at a working older version 2024-07-25 17:56:32 +00:00
3 changed files with 1758 additions and 1078 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: "Install registry CLI"
run: |
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
npm install -g @cerc-io/laconic-registry-cli
npm install -g @cerc-io/laconic-registry-cli@0.1.13
- name: "Install jq"
run: apt -y update && apt -y install jq
- name: "Publish Application Record"
+1756 -1076
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/test-progressive-web-app",
"version": "0.1.41",
"version": "0.1.46",
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
"scripts": {
"dev": "next dev",