diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f08383..dc80db49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/libraries/android/castor-tokens/version.json b/libraries/android/castor-tokens/version.json index e628de03..588b7968 100644 --- a/libraries/android/castor-tokens/version.json +++ b/libraries/android/castor-tokens/version.json @@ -1,4 +1,4 @@ { - "versionCode": 3, - "versionName": "1.0.0-beta.6" + "versionCode": 4, + "versionName": "1.0.0" } diff --git a/package-lock.json b/package-lock.json index 4eb3f0d4..9e14f786 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@onfido/castor-tokens", - "version": "1.0.0-beta.6", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@onfido/castor-tokens", - "version": "1.0.0-beta.6", + "version": "1.0.0", "hasInstallScript": true, "workspaces": [ "packages/*" @@ -14010,7 +14010,7 @@ }, "packages/npm": { "name": "@onfido/castor-tokens", - "version": "1.0.0-beta.6", + "version": "1.0.0", "license": "Apache-2.0" } }, diff --git a/package.json b/package.json index f69ed22f..4151f3f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onfido/castor-tokens", - "version": "1.0.0-beta.6", + "version": "1.0.0", "type": "module", "private": true, "workspaces": [ diff --git a/packages/npm/package.json b/packages/npm/package.json index f5f752e4..a477b4a1 100644 --- a/packages/npm/package.json +++ b/packages/npm/package.json @@ -1,6 +1,6 @@ { "name": "@onfido/castor-tokens", - "version": "1.0.0-beta.6", + "version": "1.0.0", "description": "Design tokens for Castor.", "author": "Onfido", "license": "Apache-2.0",