Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/github_actions/pnpm/action-set…
Browse files Browse the repository at this point in the history
…up-3
  • Loading branch information
VincentSmedinga authored Feb 13, 2024
2 parents 3d7d85b + d53d0a9 commit a08613a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions proprietary/tokens/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const StyleDictionary = require('style-dictionary')
const modes = ['compact']

function generateSharedConfig(mode) {
const name = mode ? `${mode}` : 'index'
const name = mode || 'index'

return {
css: {
Expand All @@ -28,7 +28,7 @@ function generateSharedConfig(mode) {
destination: `${name}.theme.css`,
format: 'css/variables',
options: {
selector: '.amsterdam-theme',
selector: `.amsterdam-theme${name === 'index' ? '' : `--${name}`}`,
outputReferences: true,
},
},
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": ["node-workspace"],
"bootstrap-sha": "3bc9765e9de9553db5b643d2ed79735837d4d7b6",
"bootstrap-sha": "740ff24dd3b733fae86f97b0e2740eebb5ca2b25",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"group-pull-request-title-pattern": "chore(release): Publish new release(s)",
Expand Down

0 comments on commit a08613a

Please sign in to comment.