Skip to content

Commit

Permalink
Version Packages (#259)
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 Jan 11, 2024
1 parent 6058c1f commit 46ef5d8
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/red-zoos-turn.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.0.0'
s.version = '4.1.0'
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.0.0",
"@showbie/backpack-tokens": "4.1.0",
"@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.0

### Minor Changes

- [#258](https://github.com/showbie/backpack/pull/258) [`6058c1f`](https://github.com/showbie/backpack/commit/6058c1fa01f1e83b826c3c23eff9d0086e5e4e40) Thanks [@elidupuis](https://github.com/elidupuis)! - Revert Node upgrade

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backpack-tokens/dist/showbie-color.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* BACKPACK COLOURS
* v4.0.0
* v4.1.0
*/

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

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

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

import UIKit
Expand Down
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.0.0
* v4.1.0
*/

: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.0.0
* v4.1.0
*/

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.0.0
/// v4.1.0
////

///
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.0.0
/// v4.1.0
////

///
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.0.0
/// v4.1.0
////

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.0.0",
"version": "4.1.0",
"description": "Showbie Backpack design system tokens",
"homepage": "https://design.showbie.com",
"repository": {
Expand Down

0 comments on commit 46ef5d8

Please sign in to comment.