Skip to content

Commit

Permalink
Change from prepublish to prepack. Bump version to 0.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Sep 22, 2023
1 parent 9763db9 commit 29698de
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://department-of-veterans-affairs.github.io/va-mobile-library",
"dependencies": {
"@department-of-veterans-affairs/mobile-tokens": "0.0.4",
"@department-of-veterans-affairs/mobile-tokens": "0.0.6",
"@os-team/i18next-react-native-language-detector": "^1.0.28",
"i18next": "^23.4.3",
"react-i18next": "^13.0.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/components/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2829,7 +2829,7 @@ __metadata:
dependencies:
"@babel/core": ^7.20.0
"@babel/plugin-proposal-export-namespace-from": ^7.18.9
"@department-of-veterans-affairs/mobile-tokens": 0.0.4
"@department-of-veterans-affairs/mobile-tokens": 0.0.6
"@expo/webpack-config": ^18.1.2
"@os-team/i18next-react-native-language-detector": ^1.0.28
"@react-native-async-storage/async-storage": ^1.19.0
Expand Down Expand Up @@ -2882,10 +2882,10 @@ __metadata:
languageName: unknown
linkType: soft

"@department-of-veterans-affairs/mobile-tokens@npm:0.0.4":
version: 0.0.4
resolution: "@department-of-veterans-affairs/mobile-tokens@npm:0.0.4"
checksum: a3455980b9733d7c3102824cb7f9531abcc0e3084ed2f265442ccd4bf15b3a4538cbc4796c58c347aa3dab0d0130a8989f9da628a3fc0726fdcedd8a7187c423
"@department-of-veterans-affairs/mobile-tokens@npm:0.0.6":
version: 0.0.6
resolution: "@department-of-veterans-affairs/mobile-tokens@npm:0.0.6"
checksum: a13f3ed329ffb4109a36e00685a78749bb68b96c2e0bfdcff16025202c202a38a466f93bfadd147e9a9e43bc9468df930b745cb9f762111fbf0f4bb69b2252fc
languageName: node
linkType: hard

Expand Down
16 changes: 16 additions & 0 deletions packages/tokens/dist/js/colors.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* Do not edit directly
* Generated on Fri, 22 Sep 2023 17:08:33 GMT
*/

export const white = "#ffffff";
export const gray = "#5b616b";
export const grayDark = "#323a45";
export const grayMedium = "#757575";
export const grayLight = "#aeb0b5";
export const grayLightAlt = "#eeeeee";
export const grayLighter = "#d6d7d9";
export const grayLightest = "#f1f1f1";
export const grayWarmDark = "#494440";
export const grayWarmLight = "#e4e2e0";
export const grayCoolLight = "#dce4ef";
4 changes: 2 additions & 2 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@department-of-veterans-affairs/mobile-tokens",
"version": "0.0.5",
"version": "0.0.6",
"description": "VA Design System Mobile Token Library",
"main": "src/index.ts",
"scripts": {
"build": "style-dictionary build",
"prepublish": "style-dictionary build",
"prepack": "style-dictionary build",
"publish-package": "npm publish --access public --tolerate-republish"
},
"repository": {
Expand Down

0 comments on commit 29698de

Please sign in to comment.