diff --git a/Gemfile.lock b/Gemfile.lock index 8ca904fbe..54cff628f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (8.7.0.dev.80c4fae) + ably-ui (8.7.0.dev.7021bee) view_component (>= 2.33, < 2.50) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index 098bd830a..7064992ea 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '8.7.0.dev.80c4fae' + VERSION = '8.7.0.dev.7021bee' end diff --git a/package.json b/package.json index f19826aa9..fad77cf39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "8.7.0-dev.80c4fae", + "version": "8.7.0-dev.7021bee", "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 8792ecc97..ea894ef87 100644 --- a/preview/Gemfile +++ b/preview/Gemfile @@ -37,7 +37,7 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine' gem 'responders' -gem 'ably-ui', '8.7.0.dev.80c4fae', require: 'ably_ui' +gem 'ably-ui', '8.7.0.dev.7021bee', 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 9212ee41c..fa0a3eabf 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (8.7.0.dev.80c4fae) + ably-ui (8.7.0.dev.7021bee) view_component (>= 2.33, < 2.50) actioncable (6.0.5.1) actionpack (= 6.0.5.1) @@ -175,7 +175,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - ably-ui (= 8.7.0.dev.80c4fae) + ably-ui (= 8.7.0.dev.7021bee) bootsnap (>= 1.4.2) byebug dotenv-rails diff --git a/preview/package.json b/preview/package.json index 44ba7b622..8f63877de 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "8.7.0-dev.80c4fae", + "@ably/ui": "8.7.0-dev.7021bee", "@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 63e00418d..a77897e16 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@8.7.0-dev.80c4fae": - version "8.7.0-dev.80c4fae" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.7.0-dev.80c4fae.tgz#0ac810518e2761fce5fb3ed27a848f995ab5aa13" - integrity sha512-D7dGGdJqauM3UYzdLhrjpk8c1p4FIKCUfGcIMf9DLbK0sDeAg3KhscWnKC6efkw6TkoowJRbKmGsXDMKcD9Gfg== +"@ably/ui@8.7.0-dev.7021bee": + version "8.7.0-dev.7021bee" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.7.0-dev.7021bee.tgz#7ffba916895b78df5baeaa0c502700887b8a3679" + integrity sha512-pWUvIMdQE1qgzyji4KiAs3h4poA6LRioAvC2fj3mAqPQO/65LybgzouFL8GuJ3cAVx0eo94ZyQ1XILkvbfVqVg== dependencies: addsearch-js-client "^0.7.0" array-flat-polyfill "^1.0.1"