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

fix incorrect spelling in publish prompt #195

Merged
merged 2 commits into from
May 2, 2024
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
6 changes: 3 additions & 3 deletions .github/workflows/build-upload-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/cache/restore@v3
env:
cache-name: lively-repo
ref: acaf0fc025a77f874d9c036b7827cdcaf624afee
ref: c776d0f511d09064c6e27e0e76efbcfcdd5a2364
with:
path: .
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.ref }}
Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: LivelyKernel/lively.next
ref: acaf0fc025a77f874d9c036b7827cdcaf624afee
ref: c776d0f511d09064c6e27e0e76efbcfcdd5a2364
- name: Install `lively.next`
if: ${{ steps.cache-lively.outputs.cache-hit != 'true' }}
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/cache/save@v3
env:
cache-name: lively-repo
ref: acaf0fc025a77f874d9c036b7827cdcaf624afee
ref: c776d0f511d09064c6e27e0e76efbcfcdd5a2364
with:
path: .
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/cache/restore@v3
env:
cache-name: lively-repo-with-build
ref: acaf0fc025a77f874d9c036b7827cdcaf624afee
ref: c776d0f511d09064c6e27e0e76efbcfcdd5a2364
with:
path: .
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.ref }}
Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: LivelyKernel/lively.next
ref: acaf0fc025a77f874d9c036b7827cdcaf624afee
ref: c776d0f511d09064c6e27e0e76efbcfcdd5a2364
- name: Install `lively.next`
if: ${{ steps.cache-lively-with-build.outputs.cache-hit != 'true' }}
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/cache/save@v3
env:
cache-name: lively-repo-with-build
ref: acaf0fc025a77f874d9c036b7827cdcaf624afee
ref: c776d0f511d09064c6e27e0e76efbcfcdd5a2364
with:
path: .
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pages-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/cache/restore@v3
env:
cache-name: lively-repo
ref: acaf0fc025a77f874d9c036b7827cdcaf624afee
ref: c776d0f511d09064c6e27e0e76efbcfcdd5a2364
with:
path: .
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.ref }}
Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: LivelyKernel/lively.next
ref: acaf0fc025a77f874d9c036b7827cdcaf624afee
ref: c776d0f511d09064c6e27e0e76efbcfcdd5a2364
- name: Install `lively.next`
if: ${{ steps.cache-lively.outputs.cache-hit != 'true' }}
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/cache/save@v3
env:
cache-name: lively-repo
ref: acaf0fc025a77f874d9c036b7827cdcaf624afee
ref: c776d0f511d09064c6e27e0e76efbcfcdd5a2364
with:
path: .
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.ref }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engageLively--galyleo-dashboard",
"version": "0.1.1",
"version": "0.2.0",
"main": "studio/index.js",
"type": "module",
"author": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"lively": {
"projectDependencies": [],
"boundLivelyVersion": "d274e2f6a3a0c09958d3a2630024cc491ad89104",
"boundLivelyVersion": "c776d0f511d09064c6e27e0e76efbcfcdd5a2364",
"canUsePages": true
}
}
4 changes: 1 addition & 3 deletions studio/int/jp/helpers.cp.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ export const PublisherJP = component(Publisher, {
},
{
name: 'dashboard label',
textAndAttributes: ['公開してったダッシュボード', {
textDecoration: 'none'
}]
textAndAttributes: ['公開されたダッシュボード', null]
}, {
name: 'footer',
submorphs: [{
Expand Down