diff --git a/Gemfile.lock b/Gemfile.lock index 49b78ac9f..350c4bfd5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (6.5.3) + ably-ui (6.5.3.dev.2809e82) view_component (>= 2.33, < 2.50) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index 36efd5d16..5c615399e 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '6.5.3' + VERSION = '6.5.3.dev.2809e82' end diff --git a/package.json b/package.json index fe64ca84c..1cffac875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "6.5.3", + "version": "6.5.3-dev.2809e82", "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 033efaabd..bb6bcda30 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.5.3', require: 'ably_ui' +gem 'ably-ui', '6.5.3.dev.2809e82', require: 'ably_ui' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index eee824848..a9f10ea82 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (6.5.3) + ably-ui (6.5.3.dev.2809e82) 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.5.3) + ably-ui (= 6.5.3.dev.2809e82) bootsnap (>= 1.4.2) byebug listen (~> 3.2) diff --git a/preview/package.json b/preview/package.json index eb7704c12..0ae3d14a4 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "6.5.3", + "@ably/ui": "6.5.3-dev.2809e82", "@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 7122d2c59..52cc790f2 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@6.5.3": - version "6.5.3" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.5.3.tgz#ca3a36c9652c0b849eaca81a824c89b1bea07177" - integrity sha512-wVdpqo8ZQU0YFTd6LAkmIKKyPy5UK3NOKs90VNJ8oudbaqb4ZQrmpNHdFQyE0mAYMWK6U8Lf7BeTSpyuP1A9nA== +"@ably/ui@6.5.3-dev.2809e82": + version "6.5.3-dev.2809e82" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.5.3-dev.2809e82.tgz#ca92fbe98625347c3b6fe7e09f2b78f8ee458774" + integrity sha512-GRfL/d6TUgrc2NqY/AHk2rQEeozhwjtTUHkpYCnLVtNwirOCd2YagArDnUiQQfR9PGFGDaOp/19a7mS8tpGFhg== dependencies: array-flat-polyfill "^1.0.1" deepmerge "^4.2.2"