ably-ui 8.7.0.dev.c29ac14 → 8.7.0.dev.c598ce1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00062b61c0d2e0bf9e6b8ccf69c362ff0acde53e2fa1977a7df02f2c47911feb
4
- data.tar.gz: 533ef1b910f9b854614d9d1d4b8bb3ac059f0f4e9966400bbfc54cab2440088a
3
+ metadata.gz: 9126e29256d47eb5ff27141f0179e7ad0e89ad3cd1d680cd6168fe4a51e8c719
4
+ data.tar.gz: 78e1ad04ee98e2355964a712be57b0f7d43262b7261092baca54c6776b76608b
5
5
  SHA512:
6
- metadata.gz: 5e7fbd1466a2ba96d9f054652552244a831ddf961e2e7d06e09298b685ba83e680e5d2d279ba6fe583bd9211c8890a233acb88f342905a6320f96a78fec7c2e8
7
- data.tar.gz: 52cdf64a1fd4a4af0d3c60837f8731f79eca232236f8801be87c61d4002510ee9112d61d1e20b01a6be27f05c9615c8ec983307545805001978ff17e4261f35e
6
+ metadata.gz: 558c4fd12d01c8fb597953c40e1bb7c3f4a84b9008fcece5d050d6fd836d6cefc57dff730980356d5dbce9c463e143d5859c31258921107e5f10c1e18395fbda
7
+ data.tar.gz: ca5719fc516b7f9bf7b25af284a37ca40a70778cff2ad99ee937ae1ea7155207d0479c8a8f15f71bdc6b2399625c3bf78ef44b8f4c3e1651b103e57be5e1a9e5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (8.7.0.dev.c598ce1)
4
+ ably-ui (8.7.0.dev.6053fb4)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -294,14 +294,10 @@ To deploy a review app with your in-progress code, you can use the `pre-release`
294
294
  scripts/pre-release.sh
295
295
  ```
296
296
 
297
- This script is a combination of two scripts:
297
+ This will do a couple of things:
298
298
 
299
- 1. Pre-Release:
300
-
301
- - update your local dependencies for ably-ui and run a production build
302
- - release a gem and a NPM package with the version built from your current SemVer but adding a pre-release tag based on a short SHA of your HEAD commit
303
-
304
- 2. Update Pre-Release Version:
299
+ update your local dependencies for ably-ui and run a production build
300
+ — release a gem and a NPM package with the version built from your current SemVer but adding a pre-release tag based on a short SHA of your HEAD commit
305
301
 
306
302
  - update the preview app
307
303
  - commit all the above and push to origin
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '8.7.0.dev.c29ac14'
2
+ VERSION = '8.7.0.dev.c598ce1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ably-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.7.0.dev.c29ac14
4
+ version: 8.7.0.dev.c598ce1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Piatek
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-01-10 00:00:00.000000000 Z
13
+ date: 2023-01-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component