Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ fix:
upgrade:
npm update

publish:
npm run build:library
npm publish --access public

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

React (also known as React.js or ReactJS) is an open-source, front end, JavaScript library for building user interfaces or UI components.

[react_discovery_ui](https://www.npmjs.com/package/@smartcitiesdata/react-discovery-ui) is a UI component for consuming the [Discovery API](https://github.com/Datastillery/smartcitiesdata/tree/master/apps/discovery_api) of the SmartCitiesData platform. It is exported as a React Component, `<ReactDiscoveryUI>`, and can be imported into another site such as seen in [SmartColumbusOS/Discovery_UI](https://github.com/SmartColumbusOS/discovery_ui).
[react_discovery_ui](https://www.npmjs.com/package/@urbanos/react-discovery-ui) is a UI component for consuming the [Discovery API](https://github.com/Datastillery/smartcitiesdata/tree/master/apps/discovery_api) of the SmartCitiesData platform. It is exported as a React Component, `<ReactDiscoveryUI>`, and can be imported into another site such as seen in [SmartColumbusOS/Discovery_UI](https://github.com/SmartColumbusOS/discovery_ui).

## What to Install

Expand Down Expand Up @@ -99,7 +99,7 @@ with `npm run build:library`
To consume this component in your react app place the <ReactDiscoveryUI> component into your app or other sub-components such as in the below example:

```
import ReactDiscoveryUI from '@smartcitiesdata/react-discovery-ui'
import ReactDiscoveryUI from '@urbanos/react-discovery-ui'


export default class App extends Component {
Expand Down
19 changes: 19 additions & 0 deletions notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
==============================================================================
Thu Mar 5 04:34:32 PM EST 2026
==============================================================================

How to push a new react-discovery-ui release.

# create a new branch like 20260306-ada-collapsiblebox-fix
git push --set-upstream origin 20260305-ada-collaspiblebox-fix

- determine your intended release 2.1.44
- go create a PR on github
- Update package.json with the release
- npm install # to update package.lock
- create a release for the react-discovery-ui project
- git tag the files with the release
- push the release tag to upstream
- review the PR

https://www.npmjs.com/package/@urbanos/react-discovery-ui
8 changes: 4 additions & 4 deletions package-lock.json

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

Loading