From 1604c2f8753572ff255205af22fa2e45a045b444 Mon Sep 17 00:00:00 2001 From: Jasper Furniss Date: Wed, 4 Sep 2024 08:56:41 -0400 Subject: [PATCH] Version Bump (#3644) **What does this PR do?** A clear and concise description with your runway ticket url. **Screenshots:** Screenshots to visualize your addition/change **How to test?** Steps to confirm the desired behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See addition/change #### Checklist: - [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new kit`, `deprecated`, or `breaking`. See [Changelog & Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels) for details. - [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a review. - [ ] **TESTS** I have added test coverage to my code. --- playbook-website/Gemfile.lock | 2 +- playbook/Gemfile.lock | 2 +- playbook/lib/playbook/version.rb | 4 ++-- playbook/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playbook-website/Gemfile.lock b/playbook-website/Gemfile.lock index 7a88bf5fde..5547381923 100644 --- a/playbook-website/Gemfile.lock +++ b/playbook-website/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../playbook specs: - playbook_ui (14.2.0) + playbook_ui (14.2.1) actionpack (>= 5.2.4.5) actionview (>= 5.2.4.5) activesupport (>= 5.2.4.5) diff --git a/playbook/Gemfile.lock b/playbook/Gemfile.lock index c75c2a563a..7800d69cd2 100644 --- a/playbook/Gemfile.lock +++ b/playbook/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - playbook_ui (14.2.0) + playbook_ui (14.2.1) actionpack (>= 5.2.4.5) actionview (>= 5.2.4.5) activesupport (>= 5.2.4.5) diff --git a/playbook/lib/playbook/version.rb b/playbook/lib/playbook/version.rb index a1731992e3..ed4f383673 100644 --- a/playbook/lib/playbook/version.rb +++ b/playbook/lib/playbook/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Playbook - PREVIOUS_VERSION = "14.1.0" - VERSION = "14.2.0" + PREVIOUS_VERSION = "14.2.0" + VERSION = "14.2.1" end diff --git a/playbook/package.json b/playbook/package.json index d7fa096e82..dd2c7899ad 100644 --- a/playbook/package.json +++ b/playbook/package.json @@ -1,6 +1,6 @@ { "name": "playbook-ui", - "version": "14.2.0", + "version": "14.2.1", "description": "Nitro's Design System", "main": "./dist/playbook.js", "types": "./dist/types/index.d.ts",