Skip to content

Commit

Permalink
version 1.1.6 upgrade dependencies and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Jul 23, 2024
1 parent f3b2cb8 commit 6d43da2
Show file tree
Hide file tree
Showing 5 changed files with 215 additions and 200 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- order is REMOVED, CHANGED, ADDED, FIXED -->

## v1.1.6 - 2024-07-23

### Fixed

- cds-plugin: fix `uniqueName` configuration processing
- more consistent scope preference order when 2 out of 4 scopes are set

## v1.1.5 - 2024-06-06

### Changed
Expand Down
18 changes: 9 additions & 9 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
colorator (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.3.1)
dnsruby (1.72.1)
concurrent-ruby (1.3.3)
dnsruby (1.72.2)
simpleidn (~> 0.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.23.1)
minitest (5.24.1)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -227,14 +227,14 @@ GEM
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.5)
public_suffix (5.1.1)
racc (1.8.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
rouge (3.30.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand All @@ -256,7 +256,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
zeitwerk (2.6.15)
zeitwerk (2.6.16)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions example-cap-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"dependencies": {
"@cap-js-community/feature-toggle-library": "*",
"@sap/cds": "^7.9.2",
"@sap/cds-mtxs": "^1.18.1",
"@sap/cds": "^8.0.4",
"@sap/cds-mtxs": "^1.18.2",
"express": "^4.19.2"
},
"cds": {
Expand Down
Loading

0 comments on commit 6d43da2

Please sign in to comment.