Skip to content

Commit

Permalink
v0.40.0 browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Oct 3, 2024
1 parent 6047a67 commit a818529
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion browser/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Talk with other devs on our [Discord][discord-url]!
- make sure `atomic-server` is running on `localhost`.
- `pnpm test`
- `pnpm test-e2e`
- Update the `package.json` files for `lib`, `rust`, and `data-browser` with a new version number. Match the version number with `atomic-data-rust`
- Update the `package.json` files for `lib`, `react`, and `data-browser` with a new version number. Match the version number with `atomic-data-rust`
- Check the [changelog](changelog.md), make sure the headers are correct
- Now do the rust libraries
- Commit any changes, name it `vX.XX.XX`
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.39.0",
"version": "0.40.0",
"author": "Polle Pas",
"dependencies": {
"@tomic/lib": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions browser/create-template/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.39.0",
"version": "0.40.0",
"author": "Polle Pas",
"dependencies": {
"@tomic/lib": "workspace:*",
Expand All @@ -10,7 +10,7 @@
"@types/node": "^20.11.5",
"typescript": "^5.4.5"
},
"description": "",
"description": "Generate templates using Atomic Data",
"license": "MIT",
"name": "@tomic/create-template",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion browser/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.39.0",
"version": "0.40.0",
"author": {
"email": "joep@ontola.io",
"name": "Joep Meindertsma"
Expand Down
2 changes: 1 addition & 1 deletion browser/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.39.0",
"version": "0.40.0",
"author": "Joep Meindertsma",
"dependencies": {
"@noble/ed25519": "1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vitest": "^2.0.5"
},
"name": "@tomic/root",
"version": "0.39.0",
"version": "0.40.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion browser/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.39.0",
"version": "0.40.0",
"author": "Joep Meindertsma",
"description": "Atomic Data React library",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion browser/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Ontola, Polle Pas",
"name": "@tomic/svelte",
"version": "0.39.0",
"version": "0.40.0",
"license": "MIT",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit a818529

Please sign in to comment.