Skip to content

Commit

Permalink
Update preview app
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Oct 14, 2021
1 parent 5fb0949 commit 18a3a1b
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 (4.0.1)
ably-ui (4.1.0)
view_component (~> 2.33.0)

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 = '4.0.1'
VERSION = '4.1.0'
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/ably-ui",
"version": "4.0.1",
"version": "4.1.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": "[email protected]:ably/ably-ui.git",
"license": "Apache-2.0",
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', '4.0.1', require: 'ably_ui', source: 'https://rubygems.pkg.github.com/ably'
gem 'ably-ui', '4.1.0', require: 'ably_ui', source: 'https://rubygems.pkg.github.com/ably'
4 changes: 2 additions & 2 deletions preview/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
remote: https://rubygems.pkg.github.com/ably/
specs:
ably-ui (4.0.1)
ably-ui (4.1.0)
view_component (~> 2.33.0)
actioncable (6.0.3.4)
actionpack (= 6.0.3.4)
Expand Down Expand Up @@ -168,7 +168,7 @@ PLATFORMS
ruby

DEPENDENCIES
ably-ui (= 4.0.1)!
ably-ui (= 4.1.0)!
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/ably-ui": "4.0.1",
"@ably/ably-ui": "4.1.0",
"@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/ably-ui@4.0.1":
version "4.0.1"
resolved "https://npm.pkg.github.com/download/@ably/ably-ui/4.0.1/b3b4e5b070136cf48700975b23b3b7ff2f2ed457f5b6cdf21650b505efc77e74#b51a35e288842dad11ba7a81ecb026d4b8f441f5"
integrity sha512-U50BGqBrZHB0HT6XFNtd+08VxdNMKXkjkE+c4KusPaM4L8rf6fIpBVbLrFdlf5+pTxwqzEBSw2oxVDdVLAPn/A==
"@ably/ably-ui@4.1.0":
version "4.1.0"
resolved "https://npm.pkg.github.com/download/@ably/ably-ui/4.1.0/8b2817ab08e7ef9416b05482d9d44b9394ebb0d7fcbda2e4ff017b3e73d08f40#d5771382a96abfc1ce0697e17a48c07125c2fb33"
integrity sha512-8Ri2Zw5YQPBupIRUI6MYKbMWLSR5fTS1coUHaEd6761qBkkqF6m2H8Ly45O0kYRa3+pRl61KysEXgVQTjXIDYQ==
dependencies:
array-flat-polyfill "^1.0.1"
deepmerge "^4.2.2"
Expand Down

0 comments on commit 18a3a1b

Please sign in to comment.