Skip to content

Commit

Permalink
Publish v6.5.3-dev.0ab7c2f and update preview app
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek committed Mar 14, 2022
1 parent 0ab7c2f commit 9e36d85
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ably-ui (6.5.3.dev.2809e82)
ably-ui (6.5.3.dev.0ab7c2f)
view_component (>= 2.33, < 2.50)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/ably_ui/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AblyUi
VERSION = '6.5.3.dev.2809e82'
VERSION = '6.5.3.dev.0ab7c2f'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "6.5.3-dev.2809e82",
"version": "6.5.3-dev.0ab7c2f",
"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",
Expand Down
2 changes: 1 addition & 1 deletion preview/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine'

gem 'responders'

gem 'ably-ui', '6.5.3.dev.2809e82', require: 'ably_ui'
gem 'ably-ui', '6.5.3.dev.0ab7c2f', require: 'ably_ui'
4 changes: 2 additions & 2 deletions preview/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
ably-ui (6.5.3.dev.2809e82)
ably-ui (6.5.3.dev.0ab7c2f)
view_component (>= 2.33, < 2.50)
actioncable (6.0.3.4)
actionpack (= 6.0.3.4)
Expand Down Expand Up @@ -169,7 +169,7 @@ PLATFORMS
ruby

DEPENDENCIES
ably-ui (= 6.5.3.dev.2809e82)
ably-ui (= 6.5.3.dev.0ab7c2f)
bootsnap (>= 1.4.2)
byebug
listen (~> 3.2)
Expand Down
2 changes: 1 addition & 1 deletion preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "preview",
"private": true,
"dependencies": {
"@ably/ui": "6.5.3-dev.2809e82",
"@ably/ui": "6.5.3-dev.0ab7c2f",
"@babel/preset-react": "^7.12.5",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
Expand Down
8 changes: 4 additions & 4 deletions preview/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@ably/[email protected].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==
"@ably/[email protected].0ab7c2f":
version "6.5.3-dev.0ab7c2f"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.5.3-dev.0ab7c2f.tgz#b7fedca2cf81355dd7c0f6615fb2536f6c811b18"
integrity sha512-qVFPkvnEJqd0MpiZzThxwX3L/fNVg66kXn2+wmdQt2aEx+8gTa3nqDSOF11NMTfqGqx4mF6WuBbMbhhwaESKJg==
dependencies:
array-flat-polyfill "^1.0.1"
deepmerge "^4.2.2"
Expand Down

0 comments on commit 9e36d85

Please sign in to comment.