Skip to content

Commit

Permalink
Version Packages (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 13, 2024
1 parent 04d4b0a commit 6f274bc
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-wasps-pretend.md

This file was deleted.

2 changes: 1 addition & 1 deletion BackpackTokens.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BackpackTokens'
s.version = '4.1.1'
s.version = '4.1.2'
s.license = { :type => 'ISC', :file => 'packages/backpack-tokens/LICENSE.txt' }
s.homepage = 'https://design.showbie.com'
s.author = 'Showbie Inc.'
Expand Down
2 changes: 1 addition & 1 deletion packages/backpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@babel/core": "7.11.x",
"@showbie/backpack-tokens": "4.1.1",
"@showbie/backpack-tokens": "4.1.2",
"@storybook/addon-a11y": "6.0.21",
"@storybook/addon-essentials": "6.0.21",
"@storybook/react": "6.0.21",
Expand Down
6 changes: 6 additions & 0 deletions packages/backpack-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.1.2

### Patch Changes

- [#273](https://github.com/showbie/backpack/pull/273) [`04d4b0a`](https://github.com/showbie/backpack/commit/04d4b0a32b42df7d12e19c3313e9f1a685e28d56) Thanks [@elidupuis](https://github.com/elidupuis)! - Update sbe-brand-showbie colour to proper value

## 4.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/backpack-tokens/dist/color-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@ module.exports = {
swift: 'sbeBrandMicrosoft',
},
'showbie': {
hex: '#009fe8',
rgb: '0, 159, 232',
hsl: '199, 100, 45',
name: 'Pervenche',
hex: '#016FB7',
rgb: '1, 111, 183',
hsl: '204, 99, 36',
name: 'Spanish Blue',
scss: 'sbe-brand-showbie',
swift: 'sbeBrandShowbie',
},
Expand Down
4 changes: 2 additions & 2 deletions packages/backpack-tokens/dist/showbie-color.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* BACKPACK COLOURS
* v4.1.1
* v4.1.2
*/

:root {
Expand Down Expand Up @@ -53,6 +53,6 @@
--sbe-brand-feide: #068f8d;
--sbe-brand-google: #dc4e41;
--sbe-brand-microsoft: #07a6f0;
--sbe-brand-showbie: #009fe8;
--sbe-brand-showbie: #016FB7;
--sbe-brand-socrative: #ff602b;
}
4 changes: 2 additions & 2 deletions packages/backpack-tokens/dist/showbie-color.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* BACKPACK COLOURS
* v4.1.1
* v4.1.2
*/

var colors = {
Expand Down Expand Up @@ -57,7 +57,7 @@ var colors = {
'feide': '#068f8d',
'google': '#dc4e41',
'microsoft': '#07a6f0',
'showbie': '#009fe8',
'showbie': '#016FB7',
'socrative': '#ff602b',
},
}
Expand Down
4 changes: 2 additions & 2 deletions packages/backpack-tokens/dist/showbie-color.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
////
/// BACKPACK COLOURS
/// v4.1.1
/// v4.1.2
////

///
Expand Down Expand Up @@ -63,5 +63,5 @@ $sbe-blue-800: #003968;
$sbe-brand-feide: #068f8d;
$sbe-brand-google: #dc4e41;
$sbe-brand-microsoft: #07a6f0;
$sbe-brand-showbie: #009fe8;
$sbe-brand-showbie: #016FB7;
$sbe-brand-socrative: #ff602b;
6 changes: 3 additions & 3 deletions packages/backpack-tokens/dist/showbie-color.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
////
/// BACKPACK COLOURS
/// v4.1.1
/// v4.1.2
////

import UIKit
Expand Down Expand Up @@ -104,8 +104,8 @@ public extension UIColor {
static let sbeBrandGoogle = UIColor(red: 0.8627450980392157, green: 0.3058823529411765, blue: 0.2549019607843137, alpha: 1)
// #07a6f0
static let sbeBrandMicrosoft = UIColor(red: 0.027450980392156862, green: 0.6509803921568628, blue: 0.9411764705882353, alpha: 1)
// #009fe8
static let sbeBrandShowbie = UIColor(red: 0, green: 0.6235294117647059, blue: 0.9098039215686274, alpha: 1)
// #016FB7
static let sbeBrandShowbie = UIColor(red: 0.00392156862745098, green: 0.43529411764705883, blue: 0.7176470588235294, alpha: 1)
// #ff602b
static let sbeBrandSocrative = UIColor(red: 1, green: 0.3764705882352941, blue: 0.16862745098039217, alpha: 1)
}
2 changes: 1 addition & 1 deletion packages/backpack-tokens/dist/socrative-color.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* BACKPACK COLOURS
* v4.1.1
* v4.1.2
*/

:root {
Expand Down
2 changes: 1 addition & 1 deletion packages/backpack-tokens/dist/socrative-color.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* BACKPACK COLOURS
* v4.1.1
* v4.1.2
*/

var colors = {
Expand Down
2 changes: 1 addition & 1 deletion packages/backpack-tokens/dist/socrative-color.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
////
/// BACKPACK COLOURS
/// v4.1.1
/// v4.1.2
////

///
Expand Down
2 changes: 1 addition & 1 deletion packages/backpack-tokens/dist/socrative-color.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
////
/// BACKPACK COLOURS
/// v4.1.1
/// v4.1.2
////

///
Expand Down
2 changes: 1 addition & 1 deletion packages/backpack-tokens/dist/socrative-color.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
////
/// BACKPACK COLOURS
/// v4.1.1
/// v4.1.2
////

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion packages/backpack-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showbie/backpack-tokens",
"version": "4.1.1",
"version": "4.1.2",
"description": "Showbie Backpack design system tokens",
"homepage": "https://design.showbie.com",
"repository": {
Expand Down

0 comments on commit 6f274bc

Please sign in to comment.