Skip to content

Commit

Permalink
Fix-up the release
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Oct 16, 2024
1 parent f978b1b commit 358e2e0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
17 changes: 16 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,20 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [
"caniuse-database",
"lmdb-js-lite",
"fuzzer",
"@atlaspack/repl",
"@atlaspack/conditional-bundling-example",
"@atlaspack/eslint-example",
"@atlaspack/html-example",
"@atlaspack/kitchen-sink-example",
"@atlaspack/react-hmr-example",
"@atlaspack/react-refresh-example",
"@atlaspack/simple-example",
"@atlaspack/typechecking-example",
"@atlaspack/typescript-example",
"atlaspack-for-vscode"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
'@atlaspack/eslint-config-browser': minor
'@atlaspack/eslint-plugin': minor
'@atlaspack/query': minor
'@atlaspack/repl': minor
'@atlaspack/parcel-to-atlaspack': minor
'@atlaspack/namer-default': minor
'@atlaspack/optimizer-blob-url': minor
Expand Down Expand Up @@ -112,8 +111,10 @@
'@atlaspack/lsp': minor
'@atlaspack/lsp-protocol': minor
'@atlaspack/watcher-watchman-js': minor
'@atlaspack/babel-plugin-transform-contextual-imports': minor
'@atlaspack/babel-plugin-transform-runtime': minor
'@atlaspack/babel-preset-env': minor
'@atlaspack/swc-plugin-contextual-imports': minor
'@atlaspack/create-react-app': minor
'@atlaspack/events': minor
'@atlaspack/macros': minor
Expand All @@ -124,7 +125,4 @@
'@atlaspack/validator-typescript': minor
---

Initial publish moving to changesets

`atlaspack` will move to a changeset release model, and continuously publish new
versions to NPM using semantic versioning.
Initial changeset release - atlaspack will move towards changeset releases

0 comments on commit 358e2e0

Please sign in to comment.