Skip to content

Commit

Permalink
Add changesets (#335)
Browse files Browse the repository at this point in the history
Configure initial change-sets set-up to replace canary releases.
  • Loading branch information
yamadapc authored Feb 10, 2025
1 parent 91eaa8d commit 10a6f37
Show file tree
Hide file tree
Showing 277 changed files with 2,742 additions and 543 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
29 changes: 29 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{"repo": "atlassian-labs/atlaspack"}
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"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"
]
}
4 changes: 3 additions & 1 deletion .github/workflows/canary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
secrets: inherit
with:
profile: canary
release-command: yarn canary:release
release-command: |
yarn canary:release
yarn changeset publish
type: canary
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,26 @@ Then you can try out some of the examples:
cd packages/examples/kitchen-sink/
yarn start
```

## Releasing new versions

You will need to set-up a Github personal access token with `read:user` and
`read:repo` permissions and set it to the `GITHUB_TOKEN` environment variable.

### Create a changeset with

```
yarn changeset
```

### Update package versions to bump pending changesets

```
yarn changeset version
```

### Publishing to NPM (CI should do this automatically)

```
yarn changeset publish
```
15 changes: 15 additions & 0 deletions benchmarks/three-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @atlaspack/benchmark-three-js

## 0.1.0

### Minor Changes

- [#335](https://github.com/atlassian-labs/atlaspack/pull/335) [`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial changeset release

### Patch Changes

- Updated dependencies [[`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf)]:
- @atlaspack/core@2.13.0
- @atlaspack/config-default@3.0.0
- @atlaspack/cli@2.13.0
- @atlaspack/plugin@2.13.0
2 changes: 1 addition & 1 deletion benchmarks/three-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@atlaspack/benchmark-three-js",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"scripts": {
"start": "node ./scripts/build.js",
"start:v2": "env ATLASPACK_BENCH_MODE=V2 ATLASPACK_BENCH_PLUGINS=0 node ./scripts/build.mjs",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@
"postinstall": "patch-package"
},
"devDependencies": {
"@atlaspack/babel-register": "*",
"@babel/core": "^7.22.11",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@changesets/cli": "^2.27.9",
"@changesets/changelog-github": "^0.5.0",
"@khanacademy/flow-to-ts": "^0.5.2",
"@napi-rs/cli": "^2.18.3",
"@types/node": ">= 18",
Expand Down
20 changes: 20 additions & 0 deletions packages/bundlers/bundler-experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @atlaspack/bundler-experimental

## 2.13.0

### Minor Changes

- [#335](https://github.com/atlassian-labs/atlaspack/pull/335) [`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial changeset release

### Patch Changes

- Updated dependencies [[`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf)]:
- @atlaspack/graph@3.3.0
- @atlaspack/core@2.13.0
- @atlaspack/diagnostic@2.13.0
- @atlaspack/feature-flags@2.13.0
- @atlaspack/logger@2.13.0
- @atlaspack/plugin@2.13.0
- @atlaspack/rust@2.13.0
- @atlaspack/types@2.13.0
- @atlaspack/utils@2.13.0
22 changes: 11 additions & 11 deletions packages/bundlers/bundler-experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaspack/bundler-experimental",
"version": "2.12.0",
"version": "2.13.0",
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
Expand All @@ -16,18 +16,18 @@
"parcel": "^2.12.0"
},
"dependencies": {
"@atlaspack/core": "2.12.0",
"@atlaspack/diagnostic": "2.12.0",
"@atlaspack/feature-flags": "2.12.0",
"@atlaspack/graph": "3.2.0",
"@atlaspack/logger": "2.12.0",
"@atlaspack/plugin": "2.12.0",
"@atlaspack/rust": "2.12.0",
"@atlaspack/types": "2.12.0",
"@atlaspack/utils": "2.12.0",
"@atlaspack/core": "2.13.0",
"@atlaspack/diagnostic": "2.13.0",
"@atlaspack/feature-flags": "2.13.0",
"@atlaspack/graph": "3.3.0",
"@atlaspack/logger": "2.13.0",
"@atlaspack/plugin": "2.13.0",
"@atlaspack/rust": "2.13.0",
"@atlaspack/types": "2.13.0",
"@atlaspack/utils": "2.13.0",
"nullthrows": "^1.1.1"
},
"devDependencies": {
"@atlaspack/fs": "2.12.0"
"@atlaspack/fs": "2.13.0"
}
}
17 changes: 17 additions & 0 deletions packages/bundlers/default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @atlaspack/bundler-default

## 2.13.0

### Minor Changes

- [#335](https://github.com/atlassian-labs/atlaspack/pull/335) [`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial changeset release

### Patch Changes

- Updated dependencies [[`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf)]:
- @atlaspack/graph@3.3.0
- @atlaspack/diagnostic@2.13.0
- @atlaspack/feature-flags@2.13.0
- @atlaspack/plugin@2.13.0
- @atlaspack/rust@2.13.0
- @atlaspack/utils@2.13.0
14 changes: 7 additions & 7 deletions packages/bundlers/default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaspack/bundler-default",
"version": "2.12.0",
"version": "2.13.0",
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
Expand All @@ -16,12 +16,12 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@atlaspack/diagnostic": "2.12.0",
"@atlaspack/feature-flags": "2.12.0",
"@atlaspack/graph": "3.2.0",
"@atlaspack/plugin": "2.12.0",
"@atlaspack/rust": "2.12.0",
"@atlaspack/utils": "2.12.0",
"@atlaspack/diagnostic": "2.13.0",
"@atlaspack/feature-flags": "2.13.0",
"@atlaspack/graph": "3.3.0",
"@atlaspack/plugin": "2.13.0",
"@atlaspack/rust": "2.13.0",
"@atlaspack/utils": "2.13.0",
"nullthrows": "^1.1.1"
}
}
12 changes: 12 additions & 0 deletions packages/bundlers/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @atlaspack/bundler-library

## 2.12.0

### Minor Changes

- [#335](https://github.com/atlassian-labs/atlaspack/pull/335) [`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial changeset release

### Patch Changes

- Updated dependencies [[`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf)]:
- @atlaspack/plugin@2.13.0
4 changes: 2 additions & 2 deletions packages/bundlers/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaspack/bundler-library",
"version": "2.11.0",
"version": "2.12.0",
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
Expand All @@ -16,7 +16,7 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@atlaspack/plugin": "2.12.0",
"@atlaspack/plugin": "2.13.0",
"nullthrows": "^1.1.1"
}
}
12 changes: 12 additions & 0 deletions packages/compressors/brotli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @atlaspack/compressor-brotli

## 2.13.0

### Minor Changes

- [#335](https://github.com/atlassian-labs/atlaspack/pull/335) [`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial changeset release

### Patch Changes

- Updated dependencies [[`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf)]:
- @atlaspack/plugin@2.13.0
4 changes: 2 additions & 2 deletions packages/compressors/brotli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaspack/compressor-brotli",
"version": "2.12.0",
"version": "2.13.0",
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
Expand All @@ -16,6 +16,6 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@atlaspack/plugin": "2.12.0"
"@atlaspack/plugin": "2.13.0"
}
}
12 changes: 12 additions & 0 deletions packages/compressors/gzip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @atlaspack/compressor-gzip

## 2.13.0

### Minor Changes

- [#335](https://github.com/atlassian-labs/atlaspack/pull/335) [`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial changeset release

### Patch Changes

- Updated dependencies [[`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf)]:
- @atlaspack/plugin@2.13.0
4 changes: 2 additions & 2 deletions packages/compressors/gzip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaspack/compressor-gzip",
"version": "2.12.0",
"version": "2.13.0",
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
Expand All @@ -16,6 +16,6 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@atlaspack/plugin": "2.12.0"
"@atlaspack/plugin": "2.13.0"
}
}
12 changes: 12 additions & 0 deletions packages/compressors/raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @atlaspack/compressor-raw

## 2.13.0

### Minor Changes

- [#335](https://github.com/atlassian-labs/atlaspack/pull/335) [`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial changeset release

### Patch Changes

- Updated dependencies [[`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf)]:
- @atlaspack/plugin@2.13.0
4 changes: 2 additions & 2 deletions packages/compressors/raw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaspack/compressor-raw",
"version": "2.12.0",
"version": "2.13.0",
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
Expand All @@ -16,6 +16,6 @@
"node": ">= 16.0.0"
},
"dependencies": {
"@atlaspack/plugin": "2.12.0"
"@atlaspack/plugin": "2.13.0"
}
}
42 changes: 42 additions & 0 deletions packages/configs/default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# @atlaspack/config-default

## 3.0.0

### Minor Changes

- [#335](https://github.com/atlassian-labs/atlaspack/pull/335) [`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial changeset release

### Patch Changes

- Updated dependencies [[`b4dbd4d`](https://github.com/atlassian-labs/atlaspack/commit/b4dbd4d5b23d1b7aa3fcdf59cc7bc8bedd3a59cf)]:
- @atlaspack/runtime-js@2.13.0
- @atlaspack/core@2.13.0
- @atlaspack/bundler-default@2.13.0
- @atlaspack/compressor-raw@2.13.0
- @atlaspack/namer-default@2.13.0
- @atlaspack/optimizer-css@2.13.0
- @atlaspack/optimizer-htmlnano@2.13.0
- @atlaspack/optimizer-image@3.0.0
- @atlaspack/optimizer-svgo@2.13.0
- @atlaspack/optimizer-swc@2.13.0
- @atlaspack/packager-css@2.13.0
- @atlaspack/packager-html@2.13.0
- @atlaspack/packager-js@2.13.0
- @atlaspack/packager-raw@2.13.0
- @atlaspack/packager-svg@2.13.0
- @atlaspack/packager-wasm@2.13.0
- @atlaspack/reporter-dev-server@2.13.0
- @atlaspack/resolver-default@2.13.0
- @atlaspack/runtime-browser-hmr@2.13.0
- @atlaspack/runtime-react-refresh@2.13.0
- @atlaspack/runtime-service-worker@2.13.0
- @atlaspack/transformer-css@2.13.0
- @atlaspack/transformer-html@2.13.0
- @atlaspack/transformer-image@3.0.0
- @atlaspack/transformer-js@3.0.0
- @atlaspack/transformer-json@2.13.0
- @atlaspack/transformer-postcss@2.13.0
- @atlaspack/transformer-posthtml@2.13.0
- @atlaspack/transformer-raw@2.13.0
- @atlaspack/transformer-react-refresh-wrap@2.13.0
- @atlaspack/transformer-svg@2.13.0
Loading

0 comments on commit 10a6f37

Please sign in to comment.