Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnMarieW committed Nov 5, 2024
1 parent 8d370dc commit b97f6ba
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ npm publish


### After release:

- [ ] check for any added props or significant changes from the Mantine changelog. Open issues for any missing features.
- [ ] Update dmc-docs. When the version changes, be sure to run `poetry update` and push the new `poetry.lock` file. The docs deploy automatically on Render
- [ ] Include new contributors in the docs
- [ ] Make announcement on Plotly forum and dmc Discord
Expand Down
12 changes: 6 additions & 6 deletions dash_mantine_components/styles.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DATES = "https://unpkg.com/@mantine/dates@7.13.2/styles.css"
CODE_HIGHLIGHT = "https://unpkg.com/@mantine/code-highlight@7.13.2/styles.css"
CHARTS = "https://unpkg.com/@mantine/charts@7.13.2/styles.css"
CAROUSEL = "https://unpkg.com/@mantine/carousel@7.13.2/styles.css"
NOTIFICATIONS = "https://unpkg.com/@mantine/notifications@7.13.2/styles.css"
NPROGRESS = "https://unpkg.com/@mantine/nprogress@7.13.2/styles.css"
DATES = "https://unpkg.com/@mantine/dates@7.13.4/styles.css"
CODE_HIGHLIGHT = "https://unpkg.com/@mantine/code-highlight@7.13.4/styles.css"
CHARTS = "https://unpkg.com/@mantine/charts@7.13.4/styles.css"
CAROUSEL = "https://unpkg.com/@mantine/carousel@7.13.4/styles.css"
NOTIFICATIONS = "https://unpkg.com/@mantine/notifications@7.13.4/styles.css"
NPROGRESS = "https://unpkg.com/@mantine/nprogress@7.13.4/styles.css"
ALL = [DATES, CODE_HIGHLIGHT, CHARTS, CAROUSEL, NOTIFICATIONS, NPROGRESS]
128 changes: 69 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash_mantine_components",
"version": "0.14.6",
"version": "0.14.7",
"description": "Plotly Dash Components based on Mantine",
"main": "index.ts",
"repository": {
Expand All @@ -17,7 +17,7 @@
"build:backends": "dash-generate-components ./src/ts/components dash_mantine_components -p package-info.json --r-prefix '' --jl-prefix '' --ignore \\.test\\.",
"build": "npm run build:js && npm run build:backends",
"watch": "npm run build:js::dev -- --watch",
"dist": "python setup.py sdist bdist_wheel"
"dist": "python -m build --sdist --wheel --outdir dist/"
},
"devDependencies": {
"@braintree/sanitize-url": "^7.0.0",
Expand All @@ -43,15 +43,15 @@
"author": "Snehil Vijay <snehilvj@outlook.com>",
"license": "MIT",
"dependencies": {
"@mantine/carousel": "7.13.2",
"@mantine/charts": "7.13.2",
"@mantine/code-highlight": "7.13.2",
"@mantine/core": "7.13.2",
"@mantine/dates": "7.13.2",
"@mantine/hooks": "7.13.2",
"@mantine/notifications": "7.13.2",
"@mantine/nprogress": "7.13.2",
"@mantine/spotlight": "7.13.2",
"@mantine/carousel": "7.13.4",
"@mantine/charts": "7.13.4",
"@mantine/code-highlight": "7.13.4",
"@mantine/core": "7.13.4",
"@mantine/dates": "7.13.4",
"@mantine/hooks": "7.13.4",
"@mantine/notifications": "7.13.4",
"@mantine/nprogress": "7.13.4",
"@mantine/spotlight": "7.13.4",
"dayjs": "^1.11.10",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
Expand Down

0 comments on commit b97f6ba

Please sign in to comment.