diff --git a/Gemfile.lock b/Gemfile.lock index 30cd0be1b..629fc6fe2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (6.9.0) + ably-ui (6.10.0) view_component (>= 2.33, < 2.50) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index b8695c533..638d7ce41 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '6.9.0' + VERSION = '6.10.0' end diff --git a/package.json b/package.json index 336fe9d91..e5a86e946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "6.9.0", + "version": "6.10.0", "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 147f07b92..870c488b2 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.9.0', require: 'ably_ui' +gem 'ably-ui', '6.10.0', require: 'ably_ui' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index b73ab5538..4a0e0700a 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (6.9.0) + ably-ui (6.10.0) view_component (>= 2.33, < 2.50) actioncable (6.0.3.4) actionpack (= 6.0.3.4) @@ -169,7 +169,7 @@ PLATFORMS ruby DEPENDENCIES - ably-ui (= 6.9.0) + ably-ui (= 6.10.0) bootsnap (>= 1.4.2) byebug listen (~> 3.2) diff --git a/preview/package.json b/preview/package.json index ef4e7c356..36a1cd5cb 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "6.9.0", + "@ably/ui": "6.10.0", "@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 3134f4967..bdfc46448 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@6.9.0": - version "6.9.0" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.9.0.tgz#64eef7d1050de7931f5399310eb2be4edca8e0f6" - integrity sha512-DGUkxiloBdJ8hX/WjkgTwmIm5jgYRIM8vFv/ec1kQcj0wqCjZFuMy/9KvfaQQsl4UUeITdYMJPShIGmGQ/R4Pw== +"@ably/ui@6.10.0": + version "6.10.0" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.10.0.tgz#7739f51256cf74f36517eeb2775a094da47745ce" + integrity sha512-K4eziY4YPeKoDLj7LkBqmhjXJOaldFyChEswvmZxS7hf1UvD8CRuph96bft+fmp5qRNQBiR7e7VpAHJ/Jyj0qQ== dependencies: array-flat-polyfill "^1.0.1" deepmerge "^4.2.2"