Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.5 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
josokinas authored Oct 21, 2021
1 parent b2fc3cb commit 8441344
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 7 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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-beta.5](https://github.com/onfido/castor-tokens/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2021-10-21)

### ⚠ BREAKING CHANGES

- - neutral-700 to neutral-200 have been renamed one digit down

* neutral-700 has been introduced as a new token in place of the old one

Affected users:
Only those using palette tokens, theme token users are unaffected

Migration path:

1. search neutral-700 to neutral-200 and replace with one digit lower

- e.g. `neutral-700` -> `neutral-600`

2. (optional) visually review all `neutral-600` and `neutral-800`

- potentially use `neutral-700` instead

### Features

- introduce new color-neutral token ([#245](https://github.com/onfido/castor-tokens/issues/245)) ([011a866](https://github.com/onfido/castor-tokens/commit/011a866a963feedb80553c707a9200349f7d1918))
- update night theme's background-action-subtle opacity ([#243](https://github.com/onfido/castor-tokens/issues/243)) ([ba23a48](https://github.com/onfido/castor-tokens/commit/ba23a4886e5803e0d4917d7c0a8b7a902dfcad7d))
- **android:** exclude base tokens from "night" mode values ([#95](https://github.com/onfido/castor-tokens/issues/95)) ([20e0377](https://github.com/onfido/castor-tokens/commit/20e037751ab58452f526749003f32cd89e2e093b))

## [1.0.0-beta.4](https://github.com/onfido/castor-tokens/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2021-06-10)

### Features
Expand Down
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": 1,
"versionName": "1.0.0-beta.4"
"versionCode": 2,
"versionName": "1.0.0-beta.5"
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onfido/castor-tokens",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"type": "module",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onfido/castor-tokens",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Design tokens for Castor.",
"author": "Onfido",
"license": "Apache-2.0",
Expand Down

1 comment on commit 8441344

@vercel
Copy link

@vercel vercel bot commented on 8441344 Oct 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.