From 6d52f5b5e713fc937bf079ab253a13c138f8de78 Mon Sep 17 00:00:00 2001 From: april Date: Fri, 6 May 2022 11:52:29 +0100 Subject: [PATCH] Publish v7.5.0-dev.e375d71 and update preview app --- Gemfile.lock | 4 ++-- lib/ably_ui/version.rb | 2 +- package.json | 2 +- preview/Gemfile | 2 +- preview/Gemfile.lock | 6 +++--- preview/package.json | 2 +- preview/yarn.lock | 8 ++++---- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2d1e37b0f..e02b5a544 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (7.5.0) + ably-ui (7.5.0.dev.e375d71) view_component (>= 2.33, < 2.50) GEM @@ -31,4 +31,4 @@ DEPENDENCIES view_component BUNDLED WITH - 2.2.19 + 2.3.8 diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index 93a9b424f..75118828e 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '7.5.0' + VERSION = '7.5.0.dev.e375d71' end diff --git a/package.json b/package.json index 62dec9c70..7a4980b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "7.5.0", + "version": "7.5.0-dev.e375d71", "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 39e987971..fbbd65cb1 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', '7.5.0', require: 'ably_ui' +gem 'ably-ui', '7.5.0.dev.e375d71', require: 'ably_ui' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index 168312315..4fbbfbae7 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (7.5.0) + ably-ui (7.5.0.dev.e375d71) 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 (= 7.5.0) + ably-ui (= 7.5.0.dev.e375d71) bootsnap (>= 1.4.2) byebug listen (~> 3.2) @@ -187,4 +187,4 @@ RUBY VERSION ruby 3.0.0p0 BUNDLED WITH - 2.2.19 + 2.3.8 diff --git a/preview/package.json b/preview/package.json index 80b674d72..9b83c94e4 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "7.5.0", + "@ably/ui": "7.5.0-dev.e375d71", "@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 6fff7a94c..624acb3c2 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@7.5.0": - version "7.5.0" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-7.5.0.tgz#62f6fa9df487f1c7f8082daf550acb3b4abee31c" - integrity sha512-r7J6ay+9nfGD0oBbsaB9stqGp8iy7KU4UWjLuJpW6gxHA8pbMqQkQPX85mMhdxGsYaxIqpAR7fkaw+B7FY58Kw== +"@ably/ui@7.5.0-dev.e375d71": + version "7.5.0-dev.e375d71" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-7.5.0-dev.e375d71.tgz#4163702158034d1aa8b150c63a60ec73fc9c6203" + integrity sha512-pOQE1VYZQGd5RciAmnpfIJTbPB5QVGYAwJEgKrwjEIAgaeXCiWaAQrtamGq6Kl/cCIKgnA7g9gXx0jMUQIx0QQ== dependencies: array-flat-polyfill "^1.0.1" deepmerge "^4.2.2"