Skip to content

Commit

Permalink
Prepare for v0.36.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Nov 2, 2023
1 parent 3bf90ae commit d54c819
Show file tree
Hide file tree
Showing 15 changed files with 253 additions and 291 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

List of changes for this repo, including `atomic-cli`, `atomic-server` and `atomic-lib`.
By far most changes relate to `atomic-server`, so if not specified, assume the changes are relevant only for the server.
Changes to JS assets are not included here, but in [`atomic-data-browser`'s CHANGELOG](https://github.com/atomicdata-dev/atomic-data-browser/blob/main/CHANGELOG.md).
**Changes to JS assets (including the front-end and JS libraries) are not shown here**, but in [`/browser/CHANGELOG`](/browser/CHANGELOG.md).
See [STATUS.md](server/STATUS.md) to learn more about which features will remain stable.

## UNRELEASED
## [v0.36.0] - 2023-11-02

- Switch to monorepo. Include `atomic-data-browser` in this repo #216
- Add Tables (edit, keyboard support, sorting, more) #638
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Check out the [Roadmap](https://docs.atomicdata.dev/roadmap.html) if you want to
- [Improve local compilation speed](#improve-local-compilation-speed)
- [Cross compilation](#cross-compilation)
- [IDE setup (VSCode)](#ide-setup-vscode)
- [Branching](#branching)
- [Testing](#testing)
- [Code coverage](#code-coverage)
- [Debugging](#debugging)
Expand Down
23 changes: 18 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This changelog covers all three packages, as they are (for now) updated as a whole

## UNRELEASED
## 0.36.0

### Atomic Browser

Expand Down
2 changes: 1 addition & 1 deletion browser/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.35.2",
"version": "0.36.0",
"author": "Polle Pas",
"dependencies": {
"@tomic/lib": "workspace:*",
Expand Down
11 changes: 4 additions & 7 deletions browser/data-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"polished": "^4.1.0",
"query-string": "^7.0.0",
"quick-score": "^0.0.10",
"react": "^18.0.0",
"react": "^18.2.0",
"react-colorful": "^5.1.1",
"react-dom": "^18.0.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.4.2",
"react-helmet-async": "^1.3.0",
"react-hot-toast": "^2.4.0",
Expand All @@ -35,19 +35,16 @@
"react-router": "^6.9.0",
"react-router-dom": "^6.9.0",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.7",
"react-window": "^1.8.9",
"reactflow": "^11.8.3",
"remark-gfm": "^3.0.1",
"styled-components": "^6.0.7",
"stylis": "4.3.0",
"yamde": "^1.7.1"
},
"devDependencies": {
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/react-pdf": "^6.2.0",
"@types/react-router-dom": "^5.0.0",
"@types/react-window": "^1.8.5",
"@types/react-window": "^1.8.7",
"babel-plugin-styled-components": "^2.1.4",
"csstype": "^3.1.0",
"gh-pages": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion browser/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"chai": "^4.3.4",
"typescript": "^4.8",
"whatwg-fetch": "^3.6.2",
"@tomic/cli": "^0.35.2"
"@tomic/cli": "workspace:*"
},
"files": [
"dist"
Expand Down
7 changes: 4 additions & 3 deletions browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"@types/chai": "^4.2.22",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.4",
"@types/react": "^18.0.20",
"@types/react-router-dom": "^5.0.0",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@vitejs/plugin-react": "^1.3.0",
Expand All @@ -30,7 +31,7 @@
"vite": "^3.0.5"
},
"name": "@tomic/root",
"version": "0.34.3",
"version": "0.36.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading

0 comments on commit d54c819

Please sign in to comment.