Skip to content

Commit

Permalink
Release by 16.10.2024 (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanKuzmich authored Oct 17, 2024
2 parents 0d64c57 + 99523e2 commit 6d0c15c
Show file tree
Hide file tree
Showing 664 changed files with 35,420 additions and 11,225 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean-pr-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
clean:
name: Clean up
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
NPM_REGISTRY_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
PR_NAME: pr-${{ github.event.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
release-pr:
name: Create release PR with changelog
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/documentation-deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: [ state ]
if: ${{ fromJSON(needs.state.outputs.STATE).HAS_DEPLOY_WEBSITE }}

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
PR_NAME: pr-${{ github.event.number }}
PREFIX: pr/pr-${{ github.event.number }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
name: Deploy artifacts
needs: [ state, deploy-website ]
if: ${{ fromJSON(needs.state.outputs.STATE).HAS_PACKAGES_DS_CHANGES }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
PR_NAME: pr-${{ github.event.number }}
PREFIX: pr/pr-${{ github.event.number }}
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
name: Attached comment
needs: [ state, deploy-website, deploy-artifacts ]
if: ${{ always() && (contains(needs.deploy-website.result, 'success') || contains(needs.deploy-artifacts.result, 'success')) }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# [NOTE]: В проекте default branch - dev, что бы правильно собрать
# актуальную версию для branch master, нужно указать ref = 'master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation-deploy-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Deploy documentation
if: ${{ startsWith(github.head_ref, 'release') }}

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
PR_NAME: pr-${{ github.event.number }}
ICONS_PUBLIC_URL: /icons
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation-deploy-stage-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
deploy:
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
state:
if: ${{ github.actor == 'github-merge-queue[bot]' }}
name: State
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
outputs:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

catch:
name: Handle errors
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [ state, publish ]
if: ${{ always() && contains(needs.*.result, 'failure') }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theme-builder-deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theme-builder-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: authorize
env:
PR_NAME: pr-${{ github.event.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theme-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versionate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
versionate_docs:
name: Versionate docs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
96 changes: 48 additions & 48 deletions packages/plasma-asdk/package-lock.json

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

16 changes: 8 additions & 8 deletions packages/plasma-asdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salutejs/plasma-asdk",
"version": "0.169.0",
"version": "0.178.0-dev.0",
"description": "Salute Design System / React UI kit for Assistant web applications",
"author": "Salute Frontend Team <[email protected]>",
"license": "MIT",
Expand All @@ -19,9 +19,9 @@
"directory": "packages/plasma-asdk"
},
"dependencies": {
"@salutejs/plasma-new-hope": "0.160.0",
"@salutejs/plasma-tokens": "1.99.0",
"@salutejs/plasma-tokens-b2b": "1.42.0",
"@salutejs/plasma-new-hope": "0.169.0-dev.0",
"@salutejs/plasma-tokens": "1.101.0-dev.0",
"@salutejs/plasma-tokens-b2b": "1.43.0-dev.0",
"@salutejs/plasma-typo": "0.40.0"
},
"peerDependencies": {
Expand All @@ -39,10 +39,10 @@
"@babel/preset-typescript": "7.24.1",
"@microsoft/api-extractor": "7.38.3",
"@salutejs/plasma-colors": "0.13.0",
"@salutejs/plasma-core": "1.180.0",
"@salutejs/plasma-cy-utils": "0.111.0",
"@salutejs/plasma-core": "1.182.0-dev.0",
"@salutejs/plasma-cy-utils": "0.113.0-dev.0",
"@salutejs/plasma-icons": "1.206.0",
"@salutejs/plasma-sb-utils": "0.178.0",
"@salutejs/plasma-sb-utils": "0.180.0-dev.0",
"@storybook/addon-docs": "7.6.17",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addons": "7.6.17",
Expand Down Expand Up @@ -98,4 +98,4 @@
"Fanil Zubairov"
],
"sideEffects": false
}
}
Loading

0 comments on commit 6d0c15c

Please sign in to comment.