From 48d38ae9a158f1f4f7e88b5f94118825c24ba035 Mon Sep 17 00:00:00 2001 From: Github Action Date: Tue, 25 Jan 2022 11:03:03 +0000 Subject: [PATCH] Commit verion bump & preview app update --- Gemfile.lock | 2 +- lib/ably_ui/version.rb | 2 +- package.json | 2 +- preview/Gemfile | 2 +- preview/Gemfile.lock | 4 ++-- preview/package.json | 2 +- preview/yarn.lock | 8 ++++---- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bdc7a5958..12a773458 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (6.2.0) + ably-ui (6.2.1) view_component (~> 2.33.0) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index a03e33972..eff727f4d 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '6.2.0' + VERSION = '6.2.1' end diff --git a/package.json b/package.json index 364b0e0f3..28258a320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "6.2.0", + "version": "6.2.1", "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.", "repository": { "type": "git", diff --git a/preview/Gemfile b/preview/Gemfile index 91cc8ddbb..f161e5df1 100644 --- a/preview/Gemfile +++ b/preview/Gemfile @@ -36,4 +36,4 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine' gem 'responders' -gem 'ably-ui', '6.2.0', require: 'ably_ui' +gem 'ably-ui', '6.2.1', require: 'ably_ui' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index 49facb148..99076eaab 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (6.2.0) + ably-ui (6.2.1) view_component (~> 2.33.0) actioncable (6.0.3.4) actionpack (= 6.0.3.4) @@ -169,7 +169,7 @@ PLATFORMS ruby DEPENDENCIES - ably-ui (= 6.2.0) + ably-ui (= 6.2.1) bootsnap (>= 1.4.2) byebug listen (~> 3.2) diff --git a/preview/package.json b/preview/package.json index 937328ae2..5f8b77730 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "6.2.0", + "@ably/ui": "6.2.1", "@babel/preset-react": "^7.12.5", "@rails/ujs": "^6.0.0", "@rails/webpacker": "4.3.0", diff --git a/preview/yarn.lock b/preview/yarn.lock index 30fdf269b..3a48f1bab 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.2.0.tgz#53a1d95979bd5ce00f4ba1769464ba3557ffc489" - integrity sha512-tki9lSRDw/K+8ysqw9Pu6uxBMs8O9nOyggYXctrYfNH2VZFZg7Xa4L+adyRpZp+TbagS2XJR8toP7gaD4/KFTQ== +"@ably/ui@6.2.1": + version "6.2.1" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.2.1.tgz#9553565cd3743284c8f67d44fa0e322e3f4e5ee0" + integrity sha512-/V/WUu9djBSrfd9xGhHZayRTZQ3wuJ3zOwUjBqLqmDBiEYAy+bFjzEQQFJw99uYRfAcGwzMba+zoX5RoJa7xlA== dependencies: array-flat-polyfill "^1.0.1" deepmerge "^4.2.2"