From fa806de6f6c7edfe2e2e39b7d2de1013a82cc328 Mon Sep 17 00:00:00 2001 From: Dominik Piatek Date: Wed, 24 Aug 2022 14:00:24 +0100 Subject: [PATCH] Commit version 8.2.1 update to repo --- 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 807601d50..d28a9ead0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (8.0.0.dev.c4285c3) + ably-ui (8.2.1) view_component (>= 2.33, < 2.50) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index 2455070b7..1e1a7886b 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '8.0.0.dev.c4285c3' + VERSION = '8.2.1' end diff --git a/package.json b/package.json index 68394e909..f77a4f889 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "8.0.0-dev.c4285c3", + "version": "8.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 5189d60ab..1456c58fa 100644 --- a/preview/Gemfile +++ b/preview/Gemfile @@ -36,7 +36,7 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine' gem 'responders' -gem 'ably-ui', '8.0.0.dev.c4285c3', require: 'ably_ui' +gem 'ably-ui', '8.2.1', require: 'ably_ui' # https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias gem 'psych', '< 4' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index 00a7782f2..2926be87e 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (8.0.0.dev.c4285c3) + ably-ui (8.2.1) view_component (>= 2.33, < 2.50) actioncable (6.0.5.1) actionpack (= 6.0.5.1) @@ -171,7 +171,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - ably-ui (= 8.0.0.dev.c4285c3) + ably-ui (= 8.2.1) bootsnap (>= 1.4.2) byebug dotenv-rails diff --git a/preview/package.json b/preview/package.json index fcbc98f22..21d961b63 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "8.0.0-dev.c4285c3", + "@ably/ui": "8.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 3aa6a0d17..c8cf78e3d 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@8.0.0-dev.c4285c3": - version "8.0.0-dev.c4285c3" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.0.0-dev.c4285c3.tgz#8d123ac99ac02a7fe4e0b7790e7edaccc0ee6420" - integrity sha512-dfHthVNTCt8e1s2QYGgFFPBIcL0VRQV9LXJRFJilEP5TTYV1eWfzBCpxE85goI5RHKWpnhfcbXPsYohUBmcp2w== +"@ably/ui@8.2.1": + version "8.2.1" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.2.1.tgz#a702cfb9a85cf85b7a94c29350313fd64cc30df4" + integrity sha512-LlZLTMZ7BCv0I5Y3lQvURyrVAHOG0lmWwgbBZpjATKIBOrddLbMzFEMLr/48OosYp86s69kZj8hDTAJnwX6lSg== dependencies: addsearch-js-client "^0.7.0" array-flat-polyfill "^1.0.1"