Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: onfido/castor-tokens
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta.6
Choose a base ref
...
head repository: onfido/castor-tokens
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
Loading
Showing with 1,271 additions and 1,002 deletions.
  1. +6 −0 CHANGELOG.md
  2. +2 −2 libraries/android/castor-tokens/version.json
  3. +1,017 −988 package-lock.json
  4. +11 −11 package.json
  5. +1 −1 packages/npm/package.json
  6. +117 −0 src/themes/day.json
  7. +117 −0 src/themes/night.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/onfido/castor-tokens/compare/v1.0.0-beta.6...v1.0.0) (2024-08-08)

### Features

- add switch tokens ([#1113](https://github.com/onfido/castor-tokens/issues/1113)) ([5454990](https://github.com/onfido/castor-tokens/commit/5454990a6a6caf223c2af1f753522d4d1905b666))

## [1.0.0-beta.6](https://github.com/onfido/castor-tokens/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-10-13)

### Bug Fixes
4 changes: 2 additions & 2 deletions libraries/android/castor-tokens/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"versionCode": 3,
"versionName": "1.0.0-beta.6"
"versionCode": 4,
"versionName": "1.0.0"
}
Loading