Skip to content

Commit

Permalink
Merge pull request #145 from a-ng-d/ui-color-palette-404
Browse files Browse the repository at this point in the history
UI Color Palette 4.0.4
  • Loading branch information
a-ng-d authored Jul 9, 2024
2 parents 022243f + ec8b714 commit f52ab13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
touch .env
echo REACT_APP_SUPABASE_URL="${{ vars.REACT_APP_SUPABASE_URL }}" >> .env
echo REACT_APP_SUPABASE_PUBLIC_ANON_KEY="${{ secrets.REACT_APP_SUPABASE_PUBLIC_ANON_KEY }}" >> .env
echo REACT_APP_SENTRY_URL="${{ vars.REACT_APP_SENTRY_URL }}" >> .env
echo REACT_APP_SENTRY_DSN="${{ vars.REACT_APP_SENTRY_DSN }}" >> .env
echo SENTRY_AUTH_TOKEN="${{ secrets.SENTRY_AUTH_TOKEN }}" >> .env
echo REACT_APP_MIXPANEL_TOKEN="${{ vars.REACT_APP_MIXPANEL_TOKEN }}" >> .env
echo REACT_APP_WORKER_URL="${{ vars.REACT_APP_WORKER_URL }}" >> .env
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-ui-color-palette",
"version": "4.0.3",
"version": "4.0.4",
"description": "Create accessible UI color palettes with consistent lightness and contrast",
"main": "code.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/ui/modules/PriorityContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
} from '@a_ng_d/figmug-ui'
import React from 'react'

import package_json from '../../../package.json'
import { signIn } from '../../bridges/publication/authentication'
import cp from '../../content/images/choose_plan.webp'
import pp from '../../content/images/pro_plan.webp'
Expand Down

0 comments on commit f52ab13

Please sign in to comment.