Skip to content

Commit

Permalink
Version Packages (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jan 16, 2024
1 parent 6b0b498 commit 687e444
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-jars-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-pots-rest.md

This file was deleted.

10 changes: 10 additions & 0 deletions ember-provide-consume-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ember-provide-consume-context

## 0.2.0

### Minor Changes

- 6b0b498: Access @glimmer/runtime with simple import, instead of loader.require

### Patch Changes

- f59c432: Add tests

## 0.1.0

### Minor Changes
Expand Down
6 changes: 4 additions & 2 deletions ember-provide-consume-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-provide-consume-context",
"version": "0.1.0",
"version": "0.2.0",
"description": "A context API implementation for Ember.js",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -120,7 +120,9 @@
"version": 2,
"type": "addon",
"main": "addon-main.cjs",
"externals": ["@glimmer/runtime"],
"externals": [
"@glimmer/runtime"
],
"app-js": {
"./components/context-consumer.js": "./dist/_app_/components/context-consumer.js",
"./components/context-provider.js": "./dist/_app_/components/context-provider.js",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit 687e444

Please sign in to comment.