Skip to content

Commit

Permalink
Merge branch 'main' into feature/7366-roettger-automateBuildingFigmaT…
Browse files Browse the repository at this point in the history
…okens
  • Loading branch information
TimRoe authored Dec 15, 2023
2 parents 787691a + 383ce52 commit fb54d91
Show file tree
Hide file tree
Showing 7 changed files with 1,268 additions and 462 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [components-v0.3.4](https://github.com/department-of-veterans-affairs/va-mobile-library/tree/components-v0.3.4) (2023-12-15)

[Full Changelog](https://github.com/department-of-veterans-affairs/va-mobile-library/compare/linting-v0.3.0...components-v0.3.4)

## [linting-v0.3.0](https://github.com/department-of-veterans-affairs/va-mobile-library/tree/linting-v0.3.0) (2023-12-07)

[Full Changelog](https://github.com/department-of-veterans-affairs/va-mobile-library/compare/linting-v0.2.0...linting-v0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion packages/components/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: 'react-native',
preset: 'jest-expo',
testEnvironment: 'node',
transform: {
'^.+\\.(ts|tsx)$': [
Expand Down
3 changes: 2 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/mobile-component-library",
"version": "0.3.3",
"version": "0.3.4",
"description": "VA Design System Mobile Component Library",
"main": "src/index.tsx",
"scripts": {
Expand Down Expand Up @@ -88,6 +88,7 @@
"expo-status-bar": "~1.6.0",
"gh-pages": "^5.0.0",
"jest": "^29.6.1",
"jest-expo": "~49.0.0",
"jest-styled-components": "^7.1.1",
"metro-react-native-babel-preset": "^0.77.0",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit fb54d91

Please sign in to comment.