Skip to content

Commit

Permalink
chore(palette-charts): Bump 39.1.1 (fix bar chart) (#14971)
Browse files Browse the repository at this point in the history
chore(palette-charts): Bump 39.1.1 (fix bar chart)
  • Loading branch information
artsy-peril[bot] authored Dec 11, 2024
2 parents d94c18a + f1a17f4 commit d1e762e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@artsy/img": "1.0.3",
"@artsy/multienv": "^1.2.0",
"@artsy/palette": "^40.1.0",
"@artsy/palette-charts": "^39.1.0",
"@artsy/palette-charts": "^39.1.1",
"@artsy/react-html-parser": "^3.0.2",
"@artsy/xapp": "2.0.0",
"@loadable/component": "5.15.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ describe("PricingContext", () => {
},
})

// @ts-ignore
expect(wrapper.find(BarChart).props().bars[0].label).toMatchInlineSnapshot(`
{
"description": "1 work",
Expand Down Expand Up @@ -264,6 +265,7 @@ describe("PricingContext", () => {
},
})

// @ts-ignore
expect(wrapper.find(BarChart).props().bars[1].label).toMatchInlineSnapshot(`
{
"description": "1 work",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
dependencies:
dotenv "^10.0.0"

"@artsy/palette-charts@^39.1.0":
version "39.1.0"
resolved "https://registry.yarnpkg.com/@artsy/palette-charts/-/palette-charts-39.1.0.tgz#f2b128aa1ea14dbfd04e903e782ab309903e1631"
integrity sha512-rDTYVPMkn69T78VUia68AmiTbhE6zOO4mRcSWsWIYAyGqTnrdr0NYkSix9qSokwZAn8GHwirE7TbyM3fr51A5A==
"@artsy/palette-charts@^39.1.1":
version "39.1.1"
resolved "https://registry.yarnpkg.com/@artsy/palette-charts/-/palette-charts-39.1.1.tgz#9e8a280a18d7d29178acc8ae6172499e64a39d03"
integrity sha512-4hyU8FfocGPmg/c3Bc2JaIy+orrnPqpP5zbdx5iwgLxHHcrWS8Nk/c+wi/NeeaSNui8lKJ/4MLXsKWsqFBYnfA==
dependencies:
"@artsy/palette" "^40.1.0"
"@seznam/compose-react-refs" "^1.0.6"
Expand Down

0 comments on commit d1e762e

Please sign in to comment.