Skip to content

Commit

Permalink
chore(docs) remove color test
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioAires committed May 10, 2023
1 parent f74c244 commit a605b27
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,14 @@ Também foi utilizado um workflow para a automatização do gerenciamento da ver

> Repository secrets
TURBO_TOKEN = Vercel Accesstoken
TURBO_TEAM = Vercel username/teamname
TURBO_TEAM = Vercel username/teamname



### Fluxo de deploy

1. Realiazar modificações
2. npm run changeset (gerar o arquivo de documentação com as modificações)
3. npm run version-packages (atualizar o package com a versão do changeset)
4. subir as modificações para o github, depois disso o github irá cuidar de atualizar o
githubpages e atualizar o pacote no npm
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @airs-ui/tokens

## 2.2.0

### Minor Changes

- remove test color

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airs-ui/tokens",
"version": "2.1.0",
"version": "2.2.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 0 additions & 2 deletions packages/tokens/src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ export const colors = {
ignite500: '#00875F',
ignite700: '#015F43',
ignite900: '#00291D',

test: '#FFF',
} as const

0 comments on commit a605b27

Please sign in to comment.